mirror of
https://github.com/hb9fxq/gr-digitalhf
synced 2024-12-22 15:10:00 +00:00
28 lines
513 B
YAML
28 lines
513 B
YAML
|
# auto-generated by grc.converter
|
||
|
|
||
|
id: digitalhf_doppler_correction_cc
|
||
|
label: doppler_correction_cc
|
||
|
category: '[digitalhf]'
|
||
|
|
||
|
parameters:
|
||
|
- id: preamble_length
|
||
|
label: preamble_length
|
||
|
dtype: int
|
||
|
- id: preamble_length_cc
|
||
|
label: preamble_length_cc
|
||
|
dtype: int
|
||
|
|
||
|
inputs:
|
||
|
- domain: stream
|
||
|
dtype: complex
|
||
|
|
||
|
outputs:
|
||
|
- domain: stream
|
||
|
dtype: complex
|
||
|
|
||
|
templates:
|
||
|
imports: import digitalhf
|
||
|
make: digitalhf.doppler_correction_cc(${preamble_length}, ${preamble_length_cc})
|
||
|
|
||
|
file_format: 1
|