diff options
author | Achilleas Anastasopoulos | 2011-06-13 18:38:03 -0400 |
---|---|---|
committer | Achilleas Anastasopoulos | 2011-06-13 18:38:03 -0400 |
commit | d9955bc0ba633ebd4bb2964b656f47cd05ccd05f (patch) | |
tree | d7142da7070fc7274968afc52f288f3b9c79d390 /gr-trellis/grc/trellis_permutation.xml | |
parent | 938eea97126e985927bc15091d3ad148ed593578 (diff) | |
download | gnuradio-d9955bc0ba633ebd4bb2964b656f47cd05ccd05f.tar.gz gnuradio-d9955bc0ba633ebd4bb2964b656f47cd05ccd05f.tar.bz2 gnuradio-d9955bc0ba633ebd4bb2964b656f47cd05ccd05f.zip |
added grc directory in gr-trellis
Diffstat (limited to 'gr-trellis/grc/trellis_permutation.xml')
-rw-r--r-- | gr-trellis/grc/trellis_permutation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/grc/trellis_permutation.xml b/gr-trellis/grc/trellis_permutation.xml index 8804177e9..6bd14e6b7 100644 --- a/gr-trellis/grc/trellis_permutation.xml +++ b/gr-trellis/grc/trellis_permutation.xml @@ -5,11 +5,11 @@ ################################################### --> -<category>Trellis</category> <block> <name>Trellis Permutation</name> <key>trellis_permutation</key> + <category>Error Correction/Trellis</category> <import>from gnuradio import trellis</import> <make>trellis.permutation($block_size, $table, $syms_per_block, $type.size*$vlen)</make> <param> |