RFmx LTE DotNET

Table of Contents

RFmxLteMXAcpConfiguration.SetFftOverlapMode Method

  • Updated2024-07-17
  • 1 minute(s) read
RFmxLteMXAcpConfiguration.SetFftOverlapMode Method

RFmxLteMXAcpConfigurationSetFftOverlapMode Method

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.

Namespace:  NationalInstruments.RFmx.LteMX
Assembly:  NationalInstruments.RFmx.LteMX.Fx40 (in NationalInstruments.RFmx.LteMX.Fx40.dll) Version: 24.5.0.49283 (24.5.0.49283)

Syntax

public int SetFftOverlapMode(
	string selectorString,
	RFmxLteMXAcpFftOverlapMode value
)
Public Function SetFftOverlapMode ( 
	selectorString As String,
	value As RFmxLteMXAcpFftOverlapMode
) As Integer

Parameters

selectorString
Type: SystemString
Pass an empty string. The signal name that is passed when creating the signal configuration is used.
value
Type: NationalInstruments.RFmx.LteMXRFmxLteMXAcpFftOverlapMode
Specifies how overlapping is applied when computing the FFT of the acquired samples.

Return Value

Type: Int32
Returns the status code of this method. The status code either indicates success or describes a warning condition.

Remarks

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

See Also

Log in to get a better experience