From 438cfc61ee3fae8875dbbf24a44fa7d75969f2b3 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Wed, 6 Jun 2012 21:42:40 +0000 Subject: Ajout Makefile, résolution crash malloc (tableau statique à la place). Données audio 2 channels : apparament avec un offset style [i*nchan] on obtient bcp de valeurs à 0... FFT : valeurs en sortie toutes pétées, faut débugguer. Conso CPU : correcte MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2012-violon-leds/trunk@13 6be1fa4d-33ac-4c33-becc-79fcb3794bb6 --- tests/test5/compute.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/test5/compute.h') diff --git a/tests/test5/compute.h b/tests/test5/compute.h index 90230a7..24d57e9 100644 --- a/tests/test5/compute.h +++ b/tests/test5/compute.h @@ -7,13 +7,6 @@ gfloat compute_level(const float *data, size_t nsamples, size_t nchan); void compute_spectrom(float * data, int width, double rate, float *output); void PowerSpectrum(float *In, float *Out); -void FFT(int NumSamples, gboolean InverseTransform, - float *RealIn, float *ImagIn, float *RealOut, float *ImagOut); -void InitFFT(); -int NumberOfBitsNeeded(int PowerOfTwo); -inline int FastReverseBits(int i, int NumBits); -int ReverseBits(int index, int NumBits); - void audio2hsv_1(gint audio_level, gint *light_h, gint *light_s, gint *light_v); void hsv2rgb(gint h, gint s, gint v, gint *r, gint *g, gint *b); -- cgit v1.2.3