kopia lustrzana https://github.com/f4exb/sdrangel
Downchannelizer: added number of decimation stages in debug message
rodzic
843c67a5b0
commit
88111c1384
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue