mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-03-22 04:08:29 -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());
|
||||
|
||||
qDebug() << "DownChannelizer::applyChannelization done:"
|
||||
<< " nb stages:" << m_filterStages.size()
|
||||
<< " in (baseband):" << m_basebandSampleRate
|
||||
<< " req:" << m_requestedOutputSampleRate
|
||||
<< " out (channel):" << m_channelSampleRate
|
||||
|
Loading…
Reference in New Issue
Block a user