Please help me understand this

  • Follow


hey every one,here is my problem,I found a code which doing the following to an image
fftshift(fft2(image))
then he apply Gaussian high pass filter
then he make
iffshift(fft2(image))
I want to understand why he makes fftshift and fft2.I would like to see a link explains that as well if you can,and I would appreciate any explains here too.
Thanks every one :).
0
Reply Saied 6/26/2010 5:45:06 PM

"Saied " <kezman_100@yahoo.com> wrote in message <i05eb2$7q$1@fred.mathworks.com>...
> hey every one,here is my problem,I found a code which doing the following to an image
> fftshift(fft2(image))
> then he apply Gaussian high pass filter
> then he make
> iffshift(fft2(image))
> I want to understand why he makes fftshift and fft2.I would like to see a link explains that as well if you can,and I would appreciate any explains here too.
> Thanks every one :).

a hint:
- peruse the many docs on this matter, eg

cleve moler's exposee

http://www.mathworks.com/moler/fourier.pdf

tmw's help system, eg,

http://www.mathworks.com/access/helpdesk/help/techdoc/math/brentm1-1.html

us
0
Reply us1 (8054) 6/26/2010 6:01:05 PM


1 Replies
332 Views

(page loaded in 0.062 seconds)

Similiar Articles:













7/18/2012 4:52:51 AM


Reply: