discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Creating a source with Python


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Creating a source with Python
Date: Sun, 3 Dec 2006 17:08:48 -0800
User-agent: Mutt/1.5.9i

On Sun, Dec 03, 2006 at 10:29:04AM -0500, Scott Meuleners wrote:
> Hey All,
> 
> I have figured out how to program signal processing blocks in c++, and get
> them to run in python, but I am looking at creating a source that will read
> from a wx slider bar and scale that value and pass it into my other signal
> processing blocks.  So I need to set up a source in python, but I am unsure
> how to do this, since all of the examples (that I can find) were done in
> c++.  Can someone point me in the right direction?
> 
> Thank You,
> Scott Meuleners

Take a look at gnuradio-examples/python/usrp/*.py

Several of them have sliders in them that control various parameters
of signal processing blocks.

Try usrp_wfm_rcv.py

Eric




reply via email to

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