RFmxWlanMXOfdmModAccAveragingType Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies the averaging type for the OFDMModAcc measurement.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmModAccAveragingType
Members
Name | Value | Description |
---|---|---|
Rms | 0 | The OFDMModAcc measurement is performed on I/Q data acquired in each averaging count. The scalar results and traces are linearly averaged over the averaging count. |
Vector | 5 | The acquired I/Q data is averaged across averaging count after aligning the data in time and phase using the SetVectorAveragingTimeAlignmentEnabled(string, RFmxWlanMXOfdmModAccVectorAveragingTimeAlignmentEnabled) and SetVectorAveragingPhaseAlignmentEnabled(string, RFmxWlanMXOfdmModAccVectorAveragingPhaseAlignmentEnabled) properties, respectively. The averaged I/Q data is used for the measurement. Note: You must ensure that the frequency reference is locked between the generator and the analyzer. |