gauteh / sfy

🌊 A lightweight wave buoy for near-shore deployments.
MIT License
37 stars 6 forks source link

low-pass filter signal: to avoid range saturation #154

Open gauteh opened 8 months ago

gauteh commented 8 months 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)