Fft Asm.Txt
Fft Asm.Txt
| Filename | fft-asm.txt |
|---|---|
| Size | 16.1 KB (16520 bytes) |
| Downloads | 13 |
Enjoying MacTrove?
Anonymous downloads are free and unlimited.
Create a free account to track favorites,
contribute metadata corrections, and join the
community chat.
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 part of the MacTrove archive. See the Thank You page for the upstream mirrors we rely on. You may need The Unarchiver or a classic Mac emulator to open it.
Related apps