mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-28 21:12:26 -04:00
AM demod: fixed initialization of squelch counter. Fixes issue #502
This commit is contained in:
parent
6704f78a26
commit
f528347fd5
@ -29,6 +29,7 @@
|
|||||||
AMDemodSink::AMDemodSink() :
|
AMDemodSink::AMDemodSink() :
|
||||||
m_channelSampleRate(48000),
|
m_channelSampleRate(48000),
|
||||||
m_channelFrequencyOffset(0),
|
m_channelFrequencyOffset(0),
|
||||||
|
m_squelchCount(0),
|
||||||
m_squelchOpen(false),
|
m_squelchOpen(false),
|
||||||
m_squelchDelayLine(9600),
|
m_squelchDelayLine(9600),
|
||||||
m_magsqSum(0.0f),
|
m_magsqSum(0.0f),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user