29 lines
493 B
YAML
29 lines
493 B
YAML
|
id: hamnet70_qam_phase_tracker
|
||
|
label: QAM Phase Tracker
|
||
|
category: '[hamnet70]'
|
||
|
|
||
|
templates:
|
||
|
imports: import hamnet70
|
||
|
make: hamnet70.qam_phase_tracker(${symbols}, ${alpha}, ${start_tag})
|
||
|
|
||
|
parameters:
|
||
|
- id: symbols
|
||
|
label: Constellation Symbols
|
||
|
dtype: complex_vector
|
||
|
- id: alpha
|
||
|
label: Alpha
|
||
|
dtype: float
|
||
|
- id: start_tag
|
||
|
label: Start Tag
|
||
|
dtype: string
|
||
|
|
||
|
inputs:
|
||
|
- domain: stream
|
||
|
dtype: complex
|
||
|
|
||
|
outputs:
|
||
|
- domain: stream
|
||
|
dtype: complex
|
||
|
|
||
|
file_format: 1
|