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, [email protected] 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
> [email protected]
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to