Class FrequencyFilter
Represents an operator that filters frequencies in the input signal using a linear phase filter with the specified design parameters.
public class FrequencyFilter : Transform<Mat, Mat>
- Inheritance
-
FrequencyFilter
- Inherited Members
Properties
- Cutoff1
Gets or sets the first cutoff frequency, in Hz, applied to the input signal.
- Cutoff2
Gets or sets the second cutoff frequency, in Hz, applied to the input signal.
- FilterType
Gets or sets a value specifying the type of filter to apply on the signal.
- KernelLength
Gets or sets the size of the finite-impulse response kernel used to design the linear filter.
- SampleRate
Gets or sets the sample rate of the input signal, in Hz.
Methods
- Process(IObservable<Mat>)
Filters frequencies in the input signal using a linear phase filter with the specified design parameters.
- Process(IObservable<double>)
Filters frequencies in the input signal using a linear phase filter with the specified design parameters.