From 62042813aeeffeeb6091e229761c5068b5ed5cde Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sat, 16 Oct 2010 14:37:55 -0400 Subject: Adding QA code for fir filter with buffer. --- gnuradio-examples/python/pfb/synth_filter.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnuradio-examples') diff --git a/gnuradio-examples/python/pfb/synth_filter.py b/gnuradio-examples/python/pfb/synth_filter.py index b1708fde5..015ebd668 100755 --- a/gnuradio-examples/python/pfb/synth_filter.py +++ b/gnuradio-examples/python/pfb/synth_filter.py @@ -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() -- cgit