blob: d0b63021b470c4dab3b89e7086e4bffdf4188a19 [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_receiver_with_uplink
4label: GSM Receiver (with uplink)
5
6parameters:
7- id: osr
8 label: Oversampling ratio
9 dtype: int
10 default: '4'
11- id: cell_allocation
12 label: Cell allocation
13 dtype: float_vector
14 default: '[0]'
15 hide: part
16- id: tseq_nums
17 label: TSEQ numbers
18 dtype: int_vector
19 default: '[]'
20 hide: part
21- id: num_streams
22 label: Num Streams
23 dtype: int
24 default: '1'
25 hide: part
26
27inputs:
28- label: C
29 domain: stream
30 dtype: complex
31 multiplicity: ${ num_streams }
32- label: C_up
33 domain: stream
34 dtype: complex
35 multiplicity: ${ num_streams }
36
37outputs:
38- domain: message
39 id: C0
40 optional: true
41- domain: message
42 id: CX
43 optional: true
44- domain: message
45 id: measurements
46 optional: true
47asserts:
48- ${ num_streams >= 0 }
49
50templates:
51 imports: import grgsm
52 make: grgsm.receiver(${osr}, ${cell_allocation}, ${tseq_nums}, True)
53
54file_format: 1