gr-satnogs/grc/satnogs_doppler_correction_...

48 lines
742 B
YAML

id: satnogs_doppler_correction_cc
label: Doppler Correction
parameters:
- id: target_freq
label: Target frequency
dtype: real
default: 0.0
- id: offset
label: LO Offset
dtype: real
default: 0.0
- id: sampling_rate
label: Sample Rate
dtype: real
default: samp_rate
- id: corrections_per_sec
label: Corrections per Second
dtype: int
default: 100
inputs:
- label: in
domain: stream
dtype: complex
- id: freq
domain: message
optional: true
- id: reset
domain: message
optional: true
outputs:
- label: out
domain: stream
dtype: complex
templates:
imports: import satnogs
make: satnogs.doppler_correction_cc(${target_freq}, ${offset}, ${sampling_rate}, ${corrections_per_sec})
file_format: 1