aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2018-02-21 01:06:16 +0200
committerPiotr Krysik <ptrkrysik@users.noreply.github.com>2018-03-22 06:07:24 +0100
commitb479fb445759de15a165bee1d21d2338eb3b247f (patch)
treed433764df253dd35f32e241f61cd592405f50f36 /python
parentc097ce73c5a864cf4c41f16691a1e3a66c4cce5f (diff)
Compile the .grc files with cmake and grcc
And remove the pre-built scripts from the repository Fixes #13
Diffstat (limited to 'python')
l---------python/grgsm1
-rw-r--r--python/receiver/fcch_burst_tagger.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/python/grgsm b/python/grgsm
new file mode 120000
index 0000000..945c9b4
--- /dev/null
+++ b/python/grgsm
@@ -0,0 +1 @@
+. \ No newline at end of file
diff --git a/python/receiver/fcch_burst_tagger.py b/python/receiver/fcch_burst_tagger.py
index 04b1986..fc427a7 100644
--- a/python/receiver/fcch_burst_tagger.py
+++ b/python/receiver/fcch_burst_tagger.py
@@ -24,7 +24,7 @@ from numpy import *
#from pylab import *
from gnuradio import gr
import pmt
-from grgsm.chirpz import ZoomFFT
+from chirpz import ZoomFFT
class fcch_burst_tagger(gr.sync_block):
"""