The author discusses fast fourier transform
(FFT
). The author defines a polynomial of variable over a field . The author defines coefficients of the polynomial and degree of a polynomial. The author defines two operations; polynomial addition and multiplication.
The author describes two ways to present polynomials:
The author then defines complex roots of unity, study their properties, define the Discrete Fourier Transform
, (DFT
) and then show how the FFT
computes the DFT
and its inverse in .
The author then proves cancellation Lemma, halving Lemma and summation Lemma. The author also define and prove Convolution theorem.
The author then provides two efficient FFT
implementations, an iterative FFT
implementation and a parallel FFT
circuit.
The author describes two ways to present polynomials:
- Co-efficient representation
- Point-value representation
The author then defines complex roots of unity, study their properties, define the Discrete Fourier Transform
The author then proves cancellation Lemma, halving Lemma and summation Lemma. The author also define and prove Convolution theorem.
The author then provides two efficient FFT