blob: 5489b0048c98d47548d0d4d5a997e1b5b83070f2 [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_input
4label: GSM Input Adaptor
5
6parameters:
7- id: ppm
8 label: ppm
9 dtype: float
10 default: ppm
11 hide: part
12- id: osr
13 label: OSR
14 dtype: int
15 default: osr
16 hide: part
17- id: fc
18 label: fc
19 dtype: float
20 default: fc
21 hide: part
22- id: samp_rate_in
23 label: samp_rate_in
24 dtype: float
25 default: samp_rate_in
26 hide: part
27
28inputs:
29- domain: stream
30 dtype: complex
31 vlen: 1
32- domain: message
33 id: ctrl_in
34 optional: true
35
36outputs:
37- domain: stream
38 dtype: complex
39 vlen: 1
40
41templates:
42 imports: import grgsm
43 make: |-
44 grgsm.gsm_input(
45 ppm=${ppm},
46 osr=${osr},
47 fc=${fc},
48 samp_rate_in=${samp_rate_in},
49 )
50 callbacks:
51 - set_ppm(${ppm})
52 - set_osr(${osr})
53 - set_fc(${fc})
54 - set_samp_rate_in(${samp_rate_in})
55
56documentation: |-
57 Piotr Krysik
58 Adaptor of input stream for the GSM receiver. Contains frequency offset corrector and resampler to correct carrier frequency and sampling frequency offsets. At the end it has LP filter for filtering of a GSM channel.
59
60file_format: 1