blob: 4e9451674ac2d048c13e7066bbfd0389b4001f57 [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_controlled_fractional_resampler_cc
4label: Controlled Fractional Resampler
5
6parameters:
7- id: phase_shift
8 label: Phase Shift
9 dtype: real
10- id: resamp_ratio
11 label: Resampling Ratio
12 dtype: real
13
14inputs:
15- domain: stream
16 dtype: complex
17
18outputs:
19- domain: stream
20 dtype: complex
21
22templates:
23 imports: import grgsm
24 make: grgsm.controlled_fractional_resampler_cc(${phase_shift}, ${resamp_ratio})
25 callbacks:
26 - set_resamp_ratio(${resamp_ratio})
27
28file_format: 1