Click or drag to resize

DigitalFilterFilter(Double, FilterState, FilterState) Method

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.181-beta
Syntax
public double Filter(
	double value,
	FilterState initialState,
	out FilterState finalState
)
View Source

Parameters

value  Double
The input value
initialState  FilterState
The initial state of the filter
finalState  FilterState
The final State of the Filter

Return Value

Double
the value of the filtered signal
See Also