aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorptrkrysik <ptrkrysik@gmail.com>2014-12-13 11:41:10 +0100
committerptrkrysik <ptrkrysik@gmail.com>2014-12-13 11:41:10 +0100
commit821c87ca092597633f17b463259aa5f5359c526f (patch)
tree75ecd261cbda060828ad941296be407d4bcc3231 /python
parentec6306b3dfef9379a6ff52c60727ef89ad26aad1 (diff)
Added some info about python blocks.
Diffstat (limited to 'python')
-rw-r--r--python/receiver/README6
1 files changed, 6 insertions, 0 deletions
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