diff options
Diffstat (limited to 'src/python')
-rwxr-xr-x | src/python/gsm_receive_usrp.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/python/gsm_receive_usrp.py b/src/python/gsm_receive_usrp.py index 2633775..2c0c050 100755 --- a/src/python/gsm_receive_usrp.py +++ b/src/python/gsm_receive_usrp.py @@ -1,4 +1,7 @@ #!/usr/bin/env python +#this file isn't ready to use now - gsm-receiver lacks realtime processing capability +#there are many underruns of buffer fom usrp's samples, many blocks of samples get lost and +#receiver isn't prepared for this situation too well from gnuradio import gr, gru, blks2 #, gsm |