discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] pseudo-dynamic reconfiguration (in stereo)


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] pseudo-dynamic reconfiguration (in stereo)
Date: Wed, 2 Mar 2005 15:39:48 -0800
User-agent: Mutt/1.5.6i

On Wed, Mar 02, 2005 at 06:09:52PM -0500, cswiger wrote:
> Gang - here's an idea that worked out pretty good. I was thinking
> of how to reconfigure flow-graphs on the fly, which is really impossible
> AFAIK, but you can simulate it,

You CAN reconfigure on the fly.

fg.stop()

fg.disconnect (...)
  or
fg.disconnect_all ()

fg.connect (...)

fg.start()


The highly convoluted usrp_siggen.py code does this.

(I will be refactoring that mess to hoist the signal generator out of
 the mess.)

Eric




reply via email to

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