Re: [Discuss-gnuradio] Problem with tutorial

2018-07-12 Thread Ernest Fardin
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.s...@nasa.gov> wrote:

[Discuss-gnuradio] Problem with tutorial

2018-07-11 Thread Sims, William Herb (MSFC-EV41)
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_Radio_in_Python#3.1.1._GRC_Generated_Python_Files (specifically 3.1 Intro to Using GNU Radio with Python) where I copied a

Re: [Discuss-gnuradio] Problem with tutorial 3 GNU radio in Python

2017-09-13 Thread Håkon Vågsether
_ > From: Discuss-gnuradio [discuss-gnuradio-bounces+jacqueline.walker= > ul...@gnu.org] on behalf of Shane Petcavich [spetcav...@hme.com] > Sent: 12 September 2017 23:19:44 > To: discuss-gnuradio@gnu.org > Subject: [Discuss-gnuradio] Problem with tutorial 3 GNU rad

Re: [Discuss-gnuradio] Problem with tutorial 3 GNU radio in Python

2017-09-13 Thread Jacqueline . Walker
scuss-gnuradio-bounces+jacqueline.walker=ul...@gnu.org] on behalf of Shane Petcavich [spetcav...@hme.com] Sent: 12 September 2017 23:19:44 To: discuss-gnuradio@gnu.org Subject: [Discuss-gnuradio] Problem with tutorial 3 GNU radio in Python Hello, I'm having an issue with tutorial3 in https://

[Discuss-gnuradio] Problem with tutorial 3 GNU radio in Python

2017-09-12 Thread Shane Petcavich
Hello, I'm having an issue with tutorial3 in https://github.com/gnuradio/gr-tutorial, which I have cloned and put into a directory called solutions. I have tried this on xubuntu, 3 different installations of ubuntu 14.04 [virtual machines], and using the GNURadio Live USB. I have tried install