diff options
author | Tom Rondeau | 2011-09-01 16:06:44 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-09-01 16:06:44 -0400 |
commit | 65fbbb8f752ebf522ac2628f850445e66a278e2f (patch) | |
tree | bbf9e421ab8e0196d8505f0780c1920bdb998671 /grc/blocks/gr_mpsk_receiver_cc.xml | |
parent | 4f6e8d801bc6f4e43e956bd9b21d2904451a1233 (diff) | |
download | gnuradio-65fbbb8f752ebf522ac2628f850445e66a278e2f.tar.gz gnuradio-65fbbb8f752ebf522ac2628f850445e66a278e2f.tar.bz2 gnuradio-65fbbb8f752ebf522ac2628f850445e66a278e2f.zip |
grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and refactored for new API.
Diffstat (limited to 'grc/blocks/gr_mpsk_receiver_cc.xml')
-rw-r--r-- | grc/blocks/gr_mpsk_receiver_cc.xml | 81 |
1 files changed, 0 insertions, 81 deletions
diff --git a/grc/blocks/gr_mpsk_receiver_cc.xml b/grc/blocks/gr_mpsk_receiver_cc.xml deleted file mode 100644 index 843c3a4c1..000000000 --- a/grc/blocks/gr_mpsk_receiver_cc.xml +++ /dev/null @@ -1,81 +0,0 @@ -<?xml version="1.0"?> -<!-- -################################################### -##MPSK Receiver -################################################### - --> -<block> - <name>MPSK Receiver</name> - <key>gr_mpsk_receiver_cc</key> - <import>from gnuradio import gr</import> - <make>gr.mpsk_receiver_cc($M, $theta, $alpha, $beta, $fmin, $fmax, $mu, $gain_mu, $omega, $gain_omega, $omega_relative_limit)</make> - <callback>set_alpha($alpha)</callback> - <callback>set_beta($beta)</callback> - <callback>set_mu($mu)</callback> - <callback>set_gain_mu($gain_mu)</callback> - <callback>set_omega($omega)</callback> - <callback>set_gain_omega($gain_omega)</callback> - <param> - <name>M</name> - <key>M</key> - <type>int</type> - </param> - <param> - <name>Theta</name> - <key>theta</key> - <type>real</type> - </param> - <param> - <name>Alpha</name> - <key>alpha</key> - <type>real</type> - </param> - <param> - <name>Beta</name> - <key>beta</key> - <type>real</type> - </param> - <param> - <name>Min Freq</name> - <key>fmin</key> - <type>real</type> - </param> - <param> - <name>Max Freq</name> - <key>fmax</key> - <type>real</type> - </param> - <param> - <name>Mu</name> - <key>mu</key> - <type>real</type> - </param> - <param> - <name>Gain Mu</name> - <key>gain_mu</key> - <type>real</type> - </param> - <param> - <name>Omega</name> - <key>omega</key> - <type>real</type> - </param> - <param> - <name>Gain Omega</name> - <key>gain_omega</key> - <type>real</type> - </param> - <param> - <name>Omega Relative Limit</name> - <key>omega_relative_limit</key> - <type>real</type> - </param> - <sink> - <name>in</name> - <type>complex</type> - </sink> - <source> - <name>out</name> - <type>complex</type> - </source> -</block> |