summaryrefslogtreecommitdiff
path: root/grc
diff options
context:
space:
mode:
authorTom2009-10-07 18:32:35 -0700
committerTom2009-10-07 18:32:35 -0700
commit7b527030c4f2e207f93942a884ad9bac772db5cc (patch)
tree59326c46b9840bfe73d4d13dfcd44f8ef07415ad /grc
parent521f3e514a7e8a887ba7a35b81d255e85fbcabc1 (diff)
downloadgnuradio-7b527030c4f2e207f93942a884ad9bac772db5cc.tar.gz
gnuradio-7b527030c4f2e207f93942a884ad9bac772db5cc.tar.bz2
gnuradio-7b527030c4f2e207f93942a884ad9bac772db5cc.zip
Adding imaginary stream to PAM demo to test IQ sync. Also properly setting beta at runtime from GRC block.
Diffstat (limited to 'grc')
-rw-r--r--grc/blocks/gr_pfb_clock_sync.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/grc/blocks/gr_pfb_clock_sync.xml b/grc/blocks/gr_pfb_clock_sync.xml
index e62ab84a3..670d5b463 100644
--- a/grc/blocks/gr_pfb_clock_sync.xml
+++ b/grc/blocks/gr_pfb_clock_sync.xml
@@ -8,7 +8,8 @@
<name>Polyphase Clock Sync</name>
<key>gr_pfb_clock_sync_ccf</key>
<import>from gnuradio import gr</import>
- <make>gr.pfb_clock_sync_ccf($sps, $alpha, $taps, $filter_size, $init_phase)</make>
+ <make>gr.pfb_clock_sync_ccf($sps, $alpha, $taps, $filter_size, $init_phase)
+self.$(id).set_beta($beta)</make>
<callback>set_taps($taps)</callback>
<callback>set_alpha($alpha)</callback>
<callback>set_beta($beta)</callback>