GetFftOverlapMode(string, out RFmxLteMXAcpFftOverlapMode)
- Updated2025-04-08
- 1 minute(s) read
Gets the overlap mode when you set the SetMeasurementMethod(string, RFmxLteMXAcpMeasurementMethod) method to SequentialFft. In Sequential FFT method, the measurement divides all the acquired samples into smaller FFT chunks of equal size. Then the FFT is computed for each chunk. The resultant FFTs are averaged to get the spectrum used to compute the ACP.
Syntax
Namespace: NationalInstruments.RFmx.LteMX
public int GetFftOverlapMode(string selectorString, out RFmxLteMXAcpFftOverlapMode value)
Remarks
This method gets the value of AcpFftOverlapMode attribute. The default value is Disabled.
Parameters
Name | Type | Description |
---|---|---|
selectorString | string | Pass an empty string. The signal name that is passed when creating the signal configuration is used. |
value | out RFmxLteMXAcpFftOverlapMode | Upon return, contains how overlapping is applied when computing the FFT of the acquired samples. |
Returns
Returns the status code of this method. The status code either indicates success or describes a warning condition.