Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread Eric Blossom
On Mon, May 02, 2005 at 05:16:30PM +0100, [EMAIL PROTECTED] wrote: Hi, I can't check the archives at the moment as lists.gnu.org doesn't want to talk to anyone, but I don't remember anyone saying anything about this. A couple of weeks ago I compiled and ran all the gnuradio code. I then

[Discuss-gnuradio] What is this?

2005-05-02 Thread Bob McGwier
Just installed SUSE 9.3 on a clean drive and am getting this problem. gnuradio-core goes first in the for-all-dirs list with ../buildit and this error is the first in the list of tests. I then tried making and installing the gr-gsm vocoder stuff first and this still results. I have fiddled

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread Eric Blossom
On Mon, May 02, 2005 at 07:38:51AM -0700, Richard Cagley wrote: Eric, Ok, this makes sense, but where do I make the change? Do I need to recompile the audio sink code? I see this hw:0.0 thing mentioned in a header file in gr/include/gnuradio but I can't seem to find the actual code location.

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread Eric Blossom
On Mon, May 02, 2005 at 09:27:19AM -0700, Matt Ettus wrote: [EMAIL PROTECTED] wrote: Hi, I can't check the archives at the moment as lists.gnu.org doesn't want to talk to anyone, but I don't remember anyone saying anything about this. A couple of weeks ago I compiled and ran all

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread 'Eric Blossom'
On Mon, May 02, 2005 at 11:12:07AM -0700, Richard Cagley wrote: That worked. Thanks. But, I still only get static (I even have an actual antenna hooked up to the TV card). Is it because of the warning I'm getting? [EMAIL PROTECTED] usrp]$ wfm_rcv_gui.py 93.7 RX d'board A: TV Rx RX d'board

Re: [Discuss-gnuradio] What is this?

2005-05-02 Thread Eric Blossom
On Sun, May 01, 2005 at 10:01:40PM -0400, Bob McGwier wrote: Just installed SUSE 9.3 on a clean drive and am getting this problem. gnuradio-core goes first in the for-all-dirs list with ../buildit and this error is the first in the list of tests. I then tried making and installing the

Re: [Discuss-gnuradio] 2.5 GS/sec 14-bit A/D converter

2005-05-02 Thread Larry Doolittle
Tim - On Mon, May 02, 2005 at 01:46:48PM +0930, Tim Ansell wrote: So where do we request free samples from :P Good question. I'd be happy with a data sheet, for the moment. I'm in the low-latency business, so this chip _may_ be useless to me. The question is how would you get this into a

Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails)

2005-05-02 Thread Eric Blossom
On Mon, May 02, 2005 at 10:51:07AM -0700, [EMAIL PROTECTED] wrote: I've posted an installation guide for GNU radio that might be helpful: http://www.kd7lmo.net/ground_gnuradio_install.html Maybe someone can post a link from the Wiki to my site. Done. Thanks, Eric

Re: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread 'Eric Blossom'
On Mon, May 02, 2005 at 01:26:00PM -0700, Richard Cagley wrote: Tried that and didn't work. I also tried with the basic RX card. I just put a wire in the middle of the RX-A SMA connector but nothing came out there either. Very odd. Looking at the USRP oriented such that the USB connector is

RE: [Discuss-gnuradio] using a 48k sound card with wfm_rcv_gui

2005-05-02 Thread Richard Cagley
With USB north, the RX board is on the West (left) side. i.e. RXA are the block letters below the board. -Original Message- From: 'Eric Blossom' [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 12:36 PM To: Richard Cagley Cc: discuss-gnuradio@gnu.org Subject: Re:

Re: [Discuss-gnuradio] What is this?

2005-05-02 Thread Robert McGwier
The fix to cvs and the removal of the broken file cleaned up everything here. FYI, with SUSE 9.3, the only thing I had to install from source with two subversions later SWIG. I was able to find an archive that actually worked (The Mail Archive) and got the URL to the usrp_fpga.rbf which is

RE: [Discuss-gnuradio] Using USRP from multiple applicationssimultaneously

2005-05-02 Thread Richard Cagley
The fsk modulator/demodulator from the examples may be something you could use http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg00281.html Run these commands in different windows: $ ./fsk_rx.py -f /dev/null -c 10M -r 100k -N $ ./fsk_tx.py -f /boot/vmlinuz -R -c 10M -r 100k -N

Re: [Discuss-gnuradio] 2.5 GS/sec 14-bit A/D converter

2005-05-02 Thread Lamar Owen
On Monday 02 May 2005 00:16, Tim Ansell wrote: The question is how would you get this into a computer? If we round it up to 16 bits, it makes 4.6 Gigabytes per second. Would a FPGA even be able to keep up? Could people a lot smarter then me, discuss how this chip could even possibly be used?

Alternate list archive locations (was:Re: [Discuss-gnuradio] CVS compilation problem (actually a test fails))

2005-05-02 Thread Lamar Owen
On Monday 02 May 2005 12:16, [EMAIL PROTECTED] wrote: I can't check the archives at the moment as lists.gnu.org doesn't want to talk to anyone, but I don't remember anyone saying anything about this. A note on archives: Another archive is available on gmane.org under comp.gnu.radio.general.

[Discuss-gnuradio] new wide-coverage receiver

2005-05-02 Thread ed
this new wide-coverage receiver might interest some on the list. interesting specs. the manufacturer is hobbyist-friendly, so it might be actually priced somewhere in the range of reality... -bernieS http://radio.tentec.com/Commercial/RX400 RX-400 PRELIMINARY SPECIFICATIONS FREQUENCY

[Discuss-gnuradio] implementing state flow

2005-05-02 Thread Richard Cagley
To implement MAC layer elements, i.e. waiting for data to arrive, is the best strategy to program these elements in python? Are there any example apps that implement packet modem like functionality? ___ Discuss-gnuradio mailing list