summaryrefslogtreecommitdiff
path: root/grc
diff options
context:
space:
mode:
authorTom2009-10-09 14:34:39 -0700
committerTom2009-10-09 14:34:39 -0700
commit8c846fb7946fb58ad9573d05bed0a71f0ba1ae73 (patch)
tree9fd97d3fb83e7e03ecce8a0746e06fcc6e5014ac /grc
parent3006298886b72b7d7da5c803c16f5b07b72a05ef (diff)
downloadgnuradio-8c846fb7946fb58ad9573d05bed0a71f0ba1ae73.tar.gz
gnuradio-8c846fb7946fb58ad9573d05bed0a71f0ba1ae73.tar.bz2
gnuradio-8c846fb7946fb58ad9573d05bed0a71f0ba1ae73.zip
Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.
Diffstat (limited to 'grc')
-rw-r--r--grc/blocks/gr_pfb_clock_sync.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/grc/blocks/gr_pfb_clock_sync.xml b/grc/blocks/gr_pfb_clock_sync.xml
index 670d5b463..9cb909acd 100644
--- a/grc/blocks/gr_pfb_clock_sync.xml
+++ b/grc/blocks/gr_pfb_clock_sync.xml
@@ -8,7 +8,7 @@
<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>gr.pfb_clock_sync_ccf($sps, $alpha, $taps, $filter_size, $init_phase, $max_dev)
self.$(id).set_beta($beta)</make>
<callback>set_taps($taps)</callback>
<callback>set_alpha($alpha)</callback>
@@ -44,6 +44,11 @@ self.$(id).set_beta($beta)</make>
<key>init_phase</key>
<type>real</type>
</param>
+ <param>
+ <name>Maximum Rate Deviation</name>
+ <key>max_dev</key>
+ <type>real</type>
+ </param>
<sink>
<name>in</name>
<type>complex</type>