RFmxLteMXModAccFftWindowType Enumeration
- Updated2025-04-08
- 1 minute(s) read
Specifies the FFT window type used for the EVM calculation for the ModAcc measurement.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public enum RFmxLteMXModAccFftWindowType
Members
Name | Value | Description |
---|---|---|
Type3GPP | 0 | The maximum EVM between the start window position and the end window position is returned according to the 3GPP specification. The FFT window positions are specified by the method. Refer to the Annexe E.3.2 of 3GPP TS 36.521 specification for more information on the FFT window. |
TypeCustom | 1 | Only one FFT window position is used for the EVM calculation. FFT window position is specified by SetFftWindowOffset(string, double) method. |