Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Difference between fftn and fft2

Status
Not open for further replies.

JKaskou

Computer
Joined
Feb 14, 2007
Messages
1
Location
FR
Hello everybody,

I am trying to understand how the Wiener filter is programmed inside Matlab and I don't understand why fftn is used rather than fft2 to compute the numerator (called nomin here) :

Nomin = conj(otf).*fftn(I);

Is it because of speed gain or a dimension concern ?

Thanks in advance for any help.

Kaskou
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top