- STR: fixed switching between ACQ and TRK loop filter coeffs

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@1008 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-16 19:44:43 +00:00
parent 7d7e3326f9
commit d80de98fad
+6
View File
@@ -784,6 +784,12 @@ void Receiver::setParams(const params_t &params)
m_params = params;
// STR loop filter has changed
if (lastParams.str_loopfilter_coeff_index != m_params.str_loopfilter_coeff_index)
{
m_timingGenerator.loopFilterSetup(&m_loop_filter_str, &m_params.str_loopfilter_coeff[m_params.str_loopfilter_coeff_index]);
}
// DDC frequency has changed
if (lastParams.ddc_freq != m_params.ddc_freq)
{