diff --git a/plugins/channelrx/demodpacket/packetdemodsink.cpp b/plugins/channelrx/demodpacket/packetdemodsink.cpp index a6d0f86bf..3b644ecf7 100644 --- a/plugins/channelrx/demodpacket/packetdemodsink.cpp +++ b/plugins/channelrx/demodpacket/packetdemodsink.cpp @@ -109,7 +109,7 @@ void PacketDemodSink::processOneSample(Complex &ci) m_magsqCount++; m_corrBuf[m_corrIdx] = fmDemod; - if (m_corrCnt >= m_correlationLength && magsq > 1e-7) + if (m_corrCnt >= m_correlationLength) { // Correlate with 1200 + 2200 baud complex exponentials Complex corrF0 = 0.0f;