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 _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
