<< Chapter < Page | Chapter >> Page > |
We denote the identity matrix with , and diagonal matrices with
The stride permutation matrix is defined for by the permutation
for . This definition shows that transposes a matrix stored in row-major order. Alternatively, we can write
For example ( means 0),
is sometimes called the perfect shuffle.
Further, we use matrix operators; namely the direct sum
and the Kronecker or tensor product
In particular,
is block-diagonal.
We may also construct a larger matrix as a matrix of matrices, e.g.,
If an algorithm for a transform is given as a product of sparse matrices built from the constructs above, then an algorithm for the transpose orinverse of the transform can be readily derived using mathematical properties including
Permutation matrices are orthogonal, i.e., . The transposition or inversion of diagonal matrices is obvious.
The DFT decomposes with basis as shown in [link] . We assume . Then
factors and we can apply the CRT in the following steps:
As bases in the smaller algebras and , we choose . The derivation of an algorithm for based on [link] - [link] is now completely mechanical by reading off the matrix for each of the threedecomposition steps. The product of these matrices is equal to the .
First, we derive the base change matrix corresponding to [link] . To do so, we have to express the base elements in the basis ; the coordinate vectors are the columns of . For , is actually contained in and , so the first columns of are
where the entries are determined next. For the base elements , , we have
which yields the final result
Next, we consider step [link] . is decomposed by and by in [link] .
Finally, the permutation in step [link] is the perfect shuffle , which interleaves the even and odd spectral components (even and odd exponents of ).
The final algorithm obtained is
To obtain a better known form, we use , with , which is evident from [link] . It yields
The last expression is the radix-2 decimation-in-frequency Cooley-Tukey FFT. The corresponding decimation-in-time version isobtained by transposition using [link] and the symmetry of the DFT:
The entries of the diagonal matrix are commonly called twiddle factors .
The above method for deriving DFT algorithms is used extensively in [link] .
To algebraically derive the general-radix FFT, we use the decomposition property of . Namely, if then
Notification Switch
Would you like to follow the 'Fast fourier transforms' conversation and receive update notifications?