mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-01-06 00:20:02 +01:00
Gain tweaks so that USB and FDV passthrough sound roughly the same.
This commit is contained in:
parent
12994e06e5
commit
b2a2c67d84
|
|
@ -139,10 +139,10 @@ void sched_waveform_signal()
|
|||
|
||||
#define PACKET_SAMPLES 128
|
||||
|
||||
#define SCALE_RX_IN 8000.0
|
||||
#define SCALE_RX_OUT 8000.0
|
||||
#define SCALE_TX_IN 8000.0
|
||||
#define SCALE_TX_OUT 32768.0
|
||||
#define SCALE_RX_IN 16000.0 // Multiplier
|
||||
#define SCALE_RX_OUT 8000.0 // Divisor
|
||||
#define SCALE_TX_IN 16000.0 // Multiplier
|
||||
#define SCALE_TX_OUT 32768.0 // Divisor
|
||||
|
||||
#define FILTER_TAPS 48
|
||||
#define DECIMATION_FACTOR 3
|
||||
|
|
|
|||
Loading…
Reference in a new issue