diff options
| author | Keith Packard <keithp@keithp.com> | 2017-10-02 19:33:37 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-10-02 19:33:37 -0700 |
| commit | 98dc29a7a964f8d653b73989c6751695d168844c (patch) | |
| tree | 415e274078746fe853aad554aae1a2e5d1a57ca5 /altoslib/Makefile.am | |
| parent | d75e8b9046295051c91696461e8d5f59c8260ccc (diff) | |
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>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 08af9496..2a1cb8e4 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -55,6 +55,7 @@ altoslib_JAVA = \ AltosEepromList.java \ AltosEepromLog.java \ AltosFile.java \ + AltosFilterListener.java \ AltosFlash.java \ AltosFlashListener.java \ AltosDataListener.java \ |
