diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-06-23 09:44:14 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-06-23 09:44:14 -0400 |
commit | 881010202a5054c430d8e5a6f72c206c1cc350ae (patch) | |
tree | 795a34e4599a88a80040d27dcb2b342e4c705bea /gr-filter/python | |
parent | c9e9b9fd54469aac9d2965796971988caba06522 (diff) | |
parent | bf8700a226091c5ce0130a3819a4c12b9d9981a6 (diff) |
Merge branch 'master' into next
Conflicts:
gnuradio-core/src/lib/general/CMakeLists.txt
gnuradio-core/src/lib/general/general.i
Diffstat (limited to 'gr-filter/python')
-rwxr-xr-x | gr-filter/python/qa_pfb_channelizer.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-filter/python/qa_pfb_channelizer.py b/gr-filter/python/qa_pfb_channelizer.py index 3d35c46e44..c0ed8327df 100755 --- a/gr-filter/python/qa_pfb_channelizer.py +++ b/gr-filter/python/qa_pfb_channelizer.py @@ -70,10 +70,10 @@ class test_pfb_channelizer(gr_unittest.TestCase): # Adjusted phase rotations for data p0 = 0 - p1 = 1.6335486 - p2 = -3.01609 - p3 = 3.01609 - p4 = -1.6335486 + p1 = math.pi*0.51998885 + p2 = -math.pi*0.96002233 + p3 = math.pi*0.96002233 + p4 = -math.pi*0.51998885 # Create known data as complex sinusoids at the different baseband freqs # the different channel numbering is due to channelizer output order. |