Re: [Discuss-gnuradio] Threaded c++ only USRP "cfile" dump

2007-08-22 Thread Eric Blossom
On Wed, Aug 22, 2007 at 07:31:01PM -0400, Ian Larsen wrote: > Chris, > > This looks great, how does it work out in practice? > Does simply adding extra buffering in a separate thread eliminate all > overruns? Do you know the lower limit on how much buffer space you > need? > > If that's the case

Re: [Discuss-gnuradio] Synchronous bitstream output using ppio_ppdev?

2007-08-22 Thread Eric Blossom
On Wed, Aug 22, 2007 at 07:04:29PM -0400, Ed Criscuolo wrote: > I'm working on a GNU Radio application that demodulates a synchronous > bitstream from a spacecraft telemetry downlink. Once I have the > bitstream, I need to get it back onto a wire in order to feed it into > our existing equipmen

Re: [Discuss-gnuradio] Threaded c++ only USRP "cfile" dump

2007-08-22 Thread Ian Larsen
Chris, This looks great, how does it work out in practice? Does simply adding extra buffering in a separate thread eliminate all overruns? Do you know the lower limit on how much buffer space you need? If that's the case, it might be possible to implement a Buffer component that could be used fr

[Discuss-gnuradio] Synchronous bitstream output using ppio_ppdev?

2007-08-22 Thread Ed Criscuolo
I'm working on a GNU Radio application that demodulates a synchronous bitstream from a spacecraft telemetry downlink. Once I have the bitstream, I need to get it back onto a wire in order to feed it into our existing equipment. Is it possible to do this by using the ppio_ppdev? I would get t

Re: [Discuss-gnuradio] Failed to tune to low frequency with usrp.tune

2007-08-22 Thread Eric Blossom
On Wed, Aug 22, 2007 at 01:46:06PM -0700, Matt Ettus wrote: > Bahn William L Civ USAFA/DFCS wrote: > > > >> That is because the onboard VCO typically won't tune below 2.3 GHz. You > >> can change line 456 in gr-usrp/src/db_flexrf.py to allow you to try > >> going lower. > >> > >> Matt > >>

Re: [Discuss-gnuradio] C++ code to to tune RFX daughterboards?

2007-08-22 Thread Johnathan Corgan
George Nychis wrote: > There has been some people popping up here and there who are focusing > working on GNU Radio in C++ only and have re-written some of it. I was > wondering if anyone has re-written the python RFX daughterboard tuning > code in C++. If so, I would greatly appreciate it :) N

Re: [Discuss-gnuradio] Failed to tune to low frequency with usrp.tune

2007-08-22 Thread Matt Ettus
Bahn William L Civ USAFA/DFCS wrote: > >> That is because the onboard VCO typically won't tune below 2.3 GHz. You >> can change line 456 in gr-usrp/src/db_flexrf.py to allow you to try >> going lower. >> >> Matt >> > > Is there someplace where the (nominal) tunable ranges of each of the >

RE: [Discuss-gnuradio] Failed to tune to low frequency with usrp.tune

2007-08-22 Thread Bahn William L Civ USAFA/DFCS
> > That is because the onboard VCO typically won't tune below 2.3 GHz. You > can change line 456 in gr-usrp/src/db_flexrf.py to allow you to try > going lower. > > Matt Is there someplace where the (nominal) tunable ranges of each of the daughterboards is available? ___

Re: [Discuss-gnuradio] Failed to tune to low frequency with usrp.tune

2007-08-22 Thread Matt Ettus
DiX wrote: > Hi, > > I am playing with a program which transmits music with narrow band freq > modulation between two FLEX2400 broads. > > The program works like a charm when I tune to 2.4Ghz with the sentence: > > " self.tx.tune(self.subdev._which, self.subdev, freq) ". > > But

[Discuss-gnuradio] C++ code to to tune RFX daughterboards?

2007-08-22 Thread George Nychis
Hey all, There has been some people popping up here and there who are focusing working on GNU Radio in C++ only and have re-written some of it. I was wondering if anyone has re-written the python RFX daughterboard tuning code in C++. If so, I would greatly appreciate it :) - George _

[Discuss-gnuradio] Failed to tune to low frequency with usrp.tune

2007-08-22 Thread DiX
Hi, I am playing with a program which transmits music with narrow band freq modulation between two FLEX2400 broads. The program works like a charm when I tune to 2.4Ghz with the sentence: " self.tx.tune(self.subdev._which, self.subdev, freq) ". But it failed to work if the f

Fwd: [Discuss-gnuradio] My SRP - Problem deciding on the RF Front End design.. need help.

2007-08-22 Thread Prasanna Rao
-- Forwarded message -- From: Prasanna Rao <[EMAIL PROTECTED]> Date: Aug 22, 2007 10:49 PM Subject: Re: [Discuss-gnuradio] My SRP - Problem deciding on the RF Front End design.. need help. To: Chris Albertson <[EMAIL PROTECTED]> Hello Chris, Firstly I thank for your sincere adv

Re: [Discuss-gnuradio] Hier-Block2: Infinite streams (in/out)

2007-08-22 Thread Eric Blossom
On Wed, Aug 22, 2007 at 12:52:02PM +0200, Dominik Auras wrote: > Hi! > > If I were to have an hier-block2 with an infinite number of input and/or > output streams: > > gr.hier_block2.__init__(self, "vma", > gr.io_signature(1,-1,gr.sizeof_gr_complex*subcarriers), > gr.io_signature(1,1,gr.size

[Discuss-gnuradio] Hier-Block2: Infinite streams (in/out)

2007-08-22 Thread Dominik Auras
Hi! If I were to have an hier-block2 with an infinite number of input and/or output streams: gr.hier_block2.__init__(self, "vma", gr.io_signature(1,-1,gr.sizeof_gr_complex*subcarriers), gr.io_signature(1,1,gr.sizeof_gr_complex*subcarriers)) # max streams = -1 How would I connect inner basic