diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-08 14:41:11 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-08 14:41:11 -0400 |
commit | a4f3c09ae4714da5ed1d5289e2f59bb864bf4074 (patch) | |
tree | 6b7a1a05b86068e7b5da95c14186cce1a66a0cd1 /gr-wxgui/grc | |
parent | 3b1a26e6e610aed2aa8dee3bb747184f51447cf6 (diff) |
wxgui: Updating constellation plot to work with gr-digital.
Diffstat (limited to 'gr-wxgui/grc')
-rw-r--r-- | gr-wxgui/grc/wxgui_constellationsink2.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-wxgui/grc/wxgui_constellationsink2.xml b/gr-wxgui/grc/wxgui_constellationsink2.xml index c200790f9d..f9df9d4acd 100644 --- a/gr-wxgui/grc/wxgui_constellationsink2.xml +++ b/gr-wxgui/grc/wxgui_constellationsink2.xml @@ -18,7 +18,7 @@ constsink_gl.const_sink_c( const_size=$const_size, M=$M, theta=$theta, - alpha=$alpha, + loop_bw=$loop_bw, fmax=$fmax, mu=$mu, gain_mu=$gain_mu, @@ -71,9 +71,9 @@ $(parent).GridAdd(self.$(id).win, $(', '.join(map(str, $grid_pos())))) <type>real</type> </param> <param> - <name>Alpha</name> - <key>alpha</key> - <value>0.005</value> + <name>Loop Bandwidth</name> + <key>loop_bw</key> + <value>6.28/100.0</value> <type>real</type> </param> <param> |