mirror of
https://github.com/hb9fxq/gr-digitalhf
synced 2024-12-22 07:09:59 +00:00
use named constant
This commit is contained in:
parent
226d6c09f6
commit
5310977bc6
|
@ -63,7 +63,7 @@ class physical_layer_driver(gr.hier_block2):
|
||||||
sps = sps,
|
sps = sps,
|
||||||
mark_delay = preamble_offset,
|
mark_delay = preamble_offset,
|
||||||
threshold = 1-math.exp(-8),
|
threshold = 1-math.exp(-8),
|
||||||
threshold_method = 0)
|
threshold_method = digital.THRESHOLD_DYNAMIC)
|
||||||
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)
|
||||||
self._msg_proxy = digitalhf.msg_proxy(self._physical_layer_driver_description)
|
self._msg_proxy = digitalhf.msg_proxy(self._physical_layer_driver_description)
|
||||||
|
|
Loading…
Reference in a new issue