Specifies the overlap mode when you set the SetMeasurementMethod(string, RFmxSpecAnMXAcpMeasurementMethod) method to SequentialFft.

Syntax

Namespace: NationalInstruments.RFmx.SpecAnMX

public enum RFmxSpecAnMXAcpFftOverlapMode

Members

NameValueDescription
Disabled0

Disables the overlap between the chunks.

Automatic1

Measurement computes the overlap based on the ACP FFT Window set by the user. When you set the SetFftWindow(string, RFmxSpecAnMXAcpFftWindow) method to FlatTop, the number of overlapped samples between consecutive chunks is 50% of the value of the SetSequentialFftSize(string, int) method. When you set the ACP FFT Window method to None, the chunks are not overlapped.

UserDefined2

Measurement uses the overlap that you specify in the SetFftOverlap(string, double) method.