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.191-beta+925724bd48239ba1d4417fe63f8c4977892ab734
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