Re: [Discuss-gnuradio] Do anyone know how to add pilot to sub-carrier in benchmark ofdm example??

2013-08-28 Thread Martin Braun (CEL)
On Tue, Aug 27, 2013 at 07:59:48PM +0800, Yingjie Chen wrote: > Thanks for you reply, Martin. But seem some blocks in GRC example is not > compatible with the blocks in original benchmark ofdm example, I am supposed > that I need major modification if I use it. Yes, that's right. MB -- Karlsruhe

[Discuss-gnuradio] regarding ofdm blocks in gnuradio-3.7

2013-08-28 Thread lingeswar kandregula
hi community, i tried using the examples provided in gr-digital/examples/ofdm. when i use them i couldn't able to get the peaks at the output of Schmidl&cox block but if i change the tx_ofdm.grc in such a way that only payload then i can able to detect the peaks. i tried using the logging from ofd

Re: [Discuss-gnuradio] sync_interpolator

2013-08-28 Thread Martin Braun (CEL)
Let's cover some signal processing basics: Say our block's input signal is x[k] and the output signal is y[k]. Let's assume there's one input to keep things simple. If a block has a history of N, the output depends on N samples of the input, or y[k] = f(x[k], x[k-1], ..., x[k-N-1]). If the block

[Discuss-gnuradio] recursive folder source

2013-08-28 Thread Nemanja Savic
Hi all guys again, I wonder if somebody was implementing signal source that is able to read multyple files from specified folder? If not, i would like to hear ur opinion about that idea and maybe suggestions, cause I will probably try to implement something like that. Best, -- Nemanja Savić ___

[Discuss-gnuradio] choppy audio and underrun (aUaU) with simple audio test

2013-08-28 Thread Curt Karnstedt
I am using gnuradio companion to run a simple test, in which I just connect a signal source to an audio sink. They have the same sample rate, and the signal source is a sine wave, amplitude is 0.1, frequency 1kHz, offset 0. When I make the sample rate for both to be 48kHz, the audio is very chopp

Re: [Discuss-gnuradio] choppy audio and underrun (aUaU) with simple audio test

2013-08-28 Thread Marcus Leech
Audio subsystem support out of a VM is kind of hit-and-miss. Make sure that your emulated sound subsystem is actually running at the rate you request.     on Aug 28, 2013, Curt Karnstedt wrote: I am using gnuradio companion to run a simple test, in which I just connect a signal source to an audi

Re: [Discuss-gnuradio] WX FFT in 3.7 (master)

2013-08-28 Thread Johnathan Corgan
On 08/27/2013 07:02 PM, Johnathan Corgan wrote: > On 08/27/2013 04:45 PM, Ian Buckley wrote: >> So none else currently has any problems with WX GUI FFT functionality in >> 3.7 at head of master? (c1f0b50d1d5a817c98130726997ba284ea980d95) > > I'm seeing the same thing here, investigating. Tom an

[Discuss-gnuradio] Segfaults when executing flowgraph.

2013-08-28 Thread Stephen Harrison
Hi, I seem to be having a problem where GRC works fine but when I execute the generated Python code (from within GRC or from command line) it just segfaults. So far it's every flowgraph I've tried. The flowgraph I am working with is just a sine source, throttle and WX scope. Where can I start wit

Re: [Discuss-gnuradio] Segfaults when executing flowgraph.

2013-08-28 Thread Tom Rondeau
On Wed, Aug 28, 2013 at 4:24 PM, Stephen Harrison wrote: > Hi, > > I seem to be having a problem where GRC works fine but when I execute the > generated Python code (from within GRC or from command line) it just > segfaults. So far it's every flowgraph I've tried. The flowgraph I am > working with

Re: [Discuss-gnuradio] Segfaults when executing flowgraph.

2013-08-28 Thread Tom Rondeau
On Wed, Aug 28, 2013 at 4:32 PM, Stephen Harrison wrote: > Hi Tom, > > Version 3.7, Scientific Linux, not through a VM. Only thought is a bad or strangely compiled version of Boost. The last is related to an OSX problem Michael and I ran into yesterday where Boost was compiled by a much older ve

[Discuss-gnuradio] Off-line signal processing (GR in slow motion)

2013-08-28 Thread Monahan-Mitchell, Tim
I know that a source block of live IQ samples set to a certain sampling rate is equivalent to a File source of IQ samples followed by a Throttle block set to that same sampling rate. So far so good. But suppose the system cannot keep up with a live IQ stream, or the equivalent File + Throttle a

[Discuss-gnuradio] read GPSDO data with Gnuradio-Companion

2013-08-28 Thread Francois Quitin
Hi all, I'd like to know if it's possible to read the GPSDO data (more specifically the GPS time) with GNURadio-companion. I understand there are simple commands to read this data in C++ or python, and I'd like to know if it's possible in GRC. I'm familiar with programming GRC blocks and