deep-tempest/gr-tempest/grc/tempest_sampling_synchroniz...

26 lines
563 B
YAML

id: tempest_sampling_synchronization
label: Sampling synchronization
category: '[Tempest]'
templates:
imports: from gnuradio import tempest
make: tempest.sampling_synchronization(${Htotal}, ${manual_correction})
callbacks:
- set_Htotal(${Htotal})
- set_manual_correction(${manual_correction})
parameters:
- id: Htotal
label: Horizontal px (total)
dtype: int
- id: manual_correction
label: Manual correction
dtype: real
inputs:
- label: in
domain: stream
dtype: complex
outputs:
- label: out
domain: stream
dtype: complex
file_format: 1