is there a free c# library to do the fast fourier transform and its inverse?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Both Math.NET and Aforce are based on the Exocortex.DSP library. http://www.exocortex.org/dsp
I believe this is what you're looking for.