From c86f6c23c6883f73d953d64c28ab42cedb77e4d7 Mon Sep 17 00:00:00 2001 From: jblum Date: Sun, 7 Sep 2008 21:38:12 +0000 Subject: Merged r9481:9518 on jblum/grc_reorganize into trunk. Reorganized grc source under gnuradio.grc module. Trunk passes make distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9525 221aa14e-8319-0410-a670-987f0aec2ac5 --- .../python/blocks/trellis_permutation.xml | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 grc/data/platforms/python/blocks/trellis_permutation.xml (limited to 'grc/data/platforms/python/blocks/trellis_permutation.xml') diff --git a/grc/data/platforms/python/blocks/trellis_permutation.xml b/grc/data/platforms/python/blocks/trellis_permutation.xml new file mode 100644 index 000000000..7721cc71d --- /dev/null +++ b/grc/data/platforms/python/blocks/trellis_permutation.xml @@ -0,0 +1,74 @@ + + + + Trellis Permutation + trellis_permutation + from gnuradio import trellis + trellis.permutation($block_size, $table, $syms_per_block, $type.size*$vlen) + + Type + type + enum + + + + + + + + Block Size + block_size + int + + + Table + table + int_vector + + + Symbols per Block + syms_per_block + int + + + Vec Length + vlen + 1 + int + + $vlen > 0 + + in + $type + $vlen + + + out + $type + $vlen + + -- cgit