RFmx Demod DotNET

RFmxDemodMXDDemodMeasurementFilterType Enumeration

  • Updated2024-07-17
  • 1 minute(s) read
RFmxDemodMXDDemodMeasurementFilterType Enumeration

RFmxDemodMXDDemodMeasurementFilterType Enumeration

Specifies whether the measurement needs to compute the measurement filter based on the pulse shaping filter type or uses the custom measurement filter coefficients.

Namespace: NationalInstruments.RFmx.DemodMX
Assembly: NationalInstruments.RFmx.DemodMX.Fx40 (in NationalInstruments.RFmx.DemodMX.Fx40.dll) Version: 24.5.0.49286 (24.5.0.49286)

Syntax

public enum RFmxDemodMXDDemodMeasurementFilterType
Public Enumeration RFmxDemodMXDDemodMeasurementFilterType

Members

Member nameValueDescription
Auto0 The signal analyzer computes the measurement filter coefficients based on the pulse shaping filter information that you specify in the pulse shaping filter. If the SetPulseShapingFilterType(String, RFmxDemodMXDDemodPulseShapingFilterType) method is set to Custom, then the signal analyzer enables equalization.
Custom1 The signal analyzer uses the coefficients specified by ConfigureMeasurementFilterCustomCoefficients(String, Double, Double, Single) method.

See Also