Downchannelizer: added number of decimation stages in debug message

pull/620/head
f4exb 2020-08-18 14:26:47 +02:00
rodzic 843c67a5b0
commit 88111c1384
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -134,6 +134,7 @@ void DownChannelizer::applyChannelization()
m_channelSampleRate = m_basebandSampleRate / (1 << m_filterStages.size()); m_channelSampleRate = m_basebandSampleRate / (1 << m_filterStages.size());
qDebug() << "DownChannelizer::applyChannelization done:" qDebug() << "DownChannelizer::applyChannelization done:"
<< " nb stages:" << m_filterStages.size()
<< " in (baseband):" << m_basebandSampleRate << " in (baseband):" << m_basebandSampleRate
<< " req:" << m_requestedOutputSampleRate << " req:" << m_requestedOutputSampleRate
<< " out (channel):" << m_channelSampleRate << " out (channel):" << m_channelSampleRate