altoslib: Add user-selectable filter width for data smoothing
authorKeith Packard <keithp@keithp.com>
Tue, 3 Oct 2017 02:33:37 +0000 (19:33 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 3 Oct 2017 02:33:37 +0000 (19:33 -0700)
commit98dc29a7a964f8d653b73989c6751695d168844c
tree415e274078746fe853aad554aae1a2e5d1a57ca5
parentd75e8b9046295051c91696461e8d5f59c8260ccc
altoslib: Add user-selectable filter width for data smoothing

Also switch smoothing window to Kaiser and change default accel filter
width to 1 second instead of 4 seconds.

Now users can play with the filter and see what it does.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosFlightSeries.java
altoslib/AltosTimeSeries.java
altoslib/Makefile.am
altosui/AltosGraphUI.java
altosuilib/AltosFlightStatsTable.java
altosuilib/AltosGraph.java
altosuilib/AltosUIEnable.java
altosuilib/AltosUIGraph.java
altosuilib/AltosUITimeSeries.java
micropeak/MicroPeak.java
telegps/TeleGPSGraphUI.java