Trying to implement a real-time data processing feature using Edge Computing on the AVR128DA48
Still on my project, I’m trying to implement a real-time data processing feature using Edge Computing on the AVR128DA48. The goal is to perform basic filtering on the sensor data ( removing noise from the vibration sensor). Here’s my simple filtering code:
I expected the filtered data to be smoother, but I’m still seeing a lot of
I expected the filtered data to be smoother, but I’m still seeing a lot of
noise. Is this filtering method too just there(simple) for real-time processing? and how can I implement a more robust filtering algorithm on the AVR128DA48?