📄 fix_fft-doc.txt
字号:
Here it is... an integer FFT routine that's pretty fast. I've only testedit on a 68k powerbook, and it's much faster than either software floatingpoint or the built in FPU. The orignal source was DOS only and came off the net. I simply removed the ugly DOS stuff and did some simple testing. I do notguarantee that it works... but try compiling with -DMAIN to test it yourself.Those of you with impoverished floating point hardware (notably, some newPowerbooks, and maybe even Intel machines) might find these routinesuseful.Input and output is an array of shorts. I haven't tested all the routines,but the FFT looks good enough to use. It keeps a table of trig functions, soit will only run up to 1024 points.-- MalcolmWritten by: Tom Roberts 11/8/89Made portable: Malcolm Slaney 12/15/94 malcolm (AT) interval.com
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -