mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2025-12-06 03:01:59 +01:00
Change scaling for FDV to compensate for no extra gain in TX chain with waveform shims in SmartSDR v1.6
This commit is contained in:
parent
415f75ab28
commit
b5f9805e3b
|
|
@ -142,8 +142,8 @@ void sched_waveform_signal()
|
||||||
|
|
||||||
#define SCALE_RX_IN 8000.0 // Multiplier // Was 16000 GGH Jan 30, 2015
|
#define SCALE_RX_IN 8000.0 // Multiplier // Was 16000 GGH Jan 30, 2015
|
||||||
#define SCALE_RX_OUT 8000.0 // Divisor
|
#define SCALE_RX_OUT 8000.0 // Divisor
|
||||||
#define SCALE_TX_IN 32000.0 // Multiplier // Was 16000 GGH Jan 30, 2015
|
#define SCALE_TX_IN 24000.0 // Multiplier // Was 16000 GGH Jan 30, 2015
|
||||||
#define SCALE_TX_OUT 32768.0 // Divisor
|
#define SCALE_TX_OUT 24000.0 // Divisor
|
||||||
|
|
||||||
#define FILTER_TAPS 48
|
#define FILTER_TAPS 48
|
||||||
#define DECIMATION_FACTOR 3
|
#define DECIMATION_FACTOR 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue