[Discuss-gnuradio] SDR Forum & Radio Challenge

2006-08-08 Thread David Bengtson
Low information press release here: http://www.eetimes.com/news/latest/showArticle.jhtml?articleID=191801309&printable=true They have 40 student teams registered for this. It seems that Mathworks is kicking in a fair amount of money for this. Dave www.keystoneradio.com cognitiveradio.blogspot

[Discuss-gnuradio] Paging Brian Whitaker to the white courtesy telephone

2006-08-08 Thread David Bengtson
Brian: If you are still on the list, could you email me. I've got a question about a Maxim Part. Thanks Dave ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] problem with ^M (CR) in configure.ac and svn (Windows/MinGW)

2006-08-08 Thread Johnathan Corgan
Don Ward wrote: > I think I understand this now: With a Windows (native) port of svn, I > should expect to see "^M" at the end of every line of every file when > working with MSYS tools. Which means that autoconf can't create a > working ./configure. (Which means I'm stuck.) I've only used sub

Re: [Discuss-gnuradio] Omnidirectional antennae for RFX2400 daughterboard

2006-08-08 Thread Matt Ettus
Bob Vincent wrote: Question on the patch. I got a couple, but couldn't figure out how to attach the copper coax tube to the pads. Is there some special trick, or do I just cut down the outside connector? Have you looked at the datasheet from my web site? It has some basic directions. Matt

Re: [Discuss-gnuradio] Omnidirectional antennae for RFX2400 daughterboard

2006-08-08 Thread Bob Vincent
I think you want a male-male barrel connector, right? You can also use a male-male pigtail if you want a little flexibility. Question on the patch. I got a couple, but couldn't figure out how to attach the copper coax tube to the pads. Is there some special trick, or do I just cut down the outsi

Re: [Discuss-gnuradio] Omnidirectional antennae for RFX2400 daughterboard

2006-08-08 Thread Michael Ford
My Professor actually uncovered some antennae here - they look like they're SMA-Female connection. Is it possible just to apply female/male converters?On 8/8/06, Bob Vincent <[EMAIL PROTECTED]> wrote: These look pretty good. http://www.hyperlinktech.com/web/24ghz_802.11_rubber_duck_antenna_7dbi

Re: [Discuss-gnuradio] Omnidirectional antennae for RFX2400 daughterboard

2006-08-08 Thread Bob Vincent
These look pretty good. http://www.hyperlinktech.com/web/24ghz_802.11_rubber_duck_antenna_7dbi_sm.php I just bought some, and I'll be glad to tell you how they worked out when I try them. I've had good luck with Hyperlink before. At 04:15 PM 8/8/2006, Michael Ford wrote: I'm currently using tw

[Discuss-gnuradio] Omnidirectional antennae for RFX2400 daughterboard

2006-08-08 Thread Michael Ford
I'm currently using two Quad Patch antennae (http://www.ettus.com/images/PATCH2400.jpg) for my two RFX2400 daughterboards. We're looking into getting more USRP sets, and I was wondering if anyone knew of any omnidirectional antennas I could use with the RFX2400. -Michael Ford- _

Re: [Discuss-gnuradio] problem with ^M (CR) in configure.ac and svn (Windows/MinGW)

2006-08-08 Thread Don Ward
Hi Johnathan, I think I understand this now: With a Windows (native) port of svn, I should expect to see "^M" at the end of every line of every file when working with MSYS tools. Which means that autoconf can't create a working ./configure. (Which means I'm stuck.) I have not been able to

Re: [Discuss-gnuradio] problem with ^M (CR) in configure.ac and svn (Windows/MinGW)

2006-08-08 Thread Johnathan Corgan
Don Ward wrote: > so now the problem occurs among the entries for gr-trellis. But when I > run ./configure I get a different (earlier?) error: This all has to do with how svn handles line ending translation. A developer can add a property to a file which says to convert the line endings to what

Re: [Discuss-gnuradio] problem with ^M (CR) in configure.ac and svn (Windows/MinGW)

2006-08-08 Thread Johnathan Corgan
Johnathan Corgan wrote: > Don, can you test something? Delete config/grc_trellis.m4, then run svn > update. If that works for you, then I'll explain why :-) Also, are you using the Win32 native svn binary or are you using svn compiled under cygwin/mingw32? -Johnathan signature.asc Descripti

Re: [Discuss-gnuradio] problem with ^M (CR) in configure.ac and svn (Windows/MinGW)

2006-08-08 Thread Johnathan Corgan
Don Ward wrote: > Can autoconf be fixed to ingore the extra ^M characters? Should svn > recongize addition or removal of ^M characters as a change to a file? > In any case, we need to fix configure.ac, and recognize that (at least > in this case) saving files with ^M at the end of every line can

[Discuss-gnuradio] problem with ^M (CR) in configure.ac and svn (Windows/MinGW)

2006-08-08 Thread Don Ward
When I try to build with rev. 3220 on Windows with MinGW/msys, ./configure fails with configure: creating ./config.status ./config.status: line 529: syntax error near unexpected token `\"' ./config.status: line 529: ` "\" ) CONFIG_FILES="$CONFIG_FILES \" ;;' This can be traced to the following