FFT

<series> output = <series>.fft()

This function performs a discrete Fast Fourier Transform (FFT) on the calling data series and returns the magnitude (real part) at each frequency represented in the original series.  It takes no arguments.

Example:

var myFFT = mySeries.fft();