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 | noise from fft() in VDSP library

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

  

Post a new Thread

noise from fft() in VDSP library - prasanth rajagopal - Dec 8 12:40:00 2005



hi,
   the fft() and ifft() in library of the VDSP gives values which are 4 times scaled..Now if I want to use this for an audio algorithm, I am getting large noises.. Is there a remedy? Do everyone get it same? Then where do I get an error free 16 bit implementation of FFT in blackfin?

with regards,
prasanth






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

Re: noise from fft() in VDSP library - Mike Rosing - Dec 8 23:36:00 2005

On Fri, 9 Dec 2005, prasanth rajagopal wrote:

> hi,
> the fft() and ifft() in library of the VDSP gives values which are 4
>times scaled..Now if I want to use this for an audio algorithm, I am
>getting large noises.. Is there a remedy? Do everyone get it same? Then
>where do I get an error free 16 bit implementation of FFT in blackfin?

What are you doing in between? If you just run fft and then ifft I'd
expect a difference in output, and that could be called noise. If you try
to filter with an fft and ifft, you need to be careful.

The best remedy is to write your own software that does exactly what you
want.

Patience, persistence, truth,
Dr. mike




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