|
DigitalFilterFilter(Double, FilterState, FilterState) Method
|
Computes the output of the filter for the given single input and
FilterState.
Namespace: GSF.NumericalAnalysisAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.249-beta+56964f8aed6f3f2e54faec1539f7ce0ba6548fdf
SyntaxPublic Function Filter (
value As Double,
initialState As FilterState,
<OutAttribute> ByRef finalState As FilterState
) As Double
function Filter(value, initialState, finalState);
View SourceParameters
- 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