Monday, August 8, 2016

Re: [Discuss-gnuradio] How to access gnu vector from external source

You'll have to explain how you want to exchange the data with the
external script.

The GNU Radio vector sink has the "data()" method, which, when called,
gives you the data stored in the vector sink, as python object.

Best regards,

Marcus


On 08.08.2016 07:48, zianggaowireless@gmail.com wrote:
> Hello,
> I'm writing a block in Python that doing signal recognition from input fft vector and output a vector contains the spectrum information, now I want to parse the vector from gnuradio to an external python script doing further decisions, is there any method to access the vector? I tried creating message queue but really don't understand how that work.
> Thanks.
> Best regards,
> Ziang.
>
> Sent from my iPhone
> _______________________________________________
> Discuss-gnuradio mailing list
> Discuss-gnuradio@gnu.org
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

No comments:

Post a Comment