From 5f4b06d150beed1e7d614705386eb7eab0a98be5 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 7 Feb 2014 11:28:48 +0100 Subject: add toolame-02l --- fft.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 fft.h (limited to 'fft.h') diff --git a/fft.h b/fft.h new file mode 100644 index 0000000..a1c851d --- /dev/null +++ b/fft.h @@ -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); -- cgit v1.2.3