Fast Fourier Transform

Overview

A Fourier Transform (FFT) is a method of calculating the frequency components in a data set - and the inverse FFT converts back from the frequency domain - 4 applications of the FFT rotates you round the complex plane and leaves you back with the original data.

APLX FFT Code

Note that APLX is no longer under development.

This is as given in Robert J. Korsan's article in APL Congress 1973, p 259-268, with just line labels and a few comments added.

Variants


FastFourierTransform (last edited 2017-02-16 19:34:34 by KaiJaeger)