aboutsummaryrefslogtreecommitdiffstats
path: root/python/__init__.py
diff options
context:
space:
mode:
authorpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-07-08 23:29:13 +0200
committerpiotr <Piotr Krysik pkrysik@elka.pw.edu.pl>2014-07-08 23:29:13 +0200
commit6b78abc7bde9fafe1559208c16b282096af81a52 (patch)
treecda15df578df890a9118db685b52b84bc3bb3097 /python/__init__.py
parent501c51e51aabe31a62e5c41572c35a174ae8b9fd (diff)
Added new blocks written in python for new experimental gsm receiver.
FCCH burst tagger is element of hierarchical block - FCCH detector that adds tags after every detected FCCH burst. The value of each tag is a frequency offset estimate. SCH detector waits for tags from FCCH detector which are used to find SCH burst position. It is unfinished.
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py
index d6dec38..ee72a0b 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -46,6 +46,10 @@ from gsm_swig import *
# import any pure python here
from receiver_hier import receiver_hier
+
+from fcch_burst_tagger import fcch_burst_tagger
+from sch_detector import sch_detector
+from fcch_detector import fcch_detector
#
# ----------------------------------------------------------------