mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-06 14:53:41 +00:00
Reverted Ed's 'reliable_sync' changes, modified scaling multipliers.
This commit is contained in:
parent
6ea7395b35
commit
36d0dedbd8
7 changed files with 9 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue