25 lines
389 B
YAML
25 lines
389 B
YAML
|
# auto-generated by grc.converter
|
||
|
|
||
|
id: hamnet70_correct_frequency
|
||
|
label: Correct Frequency
|
||
|
category: '[hamnet70]'
|
||
|
|
||
|
parameters:
|
||
|
- id: symbols
|
||
|
label: Symbols
|
||
|
dtype: complex_vector
|
||
|
|
||
|
inputs:
|
||
|
- domain: stream
|
||
|
dtype: complex
|
||
|
|
||
|
outputs:
|
||
|
- domain: stream
|
||
|
dtype: complex
|
||
|
|
||
|
templates:
|
||
|
imports: import hamnet70
|
||
|
make: hamnet70.correct_frequency(${symbols})
|
||
|
|
||
|
file_format: 1
|