[Discuss-gnuradio] USRP - FX2 / gpif / EEPROM / firmware questions

2006-05-09 Thread Kalen Watermeyer
Hi, Have rejoined the gnuradio mailing list after a little while. I am developing a hardware project similar to the USRP in that it uses the 100-pin FX2 USB micro and houses several FPGAs (Xilinx in this case), as well as a dual ADC. I have a couple questions about the USRP design that would gre

Re: [Discuss-gnuradio] partial atsc 2.x in use

2006-05-09 Thread Matt Ettus
You're making great progress! Any idea what's wrong with the 2.0 bit timing? Once you get that done we can work on some serious optimization, since the chain as constituted has a lot of redundancy. Matt On Mon, 2006-05-08 at 14:57 -0400, Charles Swiger wrote: > It turns out to be not too awefu

Re: [Discuss-gnuradio] Auto* again

2006-05-09 Thread Daniel O'Connor
On Wednesday 10 May 2006 12:49, LRK wrote: > The 'libtool' problem under FreeBSD has always been related to some problem > with FreeBSD not setting pointers to specific versions of the tools. This > particular one is usually due to aclocal looking for libtool.m4 in the > wrong place. Seems like the

Re: [Discuss-gnuradio] Auto* again

2006-05-09 Thread LRK
On Wed, May 10, 2006 at 12:28:46PM +0930, Daniel O'Connor wrote: > Hi, > I am trying to compile GNURadio on FreeBSD but once more auto* is making > things very difficult.. > > Can anyone tell me how to decode/fix the following errors? > I've tried deleting all copies of auto* and libtool and inst

[Discuss-gnuradio] Auto* again

2006-05-09 Thread Daniel O'Connor
Hi, I am trying to compile GNURadio on FreeBSD but once more auto* is making things very difficult.. Can anyone tell me how to decode/fix the following errors? I've tried deleting all copies of auto* and libtool and installing the latest, as well as reinstalling the ports mentioned (xmms, libart

Re: [Discuss-gnuradio] Chuck Swiger's sweeper

2006-05-09 Thread Brett L Trotter
Thank you very much for your response and your original contribution! Charles Swiger wrote: > On Tue, 2006-05-09 at 16:15 -0500, Brett L Trotter wrote: >> On this page: >> http://www.nabble.com/Automatic-testing---sweep-generator-t232617.html#a650444 >> >> was a link to his sweeper, which seems to

[Discuss-gnuradio] Firefox Search Bar Plugin

2006-05-09 Thread Lee Patton
You can now search the GNU Radio mailing list archives from the comfort of your very own Firefox search bar. There are probably two people in the world interested in doing this. If you're the other one, you can install the search plugin by entering "GNU Radio" for "Site Name" at http://mycroft.mo

Re: [Discuss-gnuradio] Chuck Swiger's sweeper

2006-05-09 Thread Charles Swiger
On Tue, 2006-05-09 at 16:15 -0500, Brett L Trotter wrote: > On this page: > http://www.nabble.com/Automatic-testing---sweep-generator-t232617.html#a650444 > > was a link to his sweeper, which seems to be defunct. Does anyone have a > copy hosted somewhere? > Hi Brett - I'll send you what I have

[Discuss-gnuradio] clearing gnuradio buffers

2006-05-09 Thread Ges
Hi, Is there any way to clear the buffers of the gnuradio blocks in the C++ code - suppose I want to clear the contents (set the buffer indexes) in the buffer of a block what do I do? I didnt see anything in the code? Is it possible to do it? Thanks Ges ___

[Discuss-gnuradio] Chuck Swiger's sweeper

2006-05-09 Thread Brett L Trotter
On this page: http://www.nabble.com/Automatic-testing---sweep-generator-t232617.html#a650444 was a link to his sweeper, which seems to be defunct. Does anyone have a copy hosted somewhere? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org htt

Re: [Discuss-gnuradio] make check failing

2006-05-09 Thread Michael Dickens
Garrett - I assume you're trying to install into your own Python site-specific "space", compiling from your own development "space"? ... and not trying to integrate your stuff with gnuradio-core (/src/lib/general , for example)? I've done what I assume you're trying to do (mine is available v

[Discuss-gnuradio] make check failing

2006-05-09 Thread Garrett Mcgrath
Ok so I’ve gotten my software written, modified the make files and the config file to match my code instead of the ‘how to’ demonstration system and run thru the ‘how to write a code block’ tutorial about a dozen times now.  ./bootstrap works like a charm, make same deal.  I run into proble

Re: [Discuss-gnuradio] Problem with making sound card as source

2006-05-09 Thread Matt Ettus
Can you record sound in other applications? Have you set the audio mixer properly? Matt On Tue, 2006-05-09 at 20:34 +0800, 2 1 wrote: > Hi, all > > My USRP is on delievering, so I try to do someting with the sound > card. > > Unfortunately, the integrated AC97 sound card of my pc seem to n

[Discuss-gnuradio] Re: Results of The Great FLEX renaming!

2006-05-09 Thread mjam01
Thanks guys, good choice there!!!cheers,Mikehttp://m0mik.orgOn 5/2/06, Matt Ettus < [EMAIL PROTECTED]> wrote:The entries are all in and the results have been tabulated.  Before we get to the winner, some notes about the entries:- Fifty different suggestions from 29 entrants were received.- A number

[Discuss-gnuradio] Problem with making sound card as source

2006-05-09 Thread 2 1
Hi, all   My USRP is on delievering, so I try to do someting with the sound card.   Unfortunately, the integrated AC97 sound card of my pc seem to not work properly as source. I connect a mp3 player with the line-in port of sound card with an audio wire. In a script, the sound card is set to sourc

[Discuss-gnuradio] Checkout Problem

2006-05-09 Thread seph 004
Hi I am experiencing some trouble trouble checking out the gnuradio stuff. So far gnuradio-core, gr-usrp, gr-wxgui, gr-audio-portaudio, gr-audio-jack, gr-howto-write-a-block have successfully checked out. However the process breaks down with the following message: svn: PROPFIND request failed on

Re: [Discuss-gnuradio] WinDRM

2006-05-09 Thread Matteo Campanella
Brett, here there is how I made it work on my install: 1) create a tmpfs on linux by adding this mount point to /etc/fstab: ramfs /mnt/ramfs tmpfs defaults 0 0 2) mount the new ram file system "mount ramfs" 3) create a pipe with the command "mkfifo /mnt/ramfs/dr

[Discuss-gnuradio] Re: Discuss-gnuradio Digest, Vol 42, Issue 15

2006-05-09 Thread Jens Elsner
Achilleas, you can get the data and my matlab test code at: http://1c3.de/dab_matlab_test.tar.bz2 There are two main matlab files: dab_tx_mode2.m : Sender and receiver - (almost) works. I'm getting the correct bits out. dabtest_mode2.m: Receiver with time/frequency sync using real data. The co