diff options
Diffstat (limited to 'grc/data/grc_gnuradio/blocks/gr_pll_refout_cc.xml')
-rw-r--r-- | grc/data/grc_gnuradio/blocks/gr_pll_refout_cc.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/grc/data/grc_gnuradio/blocks/gr_pll_refout_cc.xml b/grc/data/grc_gnuradio/blocks/gr_pll_refout_cc.xml new file mode 100644 index 000000000..64cf2bfb6 --- /dev/null +++ b/grc/data/grc_gnuradio/blocks/gr_pll_refout_cc.xml @@ -0,0 +1,40 @@ +<?xml version="1.0"?> +<!-- +################################################### +##PLL Reference Out +################################################### + --> +<block> + <name>PLL Ref Out</name> + <key>gr_pll_refout_cc</key> + <import>from gnuradio import gr</import> + <make>gr.pll_refout_cc($alpha, $beta, $max_freq, $min_freq)</make> + <param> + <name>Alpha</name> + <key>alpha</key> + <type>real</type> + </param> + <param> + <name>Beta</name> + <key>beta</key> + <type>real</type> + </param> + <param> + <name>Max Freq</name> + <key>max_freq</key> + <type>real</type> + </param> + <param> + <name>Min Freq</name> + <key>min_freq</key> + <type>real</type> + </param> + <sink> + <name>in</name> + <type>complex</type> + </sink> + <source> + <name>out</name> + <type>complex</type> + </source> +</block> |