mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
LimeSDR input: corrected getSampleRate not to divide source sample rate by hardware decimation
This commit is contained in:
@@ -34,7 +34,7 @@ void LimeSDRInputSettings::resetToDefaults()
|
||||
m_lpfBW = 4.5e6f;
|
||||
m_lpfFIREnable = false;
|
||||
m_lpfFIRBW = 2.5e6f;
|
||||
m_gain = 0;
|
||||
m_gain = 30;
|
||||
}
|
||||
|
||||
QByteArray LimeSDRInputSettings::serialize() const
|
||||
|
||||
Reference in New Issue
Block a user