Sets 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 SetFftOverlapMode(string selectorString, RFmxLteMXAcpFftOverlapMode value)

Remarks

This method sets the value of AcpFftOverlapMode attribute. The default value is Disabled.

Parameters

NameTypeDescription
selectorStringstring

Pass an empty string. The signal name that is passed when creating the signal configuration is used.

valueRFmxLteMXAcpFftOverlapMode

Specifies 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.