sddsfft par.bpm par.fft -column=Time,’P?P?x’
sddsfft [-pipe=[input][,output]] [inputFile] [outputFile] -columns=indepVariable[,depenQuantityList] [-padWithZeroes | -truncate] [-sparse=integer] [-window[={hanning | welch | parzen}]] [-complexInput[=folded|unfolded]] [-normalize] [-suppressAverage] [-fullOutput[=folded|unfolded]] [-psdOutput] [-inverse]
outputFile contains a column f for the frequency, along with one or more columns for each independent variable. By default, outputFile has one column named FFTindepName containing the magnitude of the FFT for each independent variable. If -fullOutput is specified, outputFile contains additional columns for, respectively, the phase (or argument), real part, and imaginary part of the FFT: ArgindepName, RealindepName, and ImagindepName. If power-spectral-density output is requested, then a column PSDindepName is also created.
outputFile also contains two parameters, fftFrequencies and fftFrequencySpacing, giving the number of frequencies and the frequency spacing, respectively.