31 lines
578 B
YAML
31 lines
578 B
YAML
|
# auto-generated by grc.converter
|
||
|
|
||
|
id: hamnet70_insert_pilot_symbols
|
||
|
label: Insert Pilot Symbols
|
||
|
category: '[hamnet70]'
|
||
|
|
||
|
parameters:
|
||
|
- id: pilot_sequence
|
||
|
label: Pilot Sequence
|
||
|
dtype: complex_vector
|
||
|
- id: offsets
|
||
|
label: Insertion Positions
|
||
|
dtype: int_vector
|
||
|
- id: length_tag
|
||
|
label: Length Tag Key
|
||
|
dtype: string
|
||
|
|
||
|
inputs:
|
||
|
- domain: stream
|
||
|
dtype: complex
|
||
|
|
||
|
outputs:
|
||
|
- domain: stream
|
||
|
dtype: complex
|
||
|
|
||
|
templates:
|
||
|
imports: import hamnet70
|
||
|
make: hamnet70.insert_pilot_symbols(${pilot_sequence}, ${offsets}, ${length_tag})
|
||
|
|
||
|
file_format: 1
|