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

Filter data with a "consistent parameter" filter.

Pascal
function ConsistentParameterFilter(Param: double; TimeSpanSeconds: double; var State: TConsistentParam): boolean; overload;

Consistent parameter filter is a non-linear filter, that will return false once and reset the timer, if the Param value changes before TimeSpanSeconds has passed.

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