From c22151f387bce8682f4043db2d59b323ae182fa3 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Tue, 31 Dec 2024 22:49:42 +0100 Subject: [PATCH] disable lpf --- README.md | 6 +++++- src/features.h | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13300d2..06808bc 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,12 @@ Also nearly no latency, not like Stereo Tool (or mpxgen which doesn't even work) As far as i've tested it (29-31 december) it's been fine but after a fix it was great, so i'd redecommend you +Also i'd recommend to use the SSB version because it's more spectrum effiecent + # SSB-STCode -This is a version of the stereo code but instead of DSB-SC it transmits some kind of VSG (mostly USB with a bit of LSB) +This is a version of the stereo code but instead of DSB-SC it transmits some kind of VSG (mostly USB with a bit of LSB), about 100-200 hz of usb is left, just as god intended (Hilbert isn't perfect so i got some usb but managed to turn it into more into LSB) + +This also has a cpu usage of 20% # SCAMod SCAMod is a simple FM modulator which can be used to modulate a secondary audio stream, has similiar cpu usage and latency as STCode diff --git a/src/features.h b/src/features.h index 6d0867f..4e3379a 100644 --- a/src/features.h +++ b/src/features.h @@ -1,2 +1,2 @@ // #define PREEMPHASIS -#define LPF \ No newline at end of file +// #define LPF \ No newline at end of file