From 9ec787614a8ab8d6e8876ac46b7013434438a898 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 29 Sep 2006 13:55:39 +0000 Subject: [PATCH] really fill test-fft really fill test-fft --- examples/tests/test-fft.c | 1 + 1 file changed, 1 insertion(+) 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++) { -- 2.11.0