From 821c87ca092597633f17b463259aa5f5359c526f Mon Sep 17 00:00:00 2001 From: ptrkrysik Date: Sat, 13 Dec 2014 11:41:10 +0100 Subject: [PATCH] Added some info about python blocks. --- python/receiver/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/receiver/README diff --git a/python/receiver/README b/python/receiver/README new file mode 100644 index 0000000..4bdc467 --- /dev/null +++ b/python/receiver/README @@ -0,0 +1,6 @@ +chirpz.py - implementation of chirpz transform +clock_offset_control.py - block implementing simple algorithm for clock offset control +gsm_input.py - adapts signal to the input of the gsm receiver, executes clock offset correction +fcch_detector.py - (experimental componen for a new gsm receiver) detects fcch bursts +fcch_burst_tagger.py - (experimental componen for a new gsm receiver) part of fcch_detector - add fcch tag when FCCH burst is found +sch_detector.py - (experimental componen for a new gsm receiver) unfinished block that detects exact position of a SCH burst based on fcch tags, should probably also read content of SCH bursts \ No newline at end of file