NI-SCOPE .NET Class Library Help

Table of Contents

ScopeChannelMeasurementFilter Properties

  • Updated2023-09-06
  • 3 minute(s) read
ScopeChannelMeasurementFilter Properties

ScopeChannelMeasurementFilter Properties

The ScopeChannelMeasurementFilter type exposes the following members.

Properties

  NameDescription
Public propertyCenterFrequency
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.
Public propertyCutoffFrequency
Gets or sets the cutoff frequency, in hertz, for lowpass and highpass filters. The cutoff frequency definition varies depending on the filter.
Public propertyFirFilterWindow
Gets or sets the FIR window type. The symmetric windows are applied to the FIR filter coefficients to limit passband ripple in FIR filters.
Public propertyOrder
Gets or sets the order of an IIR filter. All positive integers are valid.
Public propertyRipple
Gets or sets the amount of passband ripple, in decibels (positive values), for Chebyshev filters.
Public propertyTaps
Gets or sets the number of taps (coefficients) for a FIR filter.
Public propertyTransientPercent
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.
Public propertyType
Gets or sets the type of filter, for both IIR and FIR filters.
Public propertyWidth
Gets or sets the width of bandpass and bandstop type filters in hertz. The cutoff frequencies occur at CenterFrequency ±one-half width.
Top

See Also

Log in to get a better experience