summaryrefslogtreecommitdiff
path: root/gnuradio-examples
diff options
context:
space:
mode:
authorTom Rondeau2010-10-16 14:37:55 -0400
committerTom Rondeau2010-10-16 14:37:55 -0400
commit62042813aeeffeeb6091e229761c5068b5ed5cde (patch)
tree80a1f206ffa405e8a5958e829ad70469e4f5d601 /gnuradio-examples
parent72c9a5a158b0b18964c8f2f8f914f16060868146 (diff)
downloadgnuradio-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-xgnuradio-examples/python/pfb/synth_filter.py3
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()