discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Problem with multiple flow graphs on receive side


From: Sriram Krishnan
Subject: [Discuss-gnuradio] Problem with multiple flow graphs on receive side
Date: Thu, 16 Jul 2009 20:08:54 -0400
User-agent: Thunderbird 2.0.0.22 (Windows/20090605)

Hi,
I am trying to write an application which senses spectrum (usrp_spectrum_sense.py) and transmits/receives signals. I have the tx/rx working fine. But when i add another flow graph(3rd one to existing tx and rx) for the spectrum sense,to the top block, it gives me an error. I get an error on this line which says "cant open rx interface" and "device busy"

self._u = usrp.source_c (self._which,
                               fusb_block_size=self._fusb_block_size,
                               fusb_nblocks=self._fusb_nblocks)

Is it because of competing receive paths. I thought that we could have multiple paths.
Could somebody help in this regard.

Sriram

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature


reply via email to

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