I am trying to come up to speed on running gnu-radio python scripts outside of GRC and have run into a problem.
From https://wiki.gnuradio.org/
index.php/Guided_Tutorial_GNU_ (specifically 3.1 Intro to Using GNU Radio with Python) where I copied and pasted the source code into the if_else_mod.py file and the ran python if_else_mod.pyRadio_in_Python#3.1.1._GRC_ Generated_Python_Files I had to make a modification to the source code by changing the PyQt4 to PyQt5 (I don't have 4 installed and is not supported anymore) and I keep getting a segmentation fault 11 on my Mac Laptop. I've included the python file as well.
Any help would be appreciated.
Thanks,
Herb
Dr. Herb Sims
EV41
Bldg. 4600 / Room 4113
Control Systems Design & Analysis Branch
MSFC, AL 35812
256-961-3214
------------------------------
------------------------------ ------------------------------ ------------------------------ -------------------
I want to tell the whole world that I love my wife and kids - what better way than one email at a time
Ich will der ganzen Welt sagen, dass ich meine Frau und Kinder liebe – wie ist das besser zu machen als Mail für Mail,eine nach der anderen.
------------------------------------------------------------ ------------------------------ ------------------------------ -------------------
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Read the mailing list of the GNU project right here! The information here is regarding the GNU radio project for USRP radios.
Thursday, July 12, 2018
Re: [Discuss-gnuradio] Problem with tutorial
Hi,
It could be that calls to set_ampl() and set_freq() are made before analog_sig_source_x_1 is declared. Try moving the signal source declarations to the top of the # Blocks section.
Cheers,
Ernest
On Thu, Jul 12, 2018 at 12:14 AM, Sims, William Herb (MSFC-EV41) <herb.sims@nasa.gov> wrote:
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment