nt: Thursday, August 16, 2012 9:57 AM
Subject: Re: [Discuss-gnuradio] vector sink data
tb.start()
while not_finished:
time.sleep(10)
my_data = tb.my_probe_signal.level()
print(my_data)
tb.stop()
You can use gr.probe_signal_vc to grab a vector of data, however
you'll only grab dat
t; Abdullah
>
> ____
> From: abdullah unutmaz
> To: Ben Reynwar ; "discuss-gnuradio@gnu.org"
>
> Sent: Friday, August 10, 2012 3:25 PM
>
> Subject: Re: [Discuss-gnuradio] vector sink data
>
> Thanks, I realized what I need to do. Nex
quot;discuss-gnuradio@gnu.org"
Sent: Friday, August 10, 2012 3:25 PM
Subject: Re: [Discuss-gnuradio] vector sink data
Thanks, I realized what I need to do. Next monday I can try it, probably it
will solve the problem.
From: Ben Reynwar
To: abdullah unutmaz ; discuss-gnuradio Discussio
stored data.
>
> What may be the problem, any idea?
>
> - Abdullah
>
>
> From: Ben Reynwar
> To: abdullah unutmaz ; discuss-gnuradio
> Discussion Group
> Sent: Thursday, August 9, 2012 6:29 PM
> Subject: Re: [Discuss-gnuradio] vector si
;
> What may be the problem, any idea?
>
> - Abdullah
>
>
> From: Ben Reynwar
> To: abdullah unutmaz ; discuss-gnuradio
> Discussion Group
> Sent: Thursday, August 9, 2012 6:29 PM
> Subject: Re: [Discuss-gnuradio] vector sink data
&
: abdullah unutmaz ; discuss-gnuradio Discussion
Group
Sent: Thursday, August 9, 2012 6:29 PM
Subject: Re: [Discuss-gnuradio] vector sink data
On Thu, Aug 9, 2012 at 1:53 PM, abdullah unutmaz
wrote:
> Greetings,
>
> I would like to ask you how to read the data stored in a vector sink. I
&g
On Thu, Aug 9, 2012 at 1:53 PM, abdullah unutmaz
wrote:
> Greetings,
>
> I would like to ask you how to read the data stored in a vector sink. I
> tried the solutions I found in the discussion list. You can see some part of
> my python code below.
>
Greetings,
I would like to ask you how to read the data stored in a vector sink. I tried
the solutions I found in the discussion list. You can see some part of my
python code below.
--