From: Paul Brossier Date: Fri, 29 Sep 2006 13:55:39 +0000 (+0000) Subject: really fill test-fft X-Git-Tag: bzr2git~561 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9ec787614a8ab8d6e8876ac46b7013434438a898;p=aubio.git really fill test-fft really fill test-fft --- diff --git a/examples/tests/test-fft.c b/examples/tests/test-fft.c index 2c96dfd0..17adeb58 100644 --- a/examples/tests/test-fft.c +++ b/examples/tests/test-fft.c @@ -26,6 +26,7 @@ int main(){ aubio_window(w,win_s,aubio_win_hanningz); /* fill input with some data */ + in->data[0][win_s/2] = 1; /* execute stft */ for (i=0; i < channels; i++) {