-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibilities to adjust for weather protection? #1
Comments
Hi! It is good to know that this repository is useful for your research project. This is strongly related to the microphone response compensation. For now, this compensation is performed using an IIR filter and therefore uses few operations. This allows an implementation of this filter in real time, but clearly the result is not the best. We should improve this compensation by getting the 'true' frequency response (e.g. see Section 7.1 from "The Implementation of Low-cost Urban Acoustic Monitoring Devices" ). To do this, we should use a FIR filter. This involves much more operations and almost certainly could not be implemented in real time. The same applies if you use a windshield or a case. In short, first I would find the frequency response of the microphone+protection. Then I'd consider two options:
I hope this answers your question, regards! |
Hi! Thank you very much, We will consider these options, possibly also trying the firmware as is. |
Hi! First of all, I wanted to thank you for sharing this code to calculate SPL in audiomoths, great initiative with many applications. We are currently starting up a research project to monitor bird wildlife in Sweden using audiomoths, and we want to test the SPL firmware in this project. I wanted to ask a follow up question concerning weather protection. As I understand it, the firmware calculates SPL based on a "clean" recording, i.e. without any wind/weather protection. For someone not familiar with coding, is it possible to somehow tweak the code to compensate for such protections? (see e.g. https://www.openacousticdevices.info/support/device-support/sound-transmission-with-and-without-cases-comparison-with-sm2bat )
Thanks again for sharing. Best regards
The text was updated successfully, but these errors were encountered: