This document discusses fast Fourier transform (FFT) algorithms. It provides an overview of FFTs and how they are more efficient than direct computation of the discrete Fourier transform (DFT). It describes decimation-in-time and decimation-in-frequency FFT algorithms and how they exploit properties of the DFT. The document also gives an example of calculating an 8-point DFT using the radix-2 decimation-in-frequency algorithm.