-
Notifications
You must be signed in to change notification settings - Fork 0
math.MathUtils.Function.triangularMovingAverageRef
Christian d'Heureuse edited this page Jun 6, 2026
·
2 revisions
dsp-collection / math/MathUtils / triangularMovingAverageRef
function triangularMovingAverageRef(a, windowWidth): Float64Array;Reference implementation of the triangular moving average (TMA).
This a very slow reference implementation. It is used in the test module to verify the result of the optimized implementation.
ArrayLike<number>
number
Float64Array