1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-24 00:53:39 -05:00

AM demod: fixed initialization of squelch counter. Fixes issue #502

This commit is contained in:
f4exb 2020-04-09 06:33:04 +02:00
parent 19a1c5cadb
commit 73af940e89

View File

@ -29,6 +29,7 @@
AMDemodSink::AMDemodSink() :
m_channelSampleRate(48000),
m_channelFrequencyOffset(0),
m_squelchCount(0),
m_squelchOpen(false),
m_squelchDelayLine(9600),
m_magsqSum(0.0f),