Summary
Filter data with a "consistent parameter" filter.
Unit
SignalUtils
Declaration
Function ConsistentParameterFilter(Param: TSample; TimeSpanSeconds: TSample; var State: TConsistentParam): boolean;
Description
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.
Declaration
Function ConsistentParameterFilter(Param: boolean; TimeSpanSeconds: TSample; var State: TConsistentParam): boolean;
Description
Param can be boolean.
Categories
Non-linear filters| Copyright 2008 Dew Research |
http://www.dewresearch.com