【发布时间】:2011-03-28 17:30:36
【问题描述】:
我正在尝试使用 Exocortex.DSP 的 FFT 库。
调用函数是:
Exocortex.DSP.Fourier.FFT(float[], int, Exocortex.DSP.FourierDirection)
我使用这个函数的代码行是:
Fourier.FFT(floatArray, arraycount, FourierDirection.Forward);
我的程序编译成功了,为什么会在这一行中断?
**破窗说:
An unhandled exception of type 'System.MissingMethodException' occurred in Exocortex.DSP.v1.dll
Additional information: Method not found: Log System.Math."*
【问题讨论】:
标签: c# signal-processing fft