문제

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?

도움이 되었습니까?

해결책

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/

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top