A working fixed point Goertzel based on simulations.

This commit is contained in:
Jonathan Naylor
2020-04-23 12:36:34 +01:00
parent f19009b132
commit bf5ad25609
2 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ public:
void reset();
private:
q31_t m_coeffDivTwo;
q63_t m_coeffDivTwo;
q31_t m_threshold;
uint16_t m_count;
q31_t m_q0;