[Discuss-gnuradio] Newbie Question on set_interpolation and a New Variable Repeat Block

2015-08-01 Thread Kevin McQuiggin
Hi All: I am sorry to bother the list with such newbie questions, but I am climbing the gnuradio and C++ learning curve. Hope you don’t mind! I am working on a new OOT block that is similar to the Repeat block, but allows for a variable interpolation rate. I followed the Guided Tutorials (tha

Re: [Discuss-gnuradio] Newbie question that I can't seem to find an answer to

2013-05-10 Thread Marcus D. Leech
Does a stream-to-vector block buffer the input stream? For example, if I want to create a length 2048-sample vector from a stream, is the vector updated every 2048 samples? Or is it updated every sample? I want to feed an FFT block with a 2048-sample vector and I want to make sure that I'm n

[Discuss-gnuradio] Newbie question that I can't seem to find an answer to

2013-05-10 Thread Bennett, David S. (Scott)
Does a stream-to-vector block buffer the input stream? For example, if I want to create a length 2048-sample vector from a stream, is the vector updated every 2048 samples? Or is it updated every sample? I want to feed an FFT block with a 2048-sample vector and I want to make sure that I'm no

Re: [Discuss-gnuradio] Newbie question on USRP2, synchronization done by the FPGA?,

2010-09-01 Thread Marcus D. Leech
e for it in software. Tom --- On Wed, 9/1/10, Tom Rondeau wrote: From: Tom Rondeau Subject: Re: [Discuss-gnuradio] Newbie question on USRP2, synchronization done by the FPGA?, To: "Sam Keene" Cc: discuss-gnuradio@gnu.org Date: Wednesday, September 1, 2010, 9:03 PM On Wed, Sep

Re: [Discuss-gnuradio] Newbie question on USRP2, synchronization done by the FPGA?,

2010-09-01 Thread Tom Rondeau
m > --- On *Wed, 9/1/10, Tom Rondeau * wrote: > > > From: Tom Rondeau > Subject: Re: [Discuss-gnuradio] Newbie question on USRP2, synchronization > done by the FPGA?, > To: "Sam Keene" > Cc: discuss-gnuradio@gnu.org > Date: Wednesday, September 1, 2010, 9:

Re: [Discuss-gnuradio] Newbie question on USRP2, synchronization done by the FPGA?,

2010-09-01 Thread Sam Keene
Ok, thanks, One more question... So does that mean we control the NCO from the software? I will have a look at those blocks. thanks, -Sam --- On Wed, 9/1/10, Tom Rondeau wrote: From: Tom Rondeau Subject: Re: [Discuss-gnuradio] Newbie question on USRP2, synchronization done by the FPGA

Re: [Discuss-gnuradio] Newbie question on USRP2, synchronization done by the FPGA?,

2010-09-01 Thread Tom Rondeau
On Wed, Sep 1, 2010 at 8:52 PM, Sam Keene wrote: > Hi, > > Thanks for the reply. I guess I am just trying to better understand this > diagram: > > > http://www.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/073/7319/7319f3.inline.jpg > > I understand what the decimating filters are

Re: [Discuss-gnuradio] Newbie question on USRP2, synchronization done by the FPGA?,

2010-09-01 Thread Sam Keene
Hi, Thanks for the reply. I guess I am just trying to better understand this diagram: http://www.linuxjournal.com/files/linuxjournal.com/linuxjournal/articles/073/7319/7319f3.inline.jpg I understand what the decimating filters are doing, but I'm a little unclear about the NCO. Does this compon

Re: [Discuss-gnuradio] Newbie question on USRP2, synchronization done by the FPGA?

2010-09-01 Thread Marcus D. Leech
On 09/01/2010 06:47 PM, Sam Keene wrote: > Hi, > > Sorry if this is a simple question. I'm trying to figure out what > synchronization is done by the FPGA on the USRP2. Does it perform both > phase and freq synch? If I want to implement a simple digital > modulation tx-rx, do I just need to do tim

[Discuss-gnuradio] Newbie question on USRP2, synchronization done by the FPGA?

2010-09-01 Thread Sam Keene
 Hi, Sorry if this is a simple question. I'm trying to figure out what synchronization is done by the FPGA on the USRP2. Does it perform both phase and freq synch? If I want to implement a simple digital modulation tx-rx, do I just need to do timing synchronization? Is there a simple example

Re: [Discuss-gnuradio] Newbie question on unusually high latency when reading from msgq in oscilloscope example

2008-12-06 Thread Johnathan Corgan
On Fri, Dec 5, 2008 at 12:22 AM, Rohan Narayana Murty <[EMAIL PROTECTED]> wrote: > I am am new to the gnuradio system and I have a USRP1 board running > gnuradio-3.0.2 (I have a box that was setup with this older version). There are numerous identified bugs in this release that have been fixed al

[Discuss-gnuradio] Newbie question on unusually high latency when reading from msgq in oscilloscope example

2008-12-05 Thread Rohan Narayana Murty
Hello, I am am new to the gnuradio system and I have a USRP1 board running gnuradio-3.0.2 (I have a box that was setup with this older version). I modified the usrp_oscope.py and scopesink.py code to run without the gui (files attached). I then decided to measure the time taken to retrieve a

[Discuss-gnuradio] newbie question

2008-01-25 Thread David
Ok, this may be a stupid question and maybe answered before. If I am using either the LFRX or the basic_rx daughter boards with 2 antenna inputs. I understand they are for I and Q parts of the incoming signal. If, say, I was to connect a simple loop for 21 MHz. How does it get connected? Which

[Discuss-gnuradio] newbie question

2007-11-02 Thread David
Hi all, I was just wondering why are there 2 antenna inputs on the BasicRX and the LFRX dbs? As well as their counterparts on the corresponding tx dbs? Thanks, Dave -- http://www.qsl.net/n1yvv *** I'm not dead, yet! *

Re: [Discuss-gnuradio] Newbie question: gnuradio configure with USRP

2007-09-26 Thread Eric Blossom
On Wed, Sep 26, 2007 at 03:58:55PM -0700, W. David Li wrote: > > I have USRP board with RFX2400. The question is how GnuRadio should be > configured/compiled to use USRP. Before this I configured/compiled 3.0.4 > without USRP (using ./configure, make and make install). ./configure > showed:

Re: [Discuss-gnuradio] Newbie question: gnuradio configure with USRP

2007-09-26 Thread Brian Padalino
On 9/26/07, W. David Li <[EMAIL PROTECTED]> wrote: > > I have USRP board with RFX2400. The question is how GnuRadio should be > configured/compiled to use USRP. Before this I configured/compiled 3.0.4 > without USRP (using ./configure, make and make install). ./configure > showed: > > The following

[Discuss-gnuradio] Newbie question: gnuradio configure with USRP

2007-09-26 Thread W. David Li
I have USRP board with RFX2400. The question is how GnuRadio should be configured/compiled to use USRP. Before this I configured/compiled 3.0.4 without USRP (using ./configure, make and make install). ./configure showed: The following components were skipped either because you asked not t

Re: [Discuss-gnuradio] Newbie question: RuntimeError: audio_alsa_sink

2007-07-09 Thread Johnathan Corgan
keval wrote: > File "/usr/lib/python2.5/site-packages/gnuradio/audio_alsa.py", line 228, > in sink > return _audio_alsa.sink(*args) > RuntimeError: audio_alsa_sink The error reporting is unfortunately not as specific as it could be. In my experience, the most frequent cause of the above is

[Discuss-gnuradio] Newbie question: RuntimeError: audio_alsa_sink

2007-07-08 Thread keval
Greetings. Got gnuradio compiled, made, and actually ran the dialtone test last night. However, when I attempted the same this morning, I got the following message (which, I have to say, I've gotten before but thought last night's test had eliminated). Any thoughts? Kevin File "", line 2, in