Replies: 1 comment 7 replies
-
TBH I'm not really a DSP expert, I learned a bit while working on this project, but it is complicated topic. Nevertheless, it is definitely possible to construct band pass filter that you described. I'm not sure what's your DSP/math/programming background, but you can check out my notebook (if you've not seen it yet) to learn how to work with filters in python and how to convert them to SOS form. Actually it could be as simple as calling Probably there are other tools like MATLAB or online GUI where you can do the same, but I'm just sharing what I'm more familiar with and what was using. |
Beta Was this translation helpful? Give feedback.
-
To me a great application for the microphone would be to detect baby cries. I Noticed that thresholding based purely on A or Z weighting would prove difficult, due to different background level noises. According to literature, the cry of a baby is predominantly located in the 400 to 650Hz range. It would be great if we could easily construct additional weighting filters based on a certain frequency.
Would it be possible to construct a filter with a GUI to automatically obtain the sos filter coefficients?
Beta Was this translation helpful? Give feedback.
All reactions