Hi everyone,I am working on a project where i have to develop a system that good detect Rosella's ( an Australian native bird) chirping .
This is what i need to do;
-
using a microphone capture the sound
-
Convert the time domain signal to frequency domain probably by FFT
-
Detect if a peak is present in range 2000 Hz and 2100 Hz
-
if present activate an alarm
Can you please advice and guide me on how i could achieve this? Can i do this in arduino or raspberry pi ?