Start the Goertzel development.

This commit is contained in:
Jonathan Naylor 2020-04-18 16:07:52 +01:00
parent c8a450b00d
commit 6d5b864cba
2 changed files with 74 additions and 1 deletions

View file

@ -30,6 +30,8 @@ public:
bool process(const q15_t* samples, uint8_t length);
private:
q31_t m_coeffDivTwo;
uint8_t m_threshold;
};
#endif