20 Commits (065cdfe7d01ebb35f8414ba6e1531bee06561b5e)

Author SHA1 Message Date
Andrew Tridgell 81cd4b6c13 Filter: ensure the derivative filter never returns an invalid number 13 years ago
Andrew Tridgell 2a7b298bbc MAVLink: moved mavlink variables back to library 13 years ago
Andrew Tridgell 77f3b60b6f Filter: make the DerivativeFilter test GNUPlot friendly 13 years ago
Andrew Tridgell 899eeb608b Filter: automatically cope with duplicate timestamps 13 years ago
Andrew Tridgell d7d33c64b7 Filter: fixed a off-by-one DerivativeFilter bug 13 years ago
Andrew Tridgell 520d762382 Filter: split the DerivativeFilter steps into update() and slope() 13 years ago
Andrew Tridgell 6534dab719 Filter: fixed DerivativeFilter example build 13 years ago
Andrew Tridgell 1a42b10255 Filter: fixed typo in 9 point DerivativeFilter 13 years ago
Andrew Tridgell 75470dc912 Filter: cope with non-uniform time steps in the DerivativeFilter 13 years ago
Andrew Tridgell f19e5a6273 Filter: added DerivativeFilter implementation 13 years ago
Andrew Tridgell 06c8763881 Filter: added 5 point average float filter 13 years ago
rmackay9 2ce597642e Filter - added FilterWithBuffer typedefs for int32t and uint32 for ease of use 13 years ago
rmackay9 2b2dbf2a7f Filter - added simple LowPassFilter (simple but it's possible to make errors with simple stuff too so might as well have one) 13 years ago
rmackay9 39fd24ed14 Filter - remove obsolete warning from comments re alloc/malloc dangers 13 years ago
rmackay9 033347f8ee Filter - updated example sketch to use modified library 13 years ago
rmackay9 645fda2fb2 Filter - added AverageFilter, removed SumFilter 13 years ago
rmackay9 297d2ae457 ModeFilter - corrected shadowed variable compiler warning for drop_high_sample 13 years ago
rmackay9 b9b88ba237 Filter - added AverageFilter - this will be used in place of SumFilter because it removes the possibility of overflows 13 years ago
rmackay9 f53ff8de97 Filter - removed shadowing of variables in constructors for Filter, ModeFilter and SumFilter (sorry tridge!) 13 years ago
rmackay9 c14d7768f7 Filter - first version of filter library include ModeFilter 13 years ago