Fft Asm.Txt
Fft Asm.Txt
Development · info-mac
| Filename | fft-asm.txt |
|---|---|
| Size | 16.1 KB (16520 bytes) |
| Downloads | 2 |
About
This is an update to info-mac/sci/fft-in-asm-src.txt
This file contains three routines: * void tb_68k_four1_extended(long double *data, long nn, long isign); * void tb_68k_four1_single(float *data, long nn, long isign); * void tb_68k_fourn_single(float *data, long *nn, long ndim, long isign)
------------------------------ CUT HERE ------------------------------
/* This code is a hand-assembled version of the fft routine from Numerical Recipes. See the book for information about how it works. All variable names in comments refer to those in the book.
To use this routine: * You must have a math coprocessor. * Use Think C (users of other compilers may be able to adapt it).
File Info
This file is from the info-mac archive. You may need The Unarchiver or a classic Mac emulator to open it.