diff options
Diffstat (limited to 'gr-digital/examples/demod/symbol_sync_test_complex.grc')
-rw-r--r-- | gr-digital/examples/demod/symbol_sync_test_complex.grc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gr-digital/examples/demod/symbol_sync_test_complex.grc b/gr-digital/examples/demod/symbol_sync_test_complex.grc index cd0ca99e23..77bacdeb12 100644 --- a/gr-digital/examples/demod/symbol_sync_test_complex.grc +++ b/gr-digital/examples/demod/symbol_sync_test_complex.grc @@ -251,7 +251,7 @@ </param> <param> <key>value</key> - <value>(2.0-proportional_gain-2.0*math.exp(-zeta*omega_n_norm)*(math.cosh(omega_d_norm) if zeta > 1.0 else math.cos(omega_d_norm)))/ted_gain</value> + <value>2.0/ted_gain*(1.0-math.exp(-zeta*omega_n_norm)*(math.sinh(zeta*omega_n_norm)+(math.cosh(omega_d_norm) if zeta > 1.0 else math.cos(omega_d_norm))))</value> </param> </block> <block> @@ -594,11 +594,11 @@ </param> <param> <key>start</key> - <value>0.1</value> + <value>0.05</value> </param> <param> <key>step</key> - <value>0.1</value> + <value>0.01</value> </param> <param> <key>stop</key> @@ -1771,7 +1771,7 @@ </param> <param> <key>ted_gain</key> - <value>1.0</value> + <value>ted_gain</value> </param> <param> <key>nfilters</key> |