diff options
Diffstat (limited to 'gr-fec/grc/variable_parity_check_matrix_object.xml')
-rw-r--r-- | gr-fec/grc/variable_parity_check_matrix_object.xml | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/gr-fec/grc/variable_parity_check_matrix_object.xml b/gr-fec/grc/variable_parity_check_matrix_object.xml new file mode 100644 index 0000000000..11331af837 --- /dev/null +++ b/gr-fec/grc/variable_parity_check_matrix_object.xml @@ -0,0 +1,38 @@ +<?xml version="1.0"?> +<!-- +################################################### +# FEC LDPC PARITY CHECK MATRIX OBJECT +################################################### + --> +<block> + <name>LDPC Parity Check Matrix Object</name> + <key>variable_ldpc_par_chk_mtrx_def</key> + <import>from gnuradio import fec</import> + <var_make>self.$(id) = $(id) = fec.ldpc_par_chk_mtrx($filename, $gap)</var_make> + + <make></make> + + <param> + <name>Ignore Me</name> + <key>value</key> + <value>"ok"</value> + <type>raw</type> + <hide>all</hide> + </param> + + <param> + <name>File</name> + <key>filename</key> + <value></value> + <type>file_open</type> + </param> + + <param> + <name>Gap</name> + <key>gap</key> + <value></value> + <type>int</type> + </param> + <doc> + </doc> +</block> |