RFmxWlanMXOfdmModAccVectorAveragingPhaseAlignmentEnabled Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies whether to enable phase alignment for the acquired I/Q data across multiple acquisitions. This method is considered only when you set the OfdmModAccAveragingEnabled method to True , when you set the OfdmModAccAveragingCount method to a value greater than 1, and when you set the RFmxWlanMXOfdmModAccAveragingType method to Vector . You can set this method to False when there is no phase offset between the acquired I/Q data of all averaging counts.
Syntax
Namespace: NationalInstruments.RFmx.WlanMX
public enum RFmxWlanMXOfdmModAccVectorAveragingPhaseAlignmentEnabled
Members
Name | Value | Description |
---|---|---|
False | 0 | Disables phase alignment for the acquired I/Q data across multiple acquisitions. |
True | 1 | Enables phase alignment for the acquired I/Q data across multiple acquisitions. |