1
0
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:
f4exb 2017-04-23 10:30:56 +02:00
parent 31499c761b
commit 79515407e1

View File

@ -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;