1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

LimeSDR input: suspend thread while changing configuration

This commit is contained in:
f4exb
2017-04-18 23:26:30 +02:00
parent 54f3a51203
commit 763175ab55
2 changed files with 41 additions and 5 deletions
@@ -25,15 +25,15 @@ LimeSDRInputSettings::LimeSDRInputSettings()
void LimeSDRInputSettings::resetToDefaults()
{
m_centerFrequency = 435000*1000;
m_devSampleRate = 6000000;
m_log2HardDecim = 2;
m_devSampleRate = 5000000;
m_log2HardDecim = 3;
m_dcBlock = false;
m_iqCorrection = false;
m_log2SoftDecim = 0;
m_fcPos = FC_POS_CENTER;
m_lpfBW = 1.5e6f;
m_lpfBW = 4.5e6f;
m_lpfFIREnable = false;
m_lpfFIRBW = 1.5e6f;
m_lpfFIRBW = 2.5e6f;
m_gain = 0;
}