Question

I am solving problem related with FFT. I am having situation like, I have to forward incoming data stream towards FFT Library function or FFT routine that can transform the time domain data to frequency domain data.

Which Library in C# do I need to use ? Do Microsoft provided this ? or I need to use some third party libraries for this?

Was it helpful?

Solution

You can have a look at this library:

http://code.google.com/p/aforge/

I use this library a fair bit, though I've never used its FFT functions:

http://www.mathdotnet.com/

There is also this library which seems to get alot of mention, but I've never used it so I can't comment on it's quality.

http://www.exocortex.org/dsp/

OTHER TIPS

An old question but it still shows up in Google results.

A very modern and fast C# / .NET FFT library is available at,

https://www.codeproject.com/articles/1107480/dsplib-fft-dft-fourier-transform-library-for-net

Hope this helps

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top