You are here: Symbol Reference > SignalUtils Namespace > Functions > SignalUtils.ExpAverageFilter Function
DSP Master VCL
ContentsIndex
PreviousUpNext
SignalUtils.ExpAverageFilter Function

Filter data with an exponential averaging filter.

Pascal
function ExpAverageFilter(const Data: double; var State: double; Decay: double = 50): double; overload;

Single sample non-vectorized variant of the exponential averaging.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!