📄 about.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -