Click or drag to resize

AnalogFilterFilter(Double, 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,
	double fs,
	FilterState initialState,
	out FilterState finalState
)
View Source

Parameters

value  Double
The input value
fs  Double
The sampling Frequency of the signal
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