FFT2 and Kronecker product
Show older comments
Hi guys, in my algorithm i have the matrix A 64x81, and the following line:
Y = kron(dftmtx(8), dftmtx(8))*A; %result 64x81
How can i write this with fft2 function?
Thank you for the help!
Answers (0)
Categories
Find more on Fourier Analysis and Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!