diff options
author | Tom Rondeau | 2010-10-16 14:37:55 -0400 |
---|---|---|
committer | Tom Rondeau | 2010-10-16 14:37:55 -0400 |
commit | 62042813aeeffeeb6091e229761c5068b5ed5cde (patch) | |
tree | 80a1f206ffa405e8a5958e829ad70469e4f5d601 /gnuradio-examples | |
parent | 72c9a5a158b0b18964c8f2f8f914f16060868146 (diff) | |
download | gnuradio-62042813aeeffeeb6091e229761c5068b5ed5cde.tar.gz gnuradio-62042813aeeffeeb6091e229761c5068b5ed5cde.tar.bz2 gnuradio-62042813aeeffeeb6091e229761c5068b5ed5cde.zip |
Adding QA code for fir filter with buffer.
Diffstat (limited to 'gnuradio-examples')
-rwxr-xr-x | gnuradio-examples/python/pfb/synth_filter.py | 3 |
1 files changed, 1 insertions, 2 deletions
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() |