mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 17:19:29 +00:00
Small FM squelch simplification.
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
|
||||
private:
|
||||
static constexpr size_t N = 32;
|
||||
static constexpr int16_t threshold = 3072;
|
||||
static constexpr uint32_t threshold_squared = 8192 * 8192;
|
||||
|
||||
IIRBiquadFilter non_audio_hpf { non_audio_hpf_config };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user