mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-23 00:18:37 -05:00
LimeSDR output: set LPF default BW to 5.5 MHz
This commit is contained in:
parent
31499c761b
commit
79515407e1
@ -29,7 +29,7 @@ void LimeSDROutputSettings::resetToDefaults()
|
|||||||
m_devSampleRate = 5000000;
|
m_devSampleRate = 5000000;
|
||||||
m_log2HardInterp = 3;
|
m_log2HardInterp = 3;
|
||||||
m_log2SoftInterp = 0;
|
m_log2SoftInterp = 0;
|
||||||
m_lpfBW = 4.5e6f;
|
m_lpfBW = 5.5e6f;
|
||||||
m_lpfFIREnable = false;
|
m_lpfFIREnable = false;
|
||||||
m_lpfFIRBW = 2.5e6f;
|
m_lpfFIRBW = 2.5e6f;
|
||||||
m_gain = 30;
|
m_gain = 30;
|
||||||
|
Loading…
Reference in New Issue
Block a user