Homepage › Solution manuals › Gilbert Strang › Linear Algebra and Learning from Data › Exercise 4.3.7
Exercise 4.3.7
Answers
We can follow the same pattern for 1D FFT as in IV.1, e.g. equation (11), where we decompose the Fourier matrix into , and recurse until there’s only 1 element in the matrix.
In 2D, it now involves Kronecker product which is more complicated. Since in 2D DFT, we apply 1D DFT twice on rows and columns, so we probably can count them independently here, so
For an by image, since we have reductions from both dimensions, the final count for size is reduced from to
Each level will need calculations.