Goertzel filter (or other) to detect specific frequency? #1783
Answered
by
pschatzmann
SoundNerdsUnite
asked this question in
Q&A
-
Hi everyone, I'm workng on a sketch that would use the Goertzel algorithm to detect a specific frequency, and then do something (serial print, turn on LED, etc..). In hopes to contribute to this wonderful library. Has anyone tried this before? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Nov 11, 2024
Replies: 1 comment 1 reply
-
There is a FFT Wiki: I suggest to try this first because this is the most powerful functionality. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a FFT Wiki: I suggest to try this first because this is the most powerful functionality.
You can also try out the FrequncyAutoCorrelationStream class