blob: e45e303be13057b91d321daf03d698b5675ead9c [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_gmsk_mod
4label: GMSK Modulator for GSM
5
6parameters:
7- id: BT
8 label: 3 dB Time-Bandwidth Product
9 dtype: raw
10 default: '4'
11- id: pulse_duration
12 label: Pulse Duration
13 dtype: raw
14 default: '4'
15- id: sps
16 label: Samples/Symbol
17 dtype: raw
18 default: '4'
19
20inputs:
21- domain: stream
22 dtype: byte
23 vlen: 1
24 optional: true
25
26outputs:
27- domain: stream
28 dtype: complex
29 vlen: 1
30 optional: true
31
32templates:
33 imports: from grgsm import gsm_gmsk_mod
34 make: |-
35 gsm_gmsk_mod(
36 BT=${BT},
37 pulse_duration=${pulse_duration},
38 sps=${sps},
39 )
40 callbacks:
41 - set_BT(${BT})
42 - set_pulse_duration(${pulse_duration})
43 - set_sps(${sps})
44
45documentation: |-
46 Piotr Krysik
47 GMSK Modulator for GSM
48
49file_format: 1