- 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:
@@ -784,6 +784,12 @@ void Receiver::setParams(const params_t ¶ms)
|
||||
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user