diff options
author | Tom | 2009-10-06 19:31:45 -0700 |
---|---|---|
committer | Tom | 2009-10-06 19:31:45 -0700 |
commit | 45286cd769e42c325b7c65a2f0a96757e2e97b97 (patch) | |
tree | a83f88ff46640e3c99ca34573a214aa58aedf555 /grc/blocks/gr_pfb_clock_sync.xml | |
parent | dd7adee2762b62adf80c3e4fa87d42557a7a78d2 (diff) | |
download | gnuradio-45286cd769e42c325b7c65a2f0a96757e2e97b97.tar.gz gnuradio-45286cd769e42c325b7c65a2f0a96757e2e97b97.tar.bz2 gnuradio-45286cd769e42c325b7c65a2f0a96757e2e97b97.zip |
Adding accessor functions for both alpha and beta.
Diffstat (limited to 'grc/blocks/gr_pfb_clock_sync.xml')
-rw-r--r-- | grc/blocks/gr_pfb_clock_sync.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/grc/blocks/gr_pfb_clock_sync.xml b/grc/blocks/gr_pfb_clock_sync.xml index 3a066c23c..c9487f52c 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, $gain, $taps, $filter_size, $init_phase)</make> + <make>gr.pfb_clock_sync_ccf($sps, $alpha, $taps, $filter_size, $init_phase)</make> <callback>set_taps($taps)</callback> <callback>set_gain($gain)</callback> @@ -18,8 +18,13 @@ <type>real</type> </param> <param> - <name>Gain</name> - <key>gain</key> + <name>Alpha</name> + <key>alpha</key> + <type>real</type> + </param> + <param> + <name>Beta</name> + <key>beta</key> <type>real</type> </param> <param> |