mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-04 14:17:50 -04:00
Downchannelizer: correct debug message
This commit is contained in:
parent
d4959e0a40
commit
83e78deb9f
@ -154,8 +154,8 @@ void DownChannelizer::applyDecimation()
|
|||||||
m_channelSampleRate = m_basebandSampleRate / (1 << m_filterStages.size());
|
m_channelSampleRate = m_basebandSampleRate / (1 << m_filterStages.size());
|
||||||
m_requestedOutputSampleRate = m_channelSampleRate;
|
m_requestedOutputSampleRate = m_channelSampleRate;
|
||||||
|
|
||||||
qDebug() << "UpChannelizer::applyInterpolation:"
|
qDebug() << "DownChannelizer::applyDecimation:"
|
||||||
<< " m_log2Interp:" << m_log2Decim
|
<< " m_log2Decim:" << m_log2Decim
|
||||||
<< " m_filterChainHash:" << m_filterChainHash
|
<< " m_filterChainHash:" << m_filterChainHash
|
||||||
<< " out:" << m_basebandSampleRate
|
<< " out:" << m_basebandSampleRate
|
||||||
<< " in:" << m_channelSampleRate
|
<< " in:" << m_channelSampleRate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user