Calculating Fourier transform of an image without using fft2 function in matlab.

1 vue (au cours des 30 derniers jours)
Algorithms Analyst
Algorithms Analyst le 5 Oct 2012
Hi every one
I just need the help how to compute the image fourier transformation withourt using the direct fft and ifft functions in matlab?

Réponses (1)

Matt J
Matt J le 5 Oct 2012
Hint: You can create a 1D fft matrix as follows
E=exp(-1i*2*pi/N* bsxfun(@times,(0:N-1).',0:N-1));
  4 commentaires
Algorithms Analyst
Algorithms Analyst le 6 Oct 2012
I am trying but not approaching my target.....can you please define the function in matlab code without using fft2.that how to write code for f(x,y) including smmation from N=0to N_1
Matt J
Matt J le 6 Oct 2012
Modifié(e) : Matt J le 6 Oct 2012
Nope. Especially not given your history of doit4me questions:

Connectez-vous pour commenter.

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by