mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 17:58:43 -05:00
NFM demod: use instantaneous magnitude squared for squelch trigger (before time gate)
This commit is contained in:
parent
15d343e32e
commit
5ff7ced692
@ -172,7 +172,7 @@ void NFMDemod::feed(const SampleVector::const_iterator& begin, const SampleVecto
|
|||||||
|
|
||||||
// AF processing
|
// AF processing
|
||||||
|
|
||||||
if (m_magsq > m_squelchLevel)
|
if (magsq > m_squelchLevel)
|
||||||
{
|
{
|
||||||
if (m_squelchCount < m_squelchGate)
|
if (m_squelchCount < m_squelchGate)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user