mirror of
https://github.com/hb9fxq/gr-digitalhf
synced 2024-12-22 15:10:00 +00:00
threshold lowered
This commit is contained in:
parent
53f85c3e71
commit
8394b5814d
|
@ -60,7 +60,7 @@ class physical_layer_driver(gr.hier_block2):
|
||||||
self._corr_est = digital.corr_est_cc(symbols = (preamble_samples.tolist()),
|
self._corr_est = digital.corr_est_cc(symbols = (preamble_samples.tolist()),
|
||||||
sps = sps,
|
sps = sps,
|
||||||
mark_delay = preamble_offset,
|
mark_delay = preamble_offset,
|
||||||
threshold = 0.5,
|
threshold = 0.3,
|
||||||
threshold_method = 1)
|
threshold_method = 1)
|
||||||
self._doppler_correction = digitalhf.doppler_correction_cc(preamble_length, len(preamble_samples))
|
self._doppler_correction = digitalhf.doppler_correction_cc(preamble_length, len(preamble_samples))
|
||||||
self._adaptive_filter = digitalhf.adaptive_dfe(sps, nB, nF, nW, mu, alpha)
|
self._adaptive_filter = digitalhf.adaptive_dfe(sps, nB, nF, nW, mu, alpha)
|
||||||
|
|
Loading…
Reference in a new issue