[Discuss-gnuradio] SDR Summer Internship

2009-03-23 Thread Kevin Rudd
your resume and we can discuss it further. Applicants must be US Citizens. Thanks, Kevin Rudd, PhD Naval Research Laboratory kevin.r...@nrl.navy.mil 202-404-3687 ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman

Re: [Discuss-gnuradio] RFID Capture

2009-02-24 Thread Kevin Rudd
Thanks for all the advice. After turning the power way down and placing the tag within inches of the antenna, I can see the tag's burts. It makes me wonder how the reader can pull out the tag's bursts in 'real world' conditions. There is no processing gain to pull it out of the noise. Thanks ag

[Discuss-gnuradio] RFID Capture

2009-02-23 Thread Kevin Rudd
(Sorry if this posts twice) Hello All, I am trying to capture the communications between a RFID reader and an EPC Gen 2 tag (920 MHz). I tapped directly into the antenna of a Thinkmagic M5e RFID reader. I turn it on and it starts reading the tags. When I look at the raw signal from the usrp or

[Discuss-gnuradio] RE: Matlab interface to USRP

2008-04-09 Thread Kevin Rudd
I know no one asked for it, but I am going to throw my two cents in on this discussion. I model and simulate RF systems in MATLAB all day long. Some of which are very complex. MATLAB is easy to use and very powerful for that purpose. It would be great to demonstrate the systems using the US

[Discuss-gnuradio] RE: How to insert a matlab file into GNURadio in python

2008-03-20 Thread Kevin Rudd
I used MATLAB to create waveforms and then send them to GNURadio using TCP ports and out through the USRP (and vise versa). Not sure if this is what you want, but this is how I did it... On the python side, I used the following code to open the TCP socket... http://alumni.media.mit.edu/~jcoole

RE: [Discuss-gnuradio] mingw install help

2007-10-26 Thread Kevin Rudd (Contractor)
, October 25, 2007 4:33 PM To: Kevin Rudd (Contractor); discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] mingw install help "Kevin Rudd (Contractor)" <[EMAIL PROTECTED]> wrote: > I am following the directions for installing GNURadio with minGW on XP > found > here..

[Discuss-gnuradio] mingw install help

2007-10-25 Thread Kevin Rudd (Contractor)
Hello Everyone, I am following the directions for installing GNURadio with minGW on XP found here... http://gnuradio.org/trac/wiki/MingwInstallMain When I get to installing FFTW, I try compiling it (from MSYS prompt) and I get the following error... No acceptable C compiler found in $PATH Quic

[Discuss-gnuradio] Vista, Xp, or Linux?

2007-09-27 Thread Kevin Rudd \(Contractor\)
Hello all, I just got my new notebook computer with Vista pre-installed. I have a couple questions. 1) Has anyone had any luck installing GNURadio under Vista using Cygwin or MinGW method? 2) Are there any performance issues running GNURadio under windows (XP or Vista) as opposed to Li

RE: [Discuss-gnuradio] GNU Radio TCP and MATLAB

2007-04-26 Thread Kevin Rudd \(Contractor\)
Thanks for the suggestion. I dove into the TCP code to try and figure out what it was doing. I found my problem. I have to use the following read command... data = pnet(con, 'read', 1000, 'SINGLE', 'NATIVE'); Now I notice that matlab seems to be lag behind the USRP. So, maybe matlab is not t

[Discuss-gnuradio] GNU Radio TCP and MATLAB

2007-04-26 Thread Kevin Rudd \(Contractor\)
Hello again, I have decided to try the GNURadio -> TCP -> MATLAB route. I am running into a few problems. First, I downloaded Jamie Cooley's GNURadio TCP Socket code here... http://alumni.media.mit.edu/~jcooley/gr_experiments/experiments/gr_socket.ht m Then I downloaded a free matlab TCP too

RE: [Discuss-gnuradio] Re: FRS with the FLEX400

2007-04-24 Thread Kevin Rudd \(Contractor\)
:26 PM To: Kevin Rudd (Contractor) Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] Re: FRS with the FLEX400 Have you tried using the existing usrp_nbfm_ptt.py? It is intended for exactly this application. Matt Kevin Rudd (Contractor) wrote: > Hello again, > Thanks for

[Discuss-gnuradio] Re: FRS with the FLEX400

2007-04-23 Thread Kevin Rudd \(Contractor\)
and I see no output from the USRP. Could I have a dysfunctional daughter card? My newer code is below. Any help would be appreciated. Kevin Rudd Naval Research Laboratory myfm.py -- #!/usr/bin/env python from gnuradio import gr, eng_notation

[Discuss-gnuradio] FRS with the FLEX400 (newbie questions)

2007-04-20 Thread Kevin Rudd \(Contractor\)
ing a single sine wave tone and transmitting it so that I can hear it on the radio. For some reason my tune function returns a false. Does this mean it did not tune to the correct frequency? What could be causing that? My code is below if it helps. Thanks! Kevin

[Discuss-gnuradio] MATLAB/Windows and the USRP

2007-04-19 Thread Kevin Rudd \(Contractor\)
Hello all, I just received my USRP and I have successfully installed GNURadio on my Linux box. I am just starting to dabble with the code a bit. I am very much a Windows/MATLAB developer, so I think I could be far more productive if I could just stream the baseband waveforms to and from the US