mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-28 21:14:15 -04:00
Demod Analyzer implementation with AM modulator and demodulator
This commit is contained in:
@@ -62,6 +62,11 @@ void AMModBaseband::reset()
|
||||
m_sampleFifo.reset();
|
||||
}
|
||||
|
||||
void AMModBaseband::setChannel(ChannelAPI *channel)
|
||||
{
|
||||
m_source.setChannel(channel);
|
||||
}
|
||||
|
||||
void AMModBaseband::pull(const SampleVector::iterator& begin, unsigned int nbSamples)
|
||||
{
|
||||
unsigned int part1Begin, part1End, part2Begin, part2End;
|
||||
@@ -226,4 +231,4 @@ void AMModBaseband::applySettings(const AMModSettings& settings, bool force)
|
||||
int AMModBaseband::getChannelSampleRate() const
|
||||
{
|
||||
return m_channelizer->getChannelSampleRate();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user