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, zianggaowirel...@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