Algorithm

SCPI Command :

[SENSe]:IQ:FFT:ALGorithm
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() SummaryMode[source]
# [SENSe]:IQ:FFT:ALGorithm
value: enums.SummaryMode = driver.applications.iqAnalyzer.sense.iq.fft.algorithm.get()

Defines the FFT calculation method. For more information see ‘Basics on FFT’.

set(algorithm: SummaryMode) None[source]
# [SENSe]:IQ:FFT:ALGorithm
driver.applications.iqAnalyzer.sense.iq.fft.algorithm.set(algorithm = enums.SummaryMode.AVERage)

Defines the FFT calculation method. For more information see ‘Basics on FFT’.

Parameters:

algorithm – SINGle One FFT is calculated for the entire record length; if the FFT length is larger than the record length (see method RsFsw.applications.iqAnalyzer.sense.iq.fft.length.set() and method RsFsw.applications.k18AmplifierEt.trace.iq.rlength.get() ) , zeros are appended to the captured data. AVERage Several overlapping FFTs are calculated for each record; the results are averaged to determine the final FFT result for the record. The user-defined window length and window overlap are used. See method RsFsw.applications.iqAnalyzer.sense.iq.fft.window.length.set() and method RsFsw.applications.iqAnalyzer.sense.iq.fft.window.overlap.set() .