mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-03-16 08:54:38 +01:00
Slightly more aggressive RX gains for DSTAR
This commit is contained in:
parent
e784f93878
commit
559235f423
|
|
@ -147,11 +147,11 @@ void sched_waveform_signal() {
|
|||
//#define SCALE_TX_IN 32767.0f // Multiplier // Was 16000 GGH Jan 30, 2015
|
||||
//#define SCALE_TX_OUT 32767.0f // Divisor
|
||||
|
||||
#define SCALE_RX_IN SCALE_AMBE
|
||||
#define SCALE_RX_IN SCALE_AMBE*2.0
|
||||
#define SCALE_TX_OUT SCALE_AMBE
|
||||
|
||||
|
||||
#define SCALE_RX_OUT SCALE_AMBE
|
||||
#define SCALE_RX_OUT SCALE_AMBE*2.0
|
||||
#define SCALE_TX_IN SCALE_AMBE
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue