PDA

View Full Version : dsp processor with a FFT processor


balasub
11-27-2008, 12:26 PM
In my project i have a DSP processor and a FFT processor interacting...

What is the need for this FFT processor?
i am new to DSP.

Andrew Reilly
11-27-2008, 12:34 PM
On Thu, 27 Nov 2008 06:26:04 -0600, balasub wrote:

> In my project i have a DSP processor and a FFT processor interacting...
>
> What is the need for this FFT processor? i am new to DSP.

Usually it's either for spectrum analysis (eg, radio astronomy/radar) or
linear filtering/convolution. It is unusual, these days, to have a
dedicated "FFT" processor, as opposed to FFT code running on a
conventional DSP processor, since it's hard for the former to keep up
with the latter. (I started my professional career by coding up a
replacement for an FFT chip on an OTS DSP...) Which FFT processor is it,
by the way?

Cheers,

--
Andrew

balasub
11-28-2008, 08:39 AM
thanks andrew...
i am not sure of which processor is used.
what are the scenarios to be covered if we need to verify a SOC havin
dsp,gpp and fft


>On Thu, 27 Nov 2008 06:26:04 -0600, balasub wrote:
>
>> In my project i have a DSP processor and a FFT processo
interacting...
>>
>> What is the need for this FFT processor? i am new to DSP.
>
>Usually it's either for spectrum analysis (eg, radio astronomy/radar) o

>linear filtering/convolution. It is unusual, these days, to have a
>dedicated "FFT" processor, as opposed to FFT code running on a
>conventional DSP processor, since it's hard for the former to keep up
>with the latter. (I started my professional career by coding up a
>replacement for an FFT chip on an OTS DSP...) Which FFT processor is it

>by the way?
>
>Cheers,
>
>--
>Andrew
>