RE: [Discuss-gnuradio] still having trouble getting started

2005-06-13 Thread John E. Don Carlos
: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] still having trouble getting started On Mon, Jun 13, 2005 at 03:57:23PM -0700, John E. Don Carlos wrote: > Eric, > I am somewhat overwhelmed by the flow-graph classes. The USRP program > (tvrx_debug.py) that I started with seems to b

Re: [Discuss-gnuradio] still having trouble getting started

2005-06-13 Thread Eric Blossom
On Mon, Jun 13, 2005 at 03:57:23PM -0700, John E. Don Carlos wrote: > Eric, > I am somewhat overwhelmed by the flow-graph classes. The USRP program > (tvrx_debug.py) that I started with seems to be using a different style OK. Returning to the beginning, please remind me of what are you trying to

RE: [Discuss-gnuradio] still having trouble getting started

2005-06-13 Thread John E. Don Carlos
los Cc: jmdaniel; discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] still having trouble getting started On Sun, Jun 12, 2005 at 05:38:34PM -0700, John E. Don Carlos wrote: > I also want to save the signal to file and put this code in tvrx_debug.py. > I saved about 5 GB before i stoppe

Re: [Discuss-gnuradio] still having trouble getting started

2005-06-13 Thread Eric Blossom
On Sun, Jun 12, 2005 at 05:38:34PM -0700, John E. Don Carlos wrote: > I also want to save the signal to file and put this code in tvrx_debug.py. > I saved about 5 GB before i stopped the program even though i set nsamples = > 2e6 in head. > > nsamples = 2e6 > head = gr.head(gr.sizeof_gr_complex, i

RE: [Discuss-gnuradio] still having trouble getting started

2005-06-12 Thread John E. Don Carlos
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Eric Blossom Sent: Thursday, June 09, 2005 12:12 PM To: jmdaniel Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] still having trouble getting started On Thu, Jun 09, 2005 at 02:49:09PM -0400, jmdaniel

Re: [Discuss-gnuradio] still having trouble getting started

2005-06-09 Thread Eric Blossom
On Thu, Jun 09, 2005 at 02:49:09PM -0400, jmdaniel wrote: > Hello, > > I've had gnuradio up and running for about 2 weeks now and have been getting > through the examples with success. I'm still a little fuzzy on somethings > though. How exactly can I get a mc4020 source to right to a file. I

[Discuss-gnuradio] still having trouble getting started

2005-06-09 Thread jmdaniel
Hello, I've had gnuradio up and running for about 2 weeks now and have been getting through the examples with success. I'm still a little fuzzy on somethings though. How exactly can I get a mc4020 source to right to a file. I am aware of gr_file_sink but how do i use it? Do I have to write