discuss-gnuradio
[Top][All Lists]
Advanced

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

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


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] How to access gnu vector from external source
Date: Mon, 8 Aug 2016 09:26:59 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1

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, address@hidden 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

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