gr-digitalhf/grc/digitalhf_adaptive_dfe.bloc...

45 lines
689 B
YAML

# auto-generated by grc.converter
id: digitalhf_adaptive_dfe
label: adaptive_dfe
category: '[digitalhf]'
parameters:
- id: sps
label: SPS
dtype: int
- id: nB
label: nB
dtype: int
- id: nF
label: nF
dtype: int
- id: nW
label: nW
dtype: int
- id: mu
label: mu
dtype: float
- id: alpha
label: alpha
dtype: float
inputs:
- domain: stream
dtype: complex
outputs:
- domain: stream
dtype: complex
- domain: message
id: soft_dec
optional: true
templates:
imports: import digitalhf
make: digitalhf.adaptive_dfe(${sps},${nB},${nF},${nW},${mu},${alpha})
callbacks:
- set_mu(${mu})
file_format: 1