blob: f8f89978aa220dee830c0e5b593667d4e95f4194 [file] [log] [blame]
piotr6b78abc2014-07-08 23:29:13 +02001<?xml version="1.0"?>
2<block>
Piotr Krysik24db0752016-07-15 13:09:07 +02003 <name>FCCH Bursts Detector</name>
piotr6b78abc2014-07-08 23:29:13 +02004 <key>gsm_fcch_detector</key>
ptrkrysik3be74a72014-12-13 10:11:00 +01005 <import>import grgsm</import>
6 <make>grgsm.fcch_detector($OSR)</make>
piotr6b78abc2014-07-08 23:29:13 +02007<callback>set_OSR($OSR)</callback>
8 <param>
9 <name>OverSamplingRatio</name>
10 <key>OSR</key>
11 <value>4</value>
piotr29221782014-07-20 23:51:55 +020012 <type>int</type>
piotr6b78abc2014-07-08 23:29:13 +020013 </param>
14 <sink>
15 <name>in</name>
16 <type>complex</type>
17 <vlen>1</vlen>
18 </sink>
19 <source>
20 <name>out</name>
21 <type>complex</type>
22 <vlen>1</vlen>
23 </source>
24 <doc>Piotr Krysik
25Detects 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.</doc>
26 <grc_source>/home/piotr/Odbiornik_gsm/gr-gsm/examples/gsm_fcch_detector.grc</grc_source>
27</block>