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.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
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