Re: [Discuss-gnuradio] Vector Source variable from file

2015-03-15 Thread Tom
Thanks Marcus for getting back to me, You will have to forgive me as i am new to Gnuradio and Python but I will try my best to answer these. > How do I have to read that? Do you have a vector source, and you set its data to be the concatenation of list A and list B? Correct > I assume you mean

Re: [Discuss-gnuradio] Vector Source variable from file

2015-03-15 Thread Marcus Müller
odule) to list, not quite sure what I'm doing wrong. > > Will keep at it lol > > -Original Message- > From: discuss-gnuradio-bounces+vsboost=hotmail@gnu.org > [mailto:discuss-gnuradio-bounces+vsboost=hotmail@gnu.org] On Behalf Of > Mike Markowski > Sent: Sunda

Re: [Discuss-gnuradio] Vector Source variable from file

2015-03-14 Thread Tom
[mailto:discuss-gnuradio-bounces+vsboost=hotmail@gnu.org] On Behalf Of Tom Sent: Sunday, 15 March 2015 2:10 PM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Vector Source variable from file Thanks Mike, I created python code to open the file which has the random data in in it

Re: [Discuss-gnuradio] Vector Source variable from file

2015-03-14 Thread Tom
s-gnuradio-bounces+vsboost=hotmail@gnu.org [mailto:discuss-gnuradio-bounces+vsboost=hotmail@gnu.org] On Behalf Of Mike Markowski Sent: Sunday, 15 March 2015 11:55 AM To: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Vector Source variable from file Tom, I'm new to gnuradio,

Re: [Discuss-gnuradio] Vector Source variable from file

2015-03-14 Thread Mike Markowski
Tom, I'm new to gnuradio, so let's see if any replies offer better advice. But I did something similar to what you ask. In my case, the value of the variable is a call to my python code. You can see what I did in the top two examples at http://udel.edu/~mm/gr/ Both grc file and my code

[Discuss-gnuradio] Vector Source variable from file

2015-03-14 Thread Tom
Hi all, I have a vector source that repeats and points to two variables A + B , within variable A is 1100 is it possible to have variable B point to a file that contains a whole bunch of binary combinations separated line by line. Ideally I would like to run a flow graph and upon every repe