TobiasBales / PlayuavOSD

A Graphical OSD for FPV
http://en.playuav.com
GNU General Public License v3.0
22 stars 15 forks source link

Add Filter to Vario #8

Closed trgFPV closed 8 years ago

trgFPV commented 8 years ago

At the moment the numerical vario is almost useless because the output is to noisy. (Values fluctuate strongly even if the plane is on the ground) Some kind of Filter should help

TobiasBales commented 8 years ago

That is why I started with the vario graph but that might not be enough/a catch all options. Ideas welcome :D

trgFPV commented 8 years ago

I think implementing a moving average Filter would be a good starting point: https://en.wikipedia.org/wiki/Moving_average_%28finance%29 I think that would already do the trick