mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-31 18:49:15 -04:00
Add second pocsag proc for experimenting (#1428)
This commit is contained in:
parent
900086c1c9
commit
5d602ece5c
10 changed files with 820 additions and 30 deletions
|
@ -31,9 +31,12 @@
|
|||
|
||||
class FMSquelch {
|
||||
public:
|
||||
/* Check if noise level is lower than threshold.
|
||||
* Returns true if noise is below threshold. */
|
||||
bool execute(const buffer_f32_t& audio);
|
||||
|
||||
void set_threshold(const float new_value);
|
||||
bool enabled() const;
|
||||
|
||||
private:
|
||||
static constexpr size_t N = 32;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue