Re: [Discuss-gnuradio] Usage of Message Queues

2013-02-23 Thread Martin Lülf
Am 23.02.2013 17:09, schrieb Hanz: Thank you much for your answer. Indeed, its a shared pointer. I now figured out, the the only way to get the data is via .to_string(). So my thought was, that all the messages then should contain one byte (with one bit information). At the end, my code looks

Re: [Discuss-gnuradio] Usage of Message Queues

2013-02-23 Thread Hanz
Thank you much for your answer. Indeed, its a shared pointer. I now figured out, the the only way to get the data is via .to_string(). Though, im stuck again. I use the following code to initialize the queue and message sink: self.sink_queue = gr.msg_queue() self.gr

Re: [Discuss-gnuradio] usrp_spectrum_sense.py newer version

2013-02-23 Thread Tom Rondeau
2013/2/22 Juan Daniel Fernandez Martinez : > Hi everyone, > There is a new version of usrp_spectrum_sense.py that works with UHD instead > of USRP? > > Thanks for your attention :) GNU Radio 3.6 ships with the usrp_spectrum_sense converted to use the UHD interfaces. Tom _