RFmxDemodMXDDemodMeasurementFilterType Enumeration
- Updated2024-07-17
- 1 minute(s) read
RFmx
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 name | Value | Description |
|---|---|---|
| Auto | 0 | 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. |
| Custom | 1 | The signal analyzer uses the coefficients specified by ConfigureMeasurementFilterCustomCoefficients(String, Double, Double, Single) method. |