Fourier transform software
Posted
by CFP
on Super User
See other posts from Super User
or by CFP
Published on 2010-05-02T15:48:02Z
Indexed on
2010/05/02
15:59 UTC
Read the original article
Hit count: 459
math
|applications
Hello everyone!
After spending a lot of time searching for this, I thought that some SuperUser gurus might know the answer :)
I'm searching for an open source application to compute an FFT, that could:
* Import a list of points from a text file (in any format, I could write conversion scripts if needed), for example 0,1; 1,2; 4,5
* Compute the associated discrete transform, and output the list of coefficients
Ideally, it would also display the plot and the associated fourier decomposition on the same graph, to allow comparison, but this is not absolutely needed.
It can be either on Windows or on Linux/Unix.
Can you think of a solution?
Thanks,
CFP.
© Super User or respective owner