mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Start the Goertzel development.
This commit is contained in:
parent
c8a450b00d
commit
6d5b864cba
2 changed files with 74 additions and 1 deletions
|
|
@ -30,6 +30,8 @@ public:
|
|||
bool process(const q15_t* samples, uint8_t length);
|
||||
|
||||
private:
|
||||
q31_t m_coeffDivTwo;
|
||||
uint8_t m_threshold;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue