FFT2 and Kronecker product
1 view (last 30 days)
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!
0 Comments
Answers (0)
See Also
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!