fix_fft-doc.txt

来自「里面有一对定点FFT和IFFT算法」· 文本 代码 · 共 20 行

TXT
20
字号
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 + =
减小字号Ctrl + -
显示快捷键?