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