Namespaces
MathNet.Filtering
MathNet.Filtering.Butterworth
MathNet.Filtering.Channel
MathNet.Filtering.DataSources
MathNet.Filtering.FIR
MathNet.Filtering.IIR
MathNet.Filtering.Kalman
MathNet.Filtering.Median
MathNet.Filtering.TransferFunctions
MathNet.Filtering.Windowing
MathNet.Filtering.Windows
Types in MathNet.Filtering
FilterType
ImpulseResponse
IOnlineFilter
OnlineFilter
Type
IOnlineFilter
Namespace
MathNet.Filtering
An online filter that allows processing samples just in time. Online Filters are always causal.
Methods
ProcessSample
ProcessSamples
Reset
Public Methods
double
ProcessSample
(
double
sample)
Process a single sample.
Double[]
ProcessSamples
(
Double[]
samples)
Process a whole set of samples at once.
void
Reset
()
Reset internal state (not coefficients!).