Re: [Discuss-gnuradio] GNURadio on WinTV.

2007-01-25 Thread Eric Blossom
On Thu, Jan 25, 2007 at 06:30:14PM -0800, Alex Miua wrote: > > Hello lovely people ! > > I am a newbie here. I hope to use GNURadio software with WinTV > hardware ( because I can't afford USRP : ) ) . > > I am currently in the process of installation. Does anyone have any > experience with this ha

[Discuss-gnuradio] GNURadio on WinTV.

2007-01-25 Thread Alex Miua
Hello lovely people ! I am a newbie here. I hope to use GNURadio software with WinTV hardware ( because I can't afford USRP : ) ) . I am currently in the process of installation. Does anyone have any experience with this hardware for GNURadio. I look forward to any advice. Thank you, Alex

Re: [Discuss-gnuradio] "ImportError: No module named wx"

2007-01-25 Thread Chris Stankevitz
Larry wrote: > I got an "ImportError: No module named wx" error Is wx in your pythonpath? Try this: [EMAIL PROTECTED] ~ $ python Python 2.4.3 (#1, Oct 13 2006, 16:57:39) [GCC 4.1.1 (Gentoo 4.1.1)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>

[Discuss-gnuradio] "ImportError: No module named wx"

2007-01-25 Thread Larry
I got an "ImportError: No module named wx" error when trying to run the fftsink.py file in the wxgui stuff. I have suse 10-2, gunradio-3.0.2 installed in /usr/gnuradio-3.0.2 and /usr/lib/python2.5/site-packages/wxPython-src-2.8.1.1 and file:///usr/lib/python2.5/site-packages/wxPython-src-2.8.1.1

Re: [Discuss-gnuradio] xmlto error encountered in trying to generate some doc files.

2007-01-25 Thread Eric Blossom
On Thu, Jan 25, 2007 at 11:53:14AM -0700, Bahn William L Civ USAFA/DFCS wrote: > > Thanks. > > I'd still be very interested in knowing what is the problem with my > system and how to correct it - also in getting the documentation > installed on my system since our application will require us to

Re: [Discuss-gnuradio] xmlto error encountered in trying to generate some doc files.

2007-01-25 Thread Johnathan Corgan
Bahn William L Civ USAFA/DFCS wrote: > I'd still be very interested in knowing what is the problem with my > system and how to correct it - also in getting the documentation > installed on my system since our application will require us to work in > places without internet access. 'xmlto' is a pr

[Discuss-gnuradio] KD7LMO GPS sample and sample rate nomenclature

2007-01-25 Thread Chris Stankevitz
Hi, KD7LMO provides a binary GPS recording, presumably made with the USRP (thank you!). It is advertised as "4msps / complex GPS Snapshot (500 mS)". I use these ratios to determine what the file size should be: 500e-3 seconds 4e6 complex_samples / second 2 floats / complex_sample 32 bits /

Re: [Discuss-gnuradio] Problem with linux 2.6.19.1

2007-01-25 Thread John Clark
Philip Balister schrieb: I've run a USRP connected to my EFIKA (powerpc) board. The kernel is based off 2.7.19-rc6. I realize this kernel may be different than a more "mainstream" kernel, but I wouldn't expect any dramatic differences in interfaces. Maybe there is a kernel config change? I've

RE: [Discuss-gnuradio] xmlto error encountered in trying to generate some doc files.

2007-01-25 Thread Bahn William L Civ USAFA/DFCS
> -Original Message- > From: Eric Blossom [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 25, 2007 11:40 AM > To: Bahn William L Civ USAFA/DFCS > Cc: gnuradio mailing list > Subject: Re: [Discuss-gnuradio] xmlto error encountered in trying to > generate some doc files. > > On Thu, Jan

Re: [Discuss-gnuradio] xmlto error encountered in trying to generate some doc files.

2007-01-25 Thread Eric Blossom
On Thu, Jan 25, 2007 at 11:18:29AM -0700, Bahn William L Civ USAFA/DFCS wrote: > In the docs/exploring-gnuradio directory I have previously looked at the > dial_tone.py file (and it runs and I understand the gist of it well > enough), but I couldn't find any actual documentation (remember, some of

[Discuss-gnuradio] xmlto error encountered in trying to generate some doc files.

2007-01-25 Thread Bahn William L Civ USAFA/DFCS
In the docs/exploring-gnuradio directory I have previously looked at the dial_tone.py file (and it runs and I understand the gist of it well enough), but I couldn't find any actual documentation (remember, some of us are brand new to Linux). So now I figure that I need to run "make" since there is

[Discuss-gnuradio] RFID Projects

2007-01-25 Thread Illix
Just a broad inquiry: what RFID projects, if any, are under development for GNU radio? Are there modules floating around out there? Has anyone come up with any cool RFID Stupid USRP Tricks? Thanks, Illix -- END TRANSMISSION ___ Discuss-gnuradio maili

Re: [Discuss-gnuradio] Problem with linux 2.6.19.1

2007-01-25 Thread Philip Balister
I've run a USRP connected to my EFIKA (powerpc) board. The kernel is based off 2.7.19-rc6. I realize this kernel may be different than a more "mainstream" kernel, but I wouldn't expect any dramatic differences in interfaces. Maybe there is a kernel config change? Philip On 1/24/07, Eric Blosso

Re: [Discuss-gnuradio] Creating a custom vector source

2007-01-25 Thread Trond Danielsen
2007/1/24, Eric Blossom <[EMAIL PROTECTED]>: On Wed, Jan 24, 2007 at 03:26:51PM +0100, Trond Danielsen wrote: > Hi everyone, > > hope this is not a silly question: Is it possible to subclass > gr_vector_source to create a custom vector source? I already have the > C code to create my vector. > >