
Go to the source code of this file.
Functions | |
| 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) |
| INLINE FLOAT atan_table | ( | FLOAT | y, | |
| FLOAT | x | |||
| ) |
Referenced by psycho_2_fft().
| void atan_table_init | ( | void | ) |
Referenced by psycho_2_fft().
| void psycho_1_fft | ( | FLOAT * | x_real, | |
| FLOAT * | energy, | |||
| int | N | |||
| ) |
Definition at line 1270 of file fft.c.
References a, b, fht(), and FLOAT.
Referenced by psycho_1_hann_fft_pickmax(), and psycho_3_fft().

| void psycho_2_fft | ( | FLOAT * | x_real, | |
| FLOAT * | energy, | |||
| FLOAT * | phi | |||
| ) |
Definition at line 1222 of file fft.c.
References a, atan_table(), atan_table_init(), b, fht(), FLOAT, init, and PI.
Referenced by psycho_2(), and psycho_4().

1.5.5