1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 16:34:45 -04:00

Renamed UpSampleChannelizer back to UpChannelizer

This commit is contained in:
f4exb
2019-11-15 01:38:19 +01:00
parent 5a843a573c
commit 48174ad5cf
23 changed files with 91 additions and 91 deletions
@@ -17,7 +17,7 @@
#include <QDebug>
#include "dsp/upsamplechannelizer.h"
#include "dsp/upchannelizer.h"
#include "dsp/dspengine.h"
#include "dsp/dspcommands.h"
@@ -30,7 +30,7 @@ RemoteSourceBaseband::RemoteSourceBaseband() :
m_mutex(QMutex::Recursive)
{
m_sampleFifo.resize(SampleSourceFifo::getSizePolicy(48000));
m_channelizer = new UpSampleChannelizer(&m_source);
m_channelizer = new UpChannelizer(&m_source);
qDebug("RemoteSourceBaseband::RemoteSourceBaseband");
QObject::connect(