diff options
Diffstat (limited to 'gr-trellis/grc/trellis_siso_f.xml')
-rw-r--r-- | gr-trellis/grc/trellis_siso_f.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-trellis/grc/trellis_siso_f.xml b/gr-trellis/grc/trellis_siso_f.xml index e3fb502b3c..523e6a3aac 100644 --- a/gr-trellis/grc/trellis_siso_f.xml +++ b/gr-trellis/grc/trellis_siso_f.xml @@ -9,7 +9,7 @@ <block> <name>SISO</name> <key>trellis_siso_f</key> - <category>Error Correction/Trellis</category> + <category>Trellis Coding</category> <import>from gnuradio import trellis</import> <make>trellis.siso_f(trellis.fsm($fsm_args), $block_size, $init_state, $final_state, $a_post_in, $a_post_out, $siso_type)</make> <param> |