RFmx LTE DotNET

Table of Contents

RFmxLteMXAcpConfiguration.GetFftOverlapMode Method

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

RFmxLteMXAcpConfigurationGetFftOverlapMode Method

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.

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 GetFftOverlapMode(
	string selectorString,
	out RFmxLteMXAcpFftOverlapMode value
)
Public Function GetFftOverlapMode ( 
	selectorString As String,
	<OutAttribute> ByRef 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
Upon return, contains 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 gets the value of AcpFftOverlapMode attribute. The default value is Disabled.

See Also

Log in to get a better experience