Re: [Discuss-gnuradio] Soft-DVB working flawlessly

2007-11-20 Thread John Gilmore
> Soft-DVB working flawlessly ... > thanks again for precious help, Thank *you* for building a great tool on top of all the signal processing work that's been poured into GNU Radio over the years. We hoped someone like you would do things like this! I'll love to see it GUI'd and packaged so that

Re: [Discuss-gnuradio] Problem with std.ihx

2007-11-20 Thread Firas Abbas
Hi, No need to copy. leave test_usrp_standard_xx, can you run usrp_fft.py ? It can be found in the foldergr_utils/src/python Firas Martin Gawecki <[EMAIL PROTECTED]> wrote: Hi Firas, All those files are there, including std.ihx. Should I try copying std.ihx into the directory where I'm try

Re: [Discuss-gnuradio] Soft-DVB working flawlessly @ correct bitrate.. (=11.612Mbps)

2007-11-20 Thread Matt Ettus
Vincenzo, I took a look at the video. Very cool work! If I understand correctly, you are showing gnuradio + your code generating DVB in real time, and transmitting it with a USRP over coax to a set top box for receiving DVB. Is that right? The 50 MHz to 1 GHz transceiver daughterboard sh

[Discuss-gnuradio] Is there a GNU Radio Companion manual?

2007-11-20 Thread shivvaan
Hi, I am new to GNU Radio and I have installed GnuRadio3.1.0 on Ubuntu7.10. I have downloaded and installed the GNU Radio Companion and trying to understand how it works The examples are for the basic boards. I have 2 RFX2400 boards that I have pluged into my motherboard. So I was wondering

Re: [Discuss-gnuradio] Problem with std.ihx

2007-11-20 Thread Martin Gawecki
Hi Firas, All those files are there, including std.ihx. Should I try copying std.ihxinto the directory where I'm trying to run these programs? Thanks, ~Martin On Nov 19, 2007 9:13 PM, Firas abbas <[EMAIL PROTECTED]> wrote: > Hi, > > This file should be found in the following folder (in File Sys

[Discuss-gnuradio] Soft-DVB working flawlessly @ correct bitrate.. (=11.612Mbps)

2007-11-20 Thread Vincenzo Pellegrini
Hi all thanks again for precious help, I'll soon start working on code cleaning and optimization for real time performance of my Gnuradio DVB Tx. here is a video showing latest improvements in transmitted signal.. http://wwvince.interfree.it/Soft-DVB h264 video as usual Best Regards vincenzo

Re: [Discuss-gnuradio] Another basic question please

2007-11-20 Thread Eric Blossom
On Tue, Nov 20, 2007 at 09:26:37PM +, [EMAIL PROTECTED] wrote: >Hi, > > Have UBUNTU 7.10 installed. Trying to install gnuradio for USRP. > Following instructions at http://gnuradio.utah. > edu/trac/wiki/UbuntuInstall > > Firas & Shivvaan have been a great help but I am now stuck at the

Re: [Discuss-gnuradio] Python blocks in a new package

2007-11-20 Thread Eric Blossom
On Tue, Nov 20, 2007 at 04:04:49PM -0500, Ed Criscuolo wrote: > Johnathan Corgan wrote: > > > >You need to add one line to configure.ac specifying the new makefile. > >It's near the bottom. > > > > > Thanks Jonathan. That got the Makefile.in and the Makefile constructed. > > The make install su

Re: [Discuss-gnuradio] failed assertion in gr_buffer.h

2007-11-20 Thread Eric Blossom
On Tue, Nov 20, 2007 at 02:07:56PM -0500, Ed Criscuolo wrote: > > Eric Blossom wrote: > > > > >Are you consuming more input than is available (as indicated by the > >ninput_items argument to general_work)? > > > >I suspect a problem either in forecast or in your loop control > >in general_work. >

[Discuss-gnuradio] Another basic question please

2007-11-20 Thread [EMAIL PROTECTED]
Hi, Have UBUNTU 7.10 installed. Trying to install gnuradio for USRP. Following instructions at http://gnuradio.utah. edu/trac/wiki/UbuntuInstall Firas & Shivvaan have been a great help but I am now stuck at the following: * C++ interface to the USRP; provides a good estimate of the maxim

