blob: 70a8fa55c3d1975887c755d7d8329b16c85a75ee [file] [log] [blame]
Vasil Velichkov14ea82d2019-08-28 18:46:34 +00001# auto-generated by grc.converter
2
3id: gsm_fcch_detector
4label: FCCH Bursts Detector
5
6parameters:
7- id: OSR
8 label: OverSamplingRatio
9 dtype: int
10 default: '4'
11
12inputs:
13- domain: stream
14 dtype: complex
15 vlen: 1
16
17outputs:
18- domain: stream
19 dtype: complex
20 vlen: 1
21
22templates:
23 imports: import grgsm
24 make: grgsm.fcch_detector(${OSR})
25 callbacks:
26 - set_OSR(${OSR})
27
28documentation: |-
29 Piotr Krysik
30 Detects positions of FCCH bursts. At the end of each detected FCCH burst adds to the stream a tag with key "fcch" and value which is a frequency offset estimate. The input sampling frequency should be integer multiply of GSM GMKS symbol rate - 1625000/6 Hz.
31
32file_format: 1