mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
LimeSDR: more informative debug message on apply settings
This commit is contained in:
@@ -1234,6 +1234,9 @@ bool LimeSDRInput::applySettings(const LimeSDRInputSettings& settings, bool forc
|
||||
qDebug() << "LimeSDRInput::applySettings: center freq: " << m_settings.m_centerFrequency << " Hz"
|
||||
<< " device stream sample rate: " << m_settings.m_devSampleRate << "S/s"
|
||||
<< " sample rate with soft decimation: " << m_settings.m_devSampleRate/(1<<m_settings.m_log2SoftDecim) << "S/s"
|
||||
<< " ADC sample rate with hard decimation: " << m_settings.m_devSampleRate/(1<<m_settings.m_log2HardDecim) << "S/s"
|
||||
<< " m_log2HardDecim: " << m_settings.m_log2HardDecim
|
||||
<< " m_log2SoftDecim: " << m_settings.m_log2SoftDecim
|
||||
<< " m_gain: " << m_settings.m_gain
|
||||
<< " m_lpfBW: " << m_settings.m_lpfBW
|
||||
<< " m_lpfFIRBW: " << m_settings.m_lpfFIRBW
|
||||
|
||||
Reference in New Issue
Block a user