Click or drag to resize

DigitalFilterFilt Method (Double, FilterState, FilterState)

Computes the output of the filter for the given single input and FilterState

Namespace:  GSF.NumericalAnalysis
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.4.101-beta
Syntax
public double Filt(
	double value,
	FilterState initialState,
	out FilterState finalState
)
Request Example View Source

Parameters

value
Type: SystemDouble
The input value
initialState
Type: GSF.NumericalAnalysisFilterState
The initial state of the filter
finalState
Type: GSF.NumericalAnalysisFilterState
The final State of the Filter

Return Value

Type: Double
the value of the filtered signal
See Also