Re: [Discuss-gnuradio] Python blocks in a new package

2007-11-20 Thread Ed Criscuolo
Johnathan Corgan wrote: You need to add one line to configure.ac specifying the new makefile. It's near the bottom. Thanks Jonathan. That got the Makefile.in and the Makefile constructed. The make install succeeded, but I only ended up with a file called gold_code_pn_source_b.py in .../sit

Re: [Discuss-gnuradio] Python blocks in a new package

2007-11-20 Thread Johnathan Corgan
Ed Criscuolo wrote: > What automake magic am I missing? You need to add one line to configure.ac specifying the new makefile. It's near the bottom. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com ___ Discuss-gnuradio mailing

Re: [Discuss-gnuradio] Repeat samples

2007-11-20 Thread Tom Rondeau
Martin Braun wrote: Hi, I was wondering if there's a GNURadio block which simply repeats incoming samples n times, or if any of the currently available blocks somehow do this without to much of an overkill? Thanks for any help, Martin Check ou gr_regenerate_bb. It's only designed to work

[Discuss-gnuradio] Python blocks in a new package

2007-11-20 Thread Ed Criscuolo
I've been creating a new package, called tdrss, based on the examples in gr-howto-write-a-block-3.1.1. The C++ blocks in src/lib and the QA tests in src/python all work fine, but I've been having a problem intalling the one Python block I wrote. It's in a subdir called tdrss_utils that is under

Re: [Discuss-gnuradio] failed assertion in gr_buffer.h

2007-11-20 Thread Ed Criscuolo
Eric Blossom wrote: Are you consuming more input than is available (as indicated by the ninput_items argument to general_work)? I suspect a problem either in forecast or in your loop control in general_work. I finally found a subtle bug that was clobbering the return value fron general_work

[Discuss-gnuradio] Repeat samples

2007-11-20 Thread Martin Braun
Hi, I was wondering if there's a GNURadio block which simply repeats incoming samples n times, or if any of the currently available blocks somehow do this without to much of an overkill? Thanks for any help, Martin -- Martin Braun Institut fuer Nachrichtentechnik Universitaet Karlsruhe http:/

Re: [Discuss-gnuradio] SDR Books

2007-11-20 Thread Firas A.
Hi, I did some internet search, and found : 1) The following two books/articles are publicly available at pentek web site : http://www.pentek.com/products/Literature.cfm#Handbook a) FPGA_in_software_defined_radio.pdf b) Digital_Receiver_Handbook_Basics_of_Software_Radio.pdf 2) The followin

Re: [Discuss-gnuradio] A simple question for installing Utilities andThird-Party Libraries

2007-11-20 Thread Don Ward
From: "JackyYang" <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2007 4:39 AM A simple question, but I don't know. Where is the Utilities and Third-Party Libraries packages I can select in the Cygwin? http://www.gnuradio.org/trac/wiki/CygwinGettingStarted attempts to explain this; look at t

Re: [Discuss-gnuradio] SDR Books

2007-11-20 Thread Firas A.
Hi, I have received some complains about copyrights, links removed. Sorry. Firas Firas A. wrote: > > Hi Community, > > Bellow are some SDR books and articles. Hope They are useful. > > http://rapidshare.com/files/70781770/Telecommunication_Breakdown_-_Concepts_of_Communication_Transmitted_v

[Discuss-gnuradio] SDR Books

2007-11-20 Thread Firas A.
Hi Community, Bellow are some SDR books and articles. Hope They are useful. http://rapidshare.com/files/70781770/Telecommunication_Breakdown_-_Concepts_of_Communication_Transmitted_via_Software-Defined_Radio.pdf http://rapidshare.com/files/70773907/Software_Radio_Architecture.pdf http://rapids

[Discuss-gnuradio] A simple question for installing Utilities and Third-Party Libraries

2007-11-20 Thread JackyYang
Hi: A simple question, but I don't know. Where is the Utilities and Third-Party Libraries packages I can select in the Cygwin? Thanks very mach. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discus