feat(filters): add NET - Ehlers Noise Elimination Technology (TASC Dec 2020)

This commit is contained in:
Miha Kralj
2026-03-17 14:38:31 -07:00
parent f7dcc20f7c
commit 8112009b32
14 changed files with 1092 additions and 0 deletions
+1
View File
@@ -172,6 +172,7 @@ These are the heavy artillery. Kalman filters, Butterworth filters, wavelets. If
| LMS | Least Mean Squares | [lms.pine](../lib/filters/lms/lms.pine) |
| LOESS | LOESS Smoothing | [loess.pine](../lib/filters/loess/loess.pine) |
| MODF | Modular Filter | [modf.pine](../lib/filters/modf/modf.pine) |
| NET | Ehlers Noise Elimination Technology | [net.pine](../lib/filters/net/net.pine) |
| NOTCH | Notch Filter | [notch.pine](../lib/filters/notch/notch.pine) |
| NW | Nadaraya-Watson Estimator | [nw.pine](../lib/filters/nw/nw.pine) |
| ONEEURO | One Euro Filter | [oneeuro.pine](../lib/filters/oneeuro/oneeuro.pine) |