tests/src/spectral/test-filterbank.c: print filterbank
authorPaul Brossier <piem@piem.org>
Wed, 13 Nov 2013 12:27:33 +0000 (13:27 +0100)
committerPaul Brossier <piem@piem.org>
Wed, 13 Nov 2013 12:27:33 +0000 (13:27 +0100)
tests/src/spectral/test-filterbank.c

index 3817f13..d839bc6 100644 (file)
@@ -23,6 +23,10 @@ int main ()
   coeffs = aubio_filterbank_get_coeffs (o);
   fmat_print (coeffs);
 
+  aubio_filterbank_set_coeffs (o, coeffs);
+  coeffs = aubio_filterbank_get_coeffs (o);
+  fmat_print (coeffs);
+
   //fvec_print (out_filters);
 
   // clean up