Sign in

username:

password:



Not a member?

Search adsp



Search tips

Subscribe to adsp



adsp by Keywords

AD1819 | AD7332 | ADSP-2106 | ADSP-21060 | ADSP-21065L | ADSP-2116 | ADSP-21160M | ADSP-2181 | ADSP-218x | ADSP-219 | ADSP-2199 | ADSP219 | BF531 | BF532 | BF533 | BF535 | Blackfin | FFT | JTAG | LDF | SDRAM | SHARC | SPORT | UART | VDSP++ | VisualDSP

Discussion Groups

Discussion Groups | Analog Devices DSPs | Inverse FFT for real input on Blackfin

Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).

  

Post a new Thread

Inverse FFT for real input on Blackfin - john_baker_s - Aug 1 7:50:00 2003



Hello all,

I see that the DSP library has two functions for forward FFT of real
input, namely rfft_fr16 and rfftrad4_fr16. Those two take fract16
input and give complex_fract16 output. I do not see any functions for
doing the inverse FFT, which should take complex_fract16 input and
produce fract16 output. Is there any way of doing this?

Thanks.

John





(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )

Re: Inverse FFT for real input on Blackfin - Mike Rosing - Aug 1 13:49:00 2003

On Fri, 1 Aug 2003, john_baker_s wrote:

> I see that the DSP library has two functions for forward FFT of real
> input, namely rfft_fr16 and rfftrad4_fr16. Those two take fract16
> input and give complex_fract16 output. I do not see any functions for
> doing the inverse FFT, which should take complex_fract16 input and
> produce fract16 output. Is there any way of doing this? You can just take the complex conjugat of all your values and run that
thru the fft (and there's a scale factor of 1/N I think as well).
You can't assume the output of the inverse fft will be pure real, so
you'll never find a routine that does that.

Patience, persistence, truth,
Dr. mike




(You need to be a member of adsp -- send a blank email to adsp-subscribe@yahoogroups.com )