diff --git a/examples/test_cc.grc b/examples/test_cc.grc
index 6741da8..3cd0f58 100644
--- a/examples/test_cc.grc
+++ b/examples/test_cc.grc
@@ -136,7 +136,7 @@
_coordinate
- (1120, 101)
+ (1141, 80)
gui_hint
@@ -210,6 +210,168 @@
[[x,x,x,x,x] for x in STANAG_4285.PhysicalLayer.get_preamble()['symb'][9:40].tolist()]
+
+ variable_qtgui_chooser
+
+ comment
+
+
+
+ value
+ 0
+
+
+ _enabled
+ True
+
+
+ _coordinate
+ (42, 384)
+
+
+ gui_hint
+
+
+
+ _rotation
+ 0
+
+
+ id
+ mode
+
+
+ label0
+ PSK
+
+
+ label1
+ QPSK
+
+
+ label2
+ 8PSK
+
+
+ label3
+
+
+
+ label4
+
+
+
+ label
+ mode
+
+
+ labels
+ []
+
+
+ num_opts
+ 3
+
+
+ option0
+ '0'
+
+
+ option1
+ '1'
+
+
+ option2
+ '1'
+
+
+ option3
+ 3
+
+
+ option4
+ 4
+
+
+ options
+ [0, 1, 2]
+
+
+ orient
+ Qt.QVBoxLayout
+
+
+ type
+ string
+
+
+ widget
+ combo_box
+
+
+
+ variable_qtgui_range
+
+ comment
+
+
+
+ value
+ 0.002
+
+
+ _enabled
+ True
+
+
+ _coordinate
+ (1024, 80)
+
+
+ gui_hint
+ (3,0,1,2)
+
+
+ _rotation
+ 0
+
+
+ id
+ mu
+
+
+ label
+ mu
+
+
+ min_len
+ 200
+
+
+ orient
+ Qt.Horizontal
+
+
+ start
+ 0
+
+
+ step
+ 0.001
+
+
+ stop
+ 0.02
+
+
+ rangeType
+ float
+
+
+ widget
+ counter_slider
+
+
variable
@@ -234,7 +396,7 @@
value
- 12*sps
+ 15
@@ -261,7 +423,7 @@
value
- 9*sps
+ 15
@@ -288,7 +450,7 @@
value
- 5
+ 4
@@ -365,7 +527,7 @@
_coordinate
- (906, 325)
+ (928, 314)
_rotation
@@ -408,7 +570,7 @@
_coordinate
- (245, 165)
+ (256, 154)
_rotation
@@ -443,7 +605,7 @@
const
- 4
+ 5
affinity
@@ -455,7 +617,7 @@
_coordinate
- (416, 186)
+ (426, 176)
_rotation
@@ -506,7 +668,7 @@
_coordinate
- (949, 144)
+ (917, 133)
_rotation
@@ -557,7 +719,7 @@
_coordinate
- (576, 186)
+ (586, 176)
_rotation
@@ -616,7 +778,7 @@
_coordinate
- (10, 165)
+ (32, 154)
_rotation
@@ -663,7 +825,7 @@
_coordinate
- (864, 453)
+ (874, 458)
_rotation
@@ -685,6 +847,18 @@
sps
sps
+
+ alpha
+ 0.0005
+
+
+ mode
+ mode
+
+
+ mu
+ mu
+
nB
nB
@@ -784,7 +958,7 @@
_coordinate
- (629, 282)
+ (640, 272)
_rotation
@@ -812,7 +986,7 @@
mark_delay
- nF+2-9*sps
+ (nF-9)*sps+2
threshold_method
@@ -820,7 +994,7 @@
threshold
- 0.3
+ 0.5
@@ -851,7 +1025,7 @@
_coordinate
- (1088, 474)
+ (1120, 496)
gui_hint
@@ -1206,7 +1380,7 @@
_coordinate
- (1098, 314)
+ (1120, 304)
gui_hint
@@ -1573,7 +1747,7 @@
_coordinate
- (1098, 229)
+ (1120, 218)
gui_hint
diff --git a/grc/digitalhf_adaptive_dfe.xml b/grc/digitalhf_adaptive_dfe.xml
index 58b2cbd..cce5f29 100644
--- a/grc/digitalhf_adaptive_dfe.xml
+++ b/grc/digitalhf_adaptive_dfe.xml
@@ -4,7 +4,9 @@
digitalhf_adaptive_dfe
[digitalhf]
import digitalhf
- digitalhf.adaptive_dfe($sps,$nB,$nF,$nW,$py_obj_name)
+ digitalhf.adaptive_dfe($sps,$nB,$nF,$nW,$mu,$alpha,$py_obj_name)
+ set_mu($mu)
+ set_mode($mode)