Howto use FFT(W) algortihm in VC++

M

Matthias Pospiech

I need a fast and reliable FFT algorithm in C++. I found a C algorithm
on the webseite http://www.fftw.org/index.html (FFTW).

But I am stuck at the point howto actually use the algortihm and comile
it myself.

I would be gratefull if somebody could point me to some website with
further information or give me a short introduction.

Other FFT algorithms are welcome as well.

Matthias
 
V

Victor Bazarov

Matthias said:
I need a fast and reliable FFT algorithm in C++. I found a C algorithm
on the webseite http://www.fftw.org/index.html (FFTW).

But I am stuck at the point howto actually use the algortihm and
comile it myself.

I would be gratefull if somebody could point me to some website with
further information or give me a short introduction.


V
 
S

stevenj

Matthias said:
I need a fast and reliable FFT algorithm in C++. I found a C algorithm
on the webseite http://www.fftw.org/index.html (FFTW).

But I am stuck at the point howto actually use the algortihm and comile
it myself.

A precompiled FFTW library for Windows is at fftw.org/windows.html

Documentation on how to use it can be found in the FFTW manual
(fftw.org/doc).
Other FFT algorithms are welcome as well.

Many FFT implementations are linked to from fftw.org/links.html

Regards,
Steven G. Johnson

PS. As another poster pointed out, this is not really the right
newsgroup for VC++ questions.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top