From cc51d84a757fe125342974e0fa973a18c28e372c Mon Sep 17 00:00:00 2001 From: boblark Date: Thu, 25 Mar 2021 12:12:44 -0700 Subject: [PATCH] added squelch to FM --- RadioFMDetector_F32.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/RadioFMDetector_F32.h b/RadioFMDetector_F32.h index 3086fe9..8bf46ca 100644 --- a/RadioFMDetector_F32.h +++ b/RadioFMDetector_F32.h @@ -94,9 +94,9 @@ * showError(uint16_t e) Turns error printing in the update function on (e=1) * or off (e=0). For debug only. * - * Time: For T3.6, an update of a 128 sample block, 370 microseconds, or - * 2.9 microseconds per data point. - * For T4.0, 87 microseconds, or 0.68 microseconds per data point. + * Time: For T3.6, an update of a 128 sample block, 430 microseconds, or + * 3.4 microseconds per data point. + * For T4.0, 97 microseconds, or 0.76 microseconds per data point. * * Error checking: See functions setSampleRate_Hz() and returnInitializeFMError() * above. @@ -188,7 +188,6 @@ public: alpha = 0.5f*(1.0f - gamma); } - /* void setSampleRate_Hz(float32_t _sampleRate_Hz) { if (fCenter > _sampleRate_Hz/2.0f) { // Check freq range initializeFMErrors |= 8;