discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Error in OP25 Decoder block


From: ikjtel
Subject: Re: [Discuss-gnuradio] Error in OP25 Decoder block
Date: Fri, 18 Jul 2014 08:30:43 -0700

Doug

One thing you could try is to make the following change in gr-baz python/op25.py - YMMV.

Max

diff --git a/python/op25.py b/python/op25.py
index 19669da..d45d794 100644
--- a/python/op25.py
+++ b/python/op25.py
@@ -22,7 +22,8 @@
 _verbose = True
 
 import math
-from gnuradio import gr, gru, op25 as _op25
+from gnuradio import gr, gru
+import op25 as _op25
 
 try:
     from gnuradio import fsk4   # LEGACY



reply via email to

[Prev in Thread] Current Thread [Next in Thread]