I have a brake pressure sensor that I am using and I wanted to know if there is a way to use a low pass filter on the data before it is sent over telemetry.
https://podium.live/events/2017-02-08-t ... ?laps[]=50
Low pass filter on Analog sensors
Moderators: JeffC, rdoherty, stieg
Yes, there is a way to specify that in the configuration, but it's not exposed in the UI, yet.
Open the configuration file and search for the field "alpha". you'll see that it's set to 1.0, which means no filtering. The lower the number, the more filtering you will see. Set it to a lower number greater than 0 and you'll be able to see the effect. 0.1 is a good starting point.
Open the configuration file and search for the field "alpha". you'll see that it's set to 1.0, which means no filtering. The lower the number, the more filtering you will see. Set it to a lower number greater than 0 and you'll be able to see the effect. 0.1 is a good starting point.
-
- Posts: 67
- Joined: Sun Dec 11, 2016 1:07 am