Re: [Discuss-gnuradio] vector sink data

2012-08-16 Thread abdullah unutmaz
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

Re: [Discuss-gnuradio] vector sink data

2012-08-16 Thread Ben Reynwar
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

Re: [Discuss-gnuradio] vector sink data

2012-08-16 Thread abdullah unutmaz
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

Re: [Discuss-gnuradio] vector sink data

2012-08-10 Thread abdullah unutmaz
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

Re: [Discuss-gnuradio] vector sink data

2012-08-10 Thread Ben Reynwar
; > 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 &

Re: [Discuss-gnuradio] vector sink data

2012-08-10 Thread abdullah unutmaz
: 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

Re: [Discuss-gnuradio] vector sink data

2012-08-09 Thread Ben Reynwar
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. >

[Discuss-gnuradio] vector sink data

2012-08-09 Thread abdullah unutmaz
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. --