Re: [Discuss-gnuradio] Tuning in uhd_fft.py

2012-10-01 Thread Alex Zhang
Found this mail, it seems that the DC removal is still on implementing? If so, the tune request can not solve the DC problem at all? Sorry for these questions, as I am really confused by the code and the observed phenomenon. On Fri, Aug 17, 2012 at 12:44 PM, Josh Blum wrote: > > > On 08/17/201

Re: [Discuss-gnuradio] Gnuradio Screencast for Absolute Beginners

2012-10-01 Thread sumitstop
Hi Comunity, I have just uploaded some more screen casts. There are 6 of them. One is about basic hacking with the dial_tone.py script so that the beginners get a flavour of doing customization without knowing much of the language paradigms. here is the link (its under GNURADIO Experiments for F

[Discuss-gnuradio] GNURADIO Screencast for absolute beginners : Some more screencast uploaded

2012-10-01 Thread sumitstop
Hi Community, I have just uploaded some more screen casts. There are 6 of them. One is about basic hacking with the dial_tone.py script so that the beginners get a flavour of doing customization without knowing much of the language paradigms. here is the link (its under GNURADIO Experiments for F

[Discuss-gnuradio] FLL Band-Edge Detectors: Literature?

2012-10-01 Thread Martin Braun (CEL)
Hi, is there any literature that goes with the FLL synch blocks in gr-digital? Ironically, Google always points me to the GR source files when I search for 'fll band edge' related topics. M -- Karlsruhe Institute of Technology (KIT) Communications Engineering Lab (CEL) Dipl.-Ing. Martin Braun

Re: [Discuss-gnuradio] FLL Band-Edge Detectors: Literature?

2012-10-01 Thread Nazmul Islam
Hello, Frederic Harris's "Multirate Signal Processing: for communication systems" has a section on FLL band edge sync. I think that the GR-digital code was designed based on these algorithms. Tom or other GNUradio block designers can verify it. Thanks, Nazmul On Mon, Oct 1, 2012 at 11:40 AM, Ma

Re: [Discuss-gnuradio] A Question on WX GUI FFT Sink

2012-10-01 Thread LD Zhang
I tried to find in the QT GUI Widgets category an item that does FFT. But don't find one. I wonder what is meant by the "QT GUI FFT display"? Thanks, LD On Fri, Sep 28, 2012 at 3:39 PM, Josh Blum wrote: > > > On 09/28/2012 02:15 PM, LD Zhang wrote: > > Hello, > > > > I have a simple GRC demo w

[Discuss-gnuradio] Simple QAM mod/demod

2012-10-01 Thread Fabián Kozynski
As sanity check I'm trying a simple flowgraph in GRC with a QAM mod/demod: Vector Source ==> Throttle ==> QAM Mod ==> QAM Demod ==> Unpacked to Packed ==> File Sink The parameters in the mod/demod are as default. I also have a File Sink before the mod. In the output I see first a bunch of zeros,

Re: [Discuss-gnuradio] A Question on WX GUI FFT Sink

2012-10-01 Thread LD Zhang
Well I should have been more patient before I sent out the last email. It turns out for the functionality I want (flexible zoom in display of the fft spectrum) the block is called simply "QT GUI sink", if I am not mistaken. When I tried, there is the error message: ---

Re: [Discuss-gnuradio] Can another DUC chain be added to USRP N210?

2012-10-01 Thread Anisha Gorur
Thank you very much for your help Josh! I'll let you know if we end up going this way in our design. On Sun, Sep 30, 2012 at 7:01 PM, Josh Blum wrote: > > > On 09/29/2012 09:45 AM, Anisha Gorur wrote: > > Thanks Josh, > > What I am looking for on the TX side of things is basically the same > thi

Re: [Discuss-gnuradio] 8-channel receiver

2012-10-01 Thread Anisha Gorur
Thank you very much again! On Sun, Sep 30, 2012 at 6:22 PM, Josh Blum wrote: > > > On 09/29/2012 09:46 AM, Anisha Gorur wrote: > > Thanks Josh, that helps quite a bit! Our sampling frequency is not > > particularly fast, it will only be around 5 MS/S. Right now the send and > > receive frame siz

Re: [Discuss-gnuradio] A Question on WX GUI FFT Sink

2012-10-01 Thread Tom Rondeau
On Mon, Oct 1, 2012 at 4:35 PM, LD Zhang wrote: > Well I should have been more patient before I sent out the last email. It > turns out for the functionality I want (flexible zoom in display of the fft > spectrum) the block is called simply "QT GUI sink", if I am not mistaken. > > When I tried, th

Re: [Discuss-gnuradio] FLL Band-Edge Detectors: Literature?

2012-10-01 Thread Tom Rondeau
On Mon, Oct 1, 2012 at 12:00 PM, Nazmul Islam wrote: > Hello, > > Frederic Harris's "Multirate Signal Processing: for communication systems" > has a section on FLL band edge sync. I think that the GR-digital code was > designed based on these algorithms. Tom or other GNUradio block designers > can

Re: [Discuss-gnuradio] How to use gr_hier_block2 with multi output

2012-10-01 Thread Tom Rondeau
On Thu, Sep 27, 2012 at 11:21 PM, Luong Tan Phong wrote: > Hi Lists, > > I've used gr_hier_block2 class with 1 output stream and it's OK but I can't > use gr_hier_block2 with 2 output streams. Could you help me, please? > > Thanks. > > Phong Yes, you should be able to set up an io_signature just

[Discuss-gnuradio] TCP sink in server mode

2012-10-01 Thread Marcus D. Leech
What does the TCP sink do in server mode before any connects? Does it drop samples, or stall the pipeline? -- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org ___ Discuss-gnuradio mailing list Discuss

Re: [Discuss-gnuradio] TCP sink in server mode

2012-10-01 Thread Josh Blum
On 10/01/2012 04:42 PM, Marcus D. Leech wrote: > What does the TCP sink do in server mode before any connects? Does it > drop samples, or stall the pipeline? I think thats a little python wrapper around a gr file descriptor sink and a python tcp socket. The block's constructor blocks waiting fo

Re: [Discuss-gnuradio] QS1R SDR support?

2012-10-01 Thread Tom Rondeau
On Mon, Sep 24, 2012 at 3:56 PM, Matthew Biederman wrote: > Hello, > > I just learned about gnuradio and am very interested in the possibilities. I > currently own a QS1R (http://qs1r.wikispaces.com) and while I found a few > posts referring to using it with gnu radio software, I didn't explici

Re: [Discuss-gnuradio] gr_block::set_history()

2012-10-01 Thread Tom Rondeau
On Mon, Sep 24, 2012 at 12:47 PM, cjpatton wrote: > Hello Tom, > > I have a follow-up question about how history works in gnuradio. Making no > assumptions about the input/output ratio of a gr_block, is it safe to assume > that noutput_items is the number of new data given to the block? I.e., Does

[Discuss-gnuradio] Does USRP ADC have internal noise (out-of-band) dither?

2012-10-01 Thread LD Zhang
Dear Group, I need to clarify a very basic feature of the USRP ADC. The question is: Does the ADC have internal noise dither when sampling? I looked at the TI ADS62P45 data sheet but did not find explicit mention of the noise dither. On the other hand, if you read those app notes from Analog Devic