Now I tried to install gnuradio on a Ubuntu 8.10 machine, with intrepid
apt-source.
I installed sdcc from the source and I met the configuration problems like
below:
checking forsdcc...sdcc -mmcs51 --no-xinit-opt
checking for asx8051... no
USRP requiressdcc.sdcc not found. Seehttp://sdcc.sf.net
Thanks! I will have a try
At 2011-01-09 04:16:26,"Tom Rondeau" wrote:
>On Tue, Jan 4, 2011 at 2:19 PM, Jie Liu wrote:
>> In GRC, I defined a message queue like below:
>> self.msg_q = gr.msg_queue()
>>
>> It waits for the USRP transmitter, and
In GRC, I defined a message queue like below:
self.msg_q = gr.msg_queue()
It waits for the USRP transmitter, and read the message received in the USRP
receiver in the local machine, using the code like below:
m = tb.msg_q.delete_head()
But if there is no message sent. It seems t
I am planning to implement a lab test for an idea in networked control and try
to create the dropout phenomenon using USRP and Gnuradio. Can I just implement
a block with UDP protocol via the wireless channel?
Cheers and happy new year!
___
Discuss-gnu