Re: N-pt DFT where n != power of 2
- From: Jerry Avins <jya@xxxxxxxx>
- Date: Thu, 13 Aug 2009 15:34:05 -0400
dspdummy wrote:
On 2009-08-13 12:53:55 -0300, Jerry Avins <jya@xxxxxxxx> said:
Jerry Avins wrote:120 = 3 * 5 * 8 and 960 = 8 * 120 = 3 * 5 * 64 so both are in the
...
zeroes to bring the larger up to 1024 and the smaller to 120.128!
Jerry
small primes of 2, 3 or 5 range.
Can't pad zeros and do the 1024 or 128 fft(it's really an ifft that I
need) as the output time samples must respect the 960 or 120 frame size.
The results have to be bit-exact with those of the 120 or 960 dft. I looked
at that Wikipedia page but looks pretty complicated. I'll try to have a
look at the other website with some useful programs (probably prime factor
fft as was mentioned above). If there are any Matlab m files emulating this
I would be grateful to get my hands on them as it's quite helpful for
understanding the theory (I mostly speak C,Matlab,and block diagrams, and
not too much formulas)
Zero padding doesn't change the returned values. The extra zeros are place holders and can be removed from the final result, which are otherwise bit exact. You should do a little reading (or use FFTW, reading the directions carefully and taking no steps for granted.
Jerry
--
Engineering is the art of making what you want from things you can get.
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
.
- Follow-Ups:
- Re: N-pt DFT where n != power of 2
- From: glen herrmannsfeldt
- Re: N-pt DFT where n != power of 2
- References:
- N-pt DFT where n != power of 2
- From: dspdummy
- Re: N-pt DFT where n != power of 2
- From: glen herrmannsfeldt
- Re: N-pt DFT where n != power of 2
- From: dspdummy
- Re: N-pt DFT where n != power of 2
- From: Jerry Avins
- Re: N-pt DFT where n != power of 2
- From: Jerry Avins
- Re: N-pt DFT where n != power of 2
- From: Gordon Sande
- Re: N-pt DFT where n != power of 2
- From: dspdummy
- N-pt DFT where n != power of 2
- Prev by Date: Re: Blind Channel phase offset recovery
- Next by Date: Re: True RMS and averaging.
- Previous by thread: Re: N-pt DFT where n != power of 2
- Next by thread: Re: N-pt DFT where n != power of 2
- Index(es):
Relevant Pages
|