discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] how to trigger dynamic reconfiguration with lock/


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] how to trigger dynamic reconfiguration with lock/disconnect
Date: Wed, 01 Jun 2011 22:29:31 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Thunderbird/3.0.10

On 06/01/2011 10:10 PM, Yang wrote:
> Oh, my problem is the same with yours: I want to change transmit
> frequency according to the sensing result from rx side. I tried lock()
> and unlock() but cannot work.
>
You know that you can change frequency at any time, right?  You don't
have to lock the flowgraph to do
  so.  It's a simple parameter change, not a flow-graph configuration
change.  Reconfiguration in
  the lock()/unlock() sense involves ripping blocks out of the graph and
installing new ones.

But simple parameter changes for an existing, running, graph don't count
as "reconfiguration".

Also, if I had this problem to cope with, I wouldn't bother with any of
that fancy lock()/reconfigure/unlock()
  stuff.  I'd have my transmit chain, and my receive chain, and some
logic, and I'd simply arrange for my
  transmit chain to transmit nothing while I was in the "explore the
spectrum" phase--either by sending 0s,
  or using a "valve". 


-- 
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org





reply via email to

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