summaryrefslogtreecommitdiff
path: root/gr-digital/grc
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2017-08-03 14:53:16 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2017-08-03 14:53:16 -0700
commitf9dd0a8a347e97e08bc7644f0467e58dcaf1ca66 (patch)
treeb83fb21adc638772bcec2099b81587c1042923c1 /gr-digital/grc
parenta6ed53ecd93cd6b1e0b4fdd627615e4e24697d04 (diff)
parent811bee8c54bdca5c53c2ccbc6ef6d1bbca55eaae (diff)
Merge branch 'master' into next
Diffstat (limited to 'gr-digital/grc')
-rw-r--r--gr-digital/grc/digital_symbol_sync_xx.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/gr-digital/grc/digital_symbol_sync_xx.xml b/gr-digital/grc/digital_symbol_sync_xx.xml
index 1f597ef8ce..ffd2f5daff 100644
--- a/gr-digital/grc/digital_symbol_sync_xx.xml
+++ b/gr-digital/grc/digital_symbol_sync_xx.xml
@@ -26,10 +26,11 @@
<category>[Core]/Synchronizers</category>
<import>from gnuradio import digital</import>
<import>from gnuradio import filter</import>
- <make>digital.symbol_sync_$(type)($ted_type, $sps, $loop_bw, $damping, $max_dev, $osps, $constellation, $resamp_type, $nfilters, $pfb_mf_taps)</make>
+ <make>digital.symbol_sync_$(type)($ted_type, $sps, $loop_bw, $damping, $ted_gain, $max_dev, $osps, $constellation, $resamp_type, $nfilters, $pfb_mf_taps)</make>
<callback>set_loop_bandwidth($loop_bw)</callback>
<callback>set_damping_factor($damping)</callback>
+ <callback>set_ted_gain($ted_gain)</callback>
<param>
<name>I/O Type</name>
@@ -112,6 +113,12 @@
<type>real</type>
</param>
<param>
+ <name>Expected TED Gain</name>
+ <key>ted_gain</key>
+ <value>1.0</value>
+ <type>real</type>
+ </param>
+ <param>
<name>Loop Bandwidth</name>
<key>loop_bw</key>
<value>0.045</value>
@@ -120,7 +127,7 @@
<param>
<name>Damping Factor</name>
<key>damping</key>
- <value>1.0/math.sqrt(2.0)</value>
+ <value>1.0</value>
<type>real</type>
</param>
<param>