Re: FFT



"heiack" <heiack@xxxxxx> writes:
Hey, I'am a student of Computer Science, and we have a problem.
We want to compute a lot of FFT's more than 10,000 in a very samll
time, without the use of hardware acceleration.
So I'll ve to design a new algorithm.

What is wrong with the dozens or hundreds of FFT algorithms
that have already been designed?

But fortunatly we are doing the following.
First we compute a FFT about a array of 256 complex values, then we
multiply these array with a constant coefficient a do the same
again.(serverall thousends times).

The 'constant coefficients' would be the FFT of a convolution?
Are you just performing a convolution?

If you look at the computed FFT arrays they lock nearly the same.

That's called entropy. Almost all vectors look the same - random.

Or it's called a bug in your implementation. Have you compared
your results to the results from any of the dozens of other
FFT implementations out there?
If so, and the results are the same - what's you're problem?
If so, and the results are different - fix your bugs, duh!
If not, why the heck not?

Can me someone say me how I can use this in a algorithum

So you need to do a task that millions of people have been doing for
decades?

And you've decided that all the research over those decades is of
no use to you?

So you've designed your own algorithm?

And now you want to know how to use it?

and we have a problem.

Well, you're correct about one thing.

Phil
--
The man who is always worrying about whether or not his soul would be
damned generally has a soul that isn't worth a damn.
-- Oliver Wendell Holmes, Sr. (1809-1894), American physician and writer
.



Relevant Pages

  • Re: Optimal FFT algorithm for hardware implementation ?
    ... Sorry for my late reply, I am new to FFT and DSP algorithms, so I try ... to found more about CORDIC algorithm in wiki and I found that this ... starting a design. ...
    (comp.dsp)
  • implementation dilema
    ... sum on the mean of A and B and transmits _its_ result to A ... A and B sends result from the algorithm to C. ... I'm trying to design a class that'll capture the fact ... For instance (algorithm_ab1/ab2/ab4 is comprised of an FFT, ...
    (comp.object)
  • Re: Algorithms to generate permutations
    ... >>The position on algorithm design, ... > I claim that my government should not insist ... Would this have forced a US national competition? ...
    (sci.crypt)
  • Re: Motion control and RELATIVE position problem
    ... You should be able to wade through the software and figure out how to provide the algorithm with an absolute command instead of a relative command. ... I think Tim Wescott has published a PID algorithm in the past that is relatively easy to port to PICs, ... Partially this is because it's heavily optimized, and the PIC is not amenable to fast, well-structured C code, but partially it's because (in my humble opinion) the guy writing the code didn't really pay attention to maintainability. ... And lest I start a flame war: These are just my opinions, and I may design a PIC into a product tomorrow. ...
    (sci.engr.control)
  • Re: FFT algorithm for fixed number of samples
    ... I am looking for a FFT algorithm for fixed number of sampling input. ... also in IEEE ... DSP Committee, ed., Digital Signal Processing II, selected ...
    (comp.dsp)