aboutsummaryrefslogtreecommitdiffstats
path: root/src/gr-fadingui/python/datasource.py
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-11-18 18:49:17 +0100
committersara <sara.halter@gmx.ch>2021-11-18 18:49:17 +0100
commit4d1b64fec463d6f44deccdf94adf44615ac8c419 (patch)
tree7bd909824020f385d66604ac8b0b6264fbfb6bfc /src/gr-fadingui/python/datasource.py
parentFIR filter weitergearbeitet (diff)
parentAdd PDFs (diff)
downloadFading-4d1b64fec463d6f44deccdf94adf44615ac8c419.tar.gz
Fading-4d1b64fec463d6f44deccdf94adf44615ac8c419.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to '')
-rw-r--r--src/gr-fadingui/python/datasource.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gr-fadingui/python/datasource.py b/src/gr-fadingui/python/datasource.py
index 764b4d5..ab2f441 100644
--- a/src/gr-fadingui/python/datasource.py
+++ b/src/gr-fadingui/python/datasource.py
@@ -10,7 +10,8 @@ from gnuradio import gr
class datasource(gr.sync_block):
"""
- Loads data from a file choosen in the graphical user interface.
+ Loads data from a file choosen in the graphical user interface, splits into
+ chunks and puts a preamble in front of it(frame).
"""
HEADER_LEN = 11;