FFT2 and Kronecker product
Mostra commenti meno recenti
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!
Risposte (0)
Categorie
Scopri di più su Fourier Analysis and Filtering in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!