summaryrefslogtreecommitdiff
path: root/src/python/gsm_receive_usrp.py
diff options
context:
space:
mode:
authorPiotr Krysik <perper@o2.pl>2009-06-27 13:18:13 +0200
committerPiotr Krysik <perper@o2.pl>2009-06-27 13:18:13 +0200
commit43640a6e4d574c1c5a99a89a3ab6742b83b2183f (patch)
tree64031b8f010e0e967e2b242ae5606a09c3417887 /src/python/gsm_receive_usrp.py
parentf1df46a5c04d38f155cd8f8c8315eeb1f3fc7c2e (diff)
added dirty tch/f decoding to gsm-receiver (which also should be removed in the future)
Diffstat (limited to 'src/python/gsm_receive_usrp.py')
-rwxr-xr-xsrc/python/gsm_receive_usrp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/gsm_receive_usrp.py b/src/python/gsm_receive_usrp.py
index 7d28633..a4e9720 100755
--- a/src/python/gsm_receive_usrp.py
+++ b/src/python/gsm_receive_usrp.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
#this file isn't ready to use now - gsm-receiver lacks realtime processing capability
-#there are many underruns of buffer from usrp's samples, many blocks of samples get lost and
+#there are many underruns of buffer for samples from usrp's, many blocks of samples get lost and
#receiver isn't prepared for this situation too well
from gnuradio import gr, gru, blks2
personal git repositories of Harald Welte. Your mileage may vary