summaryrefslogtreecommitdiff
path: root/gr-trellis
diff options
context:
space:
mode:
Diffstat (limited to 'gr-trellis')
-rw-r--r--gr-trellis/grc/trellis_metrics_x.xml8
-rw-r--r--gr-trellis/grc/trellis_pccc_decoder_combined_xx.xml8
-rw-r--r--gr-trellis/grc/trellis_sccc_decoder_combined_xx.xml8
-rw-r--r--gr-trellis/grc/trellis_viterbi_combined_xx.xml8
4 files changed, 16 insertions, 16 deletions
diff --git a/gr-trellis/grc/trellis_metrics_x.xml b/gr-trellis/grc/trellis_metrics_x.xml
index ccb59a36e..0bc349514 100644
--- a/gr-trellis/grc/trellis_metrics_x.xml
+++ b/gr-trellis/grc/trellis_metrics_x.xml
@@ -10,7 +10,7 @@
<name>Trellis Metrics</name>
<key>trellis_metrics_x</key>
<category>Error Correction/Trellis</category>
- <import>from gnuradio import trellis</import>
+ <import>from gnuradio import trellis, digital</import>
<make>trellis.metrics_$(type)($card, $dim, $table, $metric_type)</make>
<callback>set_TABLE($table)</callback>
<param>
@@ -63,15 +63,15 @@
<type>enum</type>
<option>
<name>Euclidean</name>
- <key>trellis.TRELLIS_EUCLIDEAN</key>
+ <key>digital.TRELLIS_EUCLIDEAN</key>
</option>
<option>
<name>Hard Symbol</name>
- <key>trellis.TRELLIS_HARD_SYMBOL</key>
+ <key>digital.TRELLIS_HARD_SYMBOL</key>
</option>
<option>
<name>Hard Bit</name>
- <key>trellis.TRELLIS_HARD_BIT</key>
+ <key>digital.TRELLIS_HARD_BIT</key>
</option>
</param>
<sink>
diff --git a/gr-trellis/grc/trellis_pccc_decoder_combined_xx.xml b/gr-trellis/grc/trellis_pccc_decoder_combined_xx.xml
index ec58132f8..bd5a44cde 100644
--- a/gr-trellis/grc/trellis_pccc_decoder_combined_xx.xml
+++ b/gr-trellis/grc/trellis_pccc_decoder_combined_xx.xml
@@ -10,7 +10,7 @@
<name>PCCC Decoder Combo</name>
<key>trellis_pccc_decoder_combined_xx</key>
<category>Error Correction/Trellis</category>
- <import>from gnuradio import trellis</import>
+ <import>from gnuradio import trellis, digital</import>
<make>trellis.pccc_decoder_combined_$(type)$(out_type)(
trellis.fsm($o_fsm_args), $o_init_state, $o_final_state,
trellis.fsm($i_fsm_args), $i_init_state, $i_final_state,
@@ -125,15 +125,15 @@
<type>enum</type>
<option>
<name>Euclidean</name>
- <key>trellis.TRELLIS_EUCLIDEAN</key>
+ <key>digital.TRELLIS_EUCLIDEAN</key>
</option>
<option>
<name>Hard Symbol</name>
- <key>trellis.TRELLIS_HARD_SYMBOL</key>
+ <key>digital.TRELLIS_HARD_SYMBOL</key>
</option>
<option>
<name>Hard Bit</name>
- <key>trellis.TRELLIS_HARD_BIT</key>
+ <key>digital.TRELLIS_HARD_BIT</key>
</option>
</param>
<param>
diff --git a/gr-trellis/grc/trellis_sccc_decoder_combined_xx.xml b/gr-trellis/grc/trellis_sccc_decoder_combined_xx.xml
index 81d800902..6b2bc0e38 100644
--- a/gr-trellis/grc/trellis_sccc_decoder_combined_xx.xml
+++ b/gr-trellis/grc/trellis_sccc_decoder_combined_xx.xml
@@ -10,7 +10,7 @@
<name>SCCC Decoder Combo</name>
<key>trellis_sccc_decoder_combined_xx</key>
<category>Error Correction/Trellis</category>
- <import>from gnuradio import trellis</import>
+ <import>from gnuradio import trellis, digital</import>
<make>trellis.sccc_decoder_combined_$(type)$(out_type)(
trellis.fsm($o_fsm_args), $o_init_state, $o_final_state,
trellis.fsm($i_fsm_args), $i_init_state, $i_final_state,
@@ -125,15 +125,15 @@
<type>enum</type>
<option>
<name>Euclidean</name>
- <key>trellis.TRELLIS_EUCLIDEAN</key>
+ <key>digital.TRELLIS_EUCLIDEAN</key>
</option>
<option>
<name>Hard Symbol</name>
- <key>trellis.TRELLIS_HARD_SYMBOL</key>
+ <key>digital.TRELLIS_HARD_SYMBOL</key>
</option>
<option>
<name>Hard Bit</name>
- <key>trellis.TRELLIS_HARD_BIT</key>
+ <key>digital.TRELLIS_HARD_BIT</key>
</option>
</param>
<param>
diff --git a/gr-trellis/grc/trellis_viterbi_combined_xx.xml b/gr-trellis/grc/trellis_viterbi_combined_xx.xml
index 200f07859..85128714c 100644
--- a/gr-trellis/grc/trellis_viterbi_combined_xx.xml
+++ b/gr-trellis/grc/trellis_viterbi_combined_xx.xml
@@ -10,7 +10,7 @@
<name>Viterbi Combo</name>
<key>trellis_viterbi_combined_xx</key>
<category>Error Correction/Trellis</category>
- <import>from gnuradio import trellis</import>
+ <import>from gnuradio import trellis, digital</import>
<make>trellis.viterbi_combined_$(type)$(out_type)(trellis.fsm($fsm_args), $block_size, $init_state, $final_state, $dim, $table, $metric_type)</make>
<callback>set_TABLE($table)</callback>
<param>
@@ -100,15 +100,15 @@
<type>enum</type>
<option>
<name>Euclidean</name>
- <key>trellis.TRELLIS_EUCLIDEAN</key>
+ <key>digital.TRELLIS_EUCLIDEAN</key>
</option>
<option>
<name>Hard Symbol</name>
- <key>trellis.TRELLIS_HARD_SYMBOL</key>
+ <key>digital.TRELLIS_HARD_SYMBOL</key>
</option>
<option>
<name>Hard Bit</name>
- <key>trellis.TRELLIS_HARD_BIT</key>
+ <key>digital.TRELLIS_HARD_BIT</key>
</option>
</param>
<sink>