feat: Add Blackman Window Moving Average (BLMA) implementation and documentation

This commit is contained in:
Miha Kralj
2025-12-22 22:15:27 -08:00
parent 7b1e0c738d
commit 57aaec1ac8
14 changed files with 755 additions and 215 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ Trend indicators are the bread and butter of technical analysis—and often just
| AMAT | Archer Moving Averages Trends | |
| [BESSEL](bessel/Bessel.md) | Bessel Filter | 2nd-order Bessel low-pass filter with maximally flat group delay. |
| [BILATERAL](bilateral/Bilateral.md) | Bilateral Filter | Non-linear smoothing that preserves edges by weighting both distance and intensity difference. |
| BLMA | Blackman Window MA | |
| [BLMA](blma/Blma.md) | Blackman Window MA | Applies a Blackman window for superior noise suppression. |
| BPF | Ehlers Bandpass Filter | |
| BUTTER | Butterworth Filter | |
| BWMA | Bessel-Weighted MA | |