fft/ifft question



I'm trying to figure out what a chunk of image processing matlab code
is supposed to accomplish, and I'm stumped:

In the following, x is an 84x89 double (complex) matrix of values.

What would be the purpose of this line:

x = ifft(fft(x),[],2);

It's first taking the FFT along each column of x, and then taking the
inverse fft of the result along the 2nd dimension. What purpose would
this have in the field of image processing?


Thanks.

.



Relevant Pages

  • fft / ifft question
    ... I'm trying to figure out what a chunk of image processing matlab code ... is supposed to accomplish, and I'm stumped: ... What would be the purpose of this line: ... inverse fft of the result along the 2nd dimension. ...
    (sci.image.processing)
  • Re: Help me
    ... my main purpose is I wanna ... > program for image processing. ... So the app can recognize model of an image. ...
    (microsoft.public.vb.general.discussion)
  • help me
    ... my main purpose is I wanna make ... program for image processing. ... So the app can recognize model of an image. ...
    (microsoft.public.vb.winapi.graphics)
  • Help me
    ... my main purpose is I wanna make ... program for image processing. ... So the app can recognize model of an image. ...
    (microsoft.public.vb.general.discussion)

Loading