Open gauteh opened 1 year ago
Depending on how the IMU works. It might be useful to low-pass filter the signal to avoid saturation. Something like this can be used: https://github.com/OpenAcousticDevices/AudioMoth-Firmware-Basic/blob/master/src/butterworth.c (similar to what we do in onshore processing)
Depending on how the IMU works. It might be useful to low-pass filter the signal to avoid saturation. Something like this can be used: https://github.com/OpenAcousticDevices/AudioMoth-Firmware-Basic/blob/master/src/butterworth.c (similar to what we do in onshore processing)