feat: Implement Butterworth Filter with tests and documentation

This commit is contained in:
Miha Kralj
2025-12-22 22:45:27 -08:00
parent 57aaec1ac8
commit 68168ec414
11 changed files with 724 additions and 1 deletions
+1
View File
@@ -15,6 +15,7 @@
- [BESSEL - Bessel Filter](../lib/trends/bessel/Bessel.md)
- [BILATERAL - Bilateral Filter](../lib/trends/bilateral/Bilateral.md)
- [BLMA - Blackman Window MA](../lib/trends/blma/Blma.md)
- [BUTTER - Butterworth Filter](../lib/trends/butter/Butter.md)
- [CONV - Convolution](../lib/trends/conv/Conv.md)
- [DEMA - Double Exponential MA](../lib/trends/dema/Dema.md)
- [DWMA - Double Weighted MA](../lib/trends/dwma/Dwma.md)