hzhua / gr-fchdetection

Detecting FCCH of GSM with GNU Radio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Usage


gr-fchdetection$ mkdir build
gr-fchdetection/build$ cd build
gr-fchdetection/build$ cmake ../
gr-fchdetection/build$ make
gr-fchdetection/build$ cd ../python
gr-fchdetection/python$ ./detect.py -I input.cfile > somefile.output

Then you can plot the "somefile.output" with any tools (matlab,matplotlib...) you like.

#Reminder This program implements the algorithm of "Robust Frequency Burst Detection Algorithm for GSM/GPRS",G. Narendra Varma, Usha Sahu, G. Prabhu Charan. The copyright of this algorithm remains to them. Be careful when you use it.

About

Detecting FCCH of GSM with GNU Radio


Languages

Language:CMake 67.5%Language:Python 16.9%Language:C++ 14.3%Language:C 1.2%