aboutsummaryrefslogtreecommitdiffstats
path: root/python/receiver
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
commitf2aa440207ca8b72a4864fad8f12885bbf93493e (patch)
treed433764df253dd35f32e241f61cd592405f50f36 /python/receiver
parent7011d9650fddedca1c3c77045d763a1596a86b14 (diff)
Compile the .grc files with cmake and grcc
And remove the pre-built scripts from the repository Fixes #13
Diffstat (limited to 'python/receiver')
-rw-r--r--python/receiver/fcch_burst_tagger.py2
1 files changed, 1 insertions, 1 deletions
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):
"""