Reverted Ed's 'reliable_sync' changes, modified scaling multipliers.

This commit is contained in:
Graham Haddock 2015-01-30 19:18:49 -06:00
parent 6ea7395b35
commit 36d0dedbd8
7 changed files with 9 additions and 9 deletions

View file

@ -140,9 +140,9 @@ void sched_waveform_signal()
#define PACKET_SAMPLES 128
#define SCALE_RX_IN 16000.0 // Multiplier
#define SCALE_RX_IN 8000.0 // Multiplier // Was 16000 GGH Jan 30, 2015
#define SCALE_RX_OUT 8000.0 // Divisor
#define SCALE_TX_IN 16000.0 // Multiplier
#define SCALE_TX_IN 32000.0 // Multiplier // Was 16000 GGH Jan 30, 2015
#define SCALE_TX_OUT 32768.0 // Divisor
#define FILTER_TAPS 48