mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-31 14:22:26 -04:00
Downchannelizer: added number of decimation stages in debug message
This commit is contained in:
parent
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user