File: fft.h

package info (click to toggle)
toolame 02l-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 545
  • sloc: ansic: 10,298; makefile: 96
file content (9 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9

//void fft (FLOAT[BLKSIZE], FLOAT[BLKSIZE], FLOAT[BLKSIZE], FLOAT[BLKSIZE], int);

void psycho_2_fft (FLOAT * x_real, FLOAT * energy, FLOAT * phi);
void psycho_1_fft (FLOAT * x_real, FLOAT * energy, int N);


void atan_table_init(void);
INLINE FLOAT atan_table(FLOAT y, FLOAT x);