From b53f0dfb6bbd0d2c0233ba3ee192a551b111d907 Mon Sep 17 00:00:00 2001 From: Tom Rondeau Date: Sun, 1 Jan 2012 10:59:20 -0500 Subject: pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps parameter better. The number of output items is now set based on the d_osps and the check in the work function is not needed (actually, that check was wrong and should never have worked correctly, anyway). This commit also changes the number of samples needed in the QA code for the constellation receiver for a faster test. --- gr-digital/python/qa_constellation_receiver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gr-digital/python') diff --git a/gr-digital/python/qa_constellation_receiver.py b/gr-digital/python/qa_constellation_receiver.py index 25107e4a7..6c0024678 100755 --- a/gr-digital/python/qa_constellation_receiver.py +++ b/gr-digital/python/qa_constellation_receiver.py @@ -38,7 +38,7 @@ random.seed(1239) # TESTING PARAMETERS # The number of symbols to test with. # We need this many to let the frequency recovery block converge. -DATA_LENGTH = 10000 +DATA_LENGTH = 2000 # Test fails if fraction of output that is correct is less than this. REQ_CORRECT = 0.8 -- cgit