Quick question about FFT

Status
Not open for further replies.

TecHNooB

Diamond Member
Sep 10, 2005
7,458
1
76
When you take a 2-D FFT, do you have to zero extend your matrix beforehand? How does that work exactly. Descriptive answers are welcome :)
 

IronWing

No Lifer
Jul 20, 2001
73,726
35,595
136
First Fisting Tonight. Read the OP question again with this in mind. It still makes sense.
 

eLiu

Diamond Member
Jun 4, 2001
6,407
1
0
Originally posted by: TecHNooB
When you take a 2-D FFT, do you have to zero extend your matrix beforehand? How does that work exactly. Descriptive answers are welcome :)

It depends on which FFT algorithm you're using. Is it just row-column? In which case does your 1D method require 0-padding? Basically this is very implementation specific, in my experience at least.
 
Status
Not open for further replies.