about.txt
来自「快速傅立叶变换」· 文本 代码 · 共 17 行
TXT
17 行
So calling a DLL from C isn't the easiest possible thing to do, which is
why lots of DLLs come with static libraries to call the DLLs for you.
That's what this is.
Just include FFTLib.h in your project and link in FFT.LIB. You get
fftFloat(), fftDouble(), and indexToFrequency(). See the corresponding
entries in Fourier.H or Don Cross's website for info on what these
actually do.
If you wish to build your own, just stick FFTLib.c and FFTLib.h into a
LIB project, and compile it. Easy.
Murphy McCauley
MurphyMc@Concentric.NET
http://www.fullspectrum.com/deeth/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?