ScopeChannelMeasurementFilter Properties
- Updated2023-09-06
- 3 minute(s) read
ScopeChannelMeasurementFilter Properties
The ScopeChannelMeasurementFilter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CenterFrequency |
Gets or sets the center frequency, in hertz, for bandpass and bandstop filters. The width of the filter is specified by Width, where the cutoff frequencies are the center width.
|
![]() | CutoffFrequency |
Gets or sets the cutoff frequency, in hertz, for lowpass and highpass filters. The cutoff frequency definition varies depending on the filter.
|
![]() | FirFilterWindow |
Gets or sets the FIR window type. The symmetric windows are applied to the FIR filter coefficients to limit passband ripple in FIR filters.
|
![]() | Order |
Gets or sets the order of an IIR filter. All positive integers are valid.
|
![]() | Ripple |
Gets or sets the amount of passband ripple, in decibels (positive values), for Chebyshev filters.
|
![]() | Taps |
Gets or sets the number of taps (coefficients) for a FIR filter.
|
![]() | TransientPercent |
Gets or sets the percentage (0 - 100%) of the IIR filtered waveform to eliminate from the beginning of
the waveform. This process eliminates the transient portion of the waveform that is
undefined due to the assumptions necessary at the boundary condition.
|
![]() | Type |
Gets or sets the type of filter, for both IIR and FIR filters.
|
![]() | Width |
Gets or sets the width of bandpass and bandstop type filters in hertz. The cutoff frequencies occur at CenterFrequency ±one-half width.
|