FFT2 and Kronecker product

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

Asked:

on 7 Nov 2015

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!