diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 11:28:48 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-02-07 11:28:48 +0100 |
commit | 5f4b06d150beed1e7d614705386eb7eab0a98be5 (patch) | |
tree | 792771807cb2328d4506ad6d49e52b1377c25935 /fft.h | |
download | toolame-dab-5f4b06d150beed1e7d614705386eb7eab0a98be5.tar.gz toolame-dab-5f4b06d150beed1e7d614705386eb7eab0a98be5.tar.bz2 toolame-dab-5f4b06d150beed1e7d614705386eb7eab0a98be5.zip |
add toolame-02l
Diffstat (limited to 'fft.h')
-rw-r--r-- | fft.h | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,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); |