필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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?

답변 (1개)

Matt J
Matt J 2012년 10월 5일
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
Algorithms Analyst
Algorithms Analyst 2012년 10월 6일
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

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by