Adding QA code for fir filter with buffer.
[debian/gnuradio] / gnuradio-examples / python / pfb / synth_filter.py
index b1708fde5b60996777e6c277e96da00a2728354e..015ebd66845119575b94facc6680249fac8e391a 100755 (executable)
@@ -7,8 +7,7 @@ def main():
     N = 1000000
     fs = 8000
 
-    #freqs = [100, 200, 300, 400, 500]
-    freqs = [100,]
+    freqs = [100, 200, 300, 400, 500]
     nchans = 7
 
     sigs = list()