Re: [Discuss-gnuradio] Capture and plot 802.11 frames (Stratos Keranidis)

2011-10-07 Thread Mario Gmail
Hello Stratos, For capturing 802.11 frames you can take a look here: https://www.cgran.org/wiki/SPAN80211b Unfortunately, that is just for the 802.11b standard. On the other hand, there is one encoder developed for the 802.11g standard, here: https://www.cgran.org/wiki/ftw80211ofdmtx I the la

Re: [Discuss-gnuradio] Phase demodulation

2011-10-07 Thread Mikael Olofsson
Achilleas Anastasopoulos wrote: arctan (imag(out)/real(out)) plus some filtering to remove out of band noise (it would be nice also to make sure you avoid discontinuities inherent in the arctan function)... I would like to add that you should use four quadrant arctan, i.e. add or subtract pi

Re: [Discuss-gnuradio] FM Capture

2011-10-07 Thread Patrick Strasser
Am 2011-10-06 12:55, schrieb JOSE FELIX HERNANDEZ BARRIO: > do you know of any radio capture file of the fm band on internet ? > could anyone with access to the required hardware make a capture an > upload it to internet? Have a look at the Wiki and the mailing list archive (hint: Google). There

Re: [Discuss-gnuradio] Remote Access to USRP testbed with GNU Radio

2011-10-07 Thread Robert McGwier
I believe people are answering the question but are slightly off target. Create a group on your Linux distribution call USRP, make sure those users you want control the USRP as users (AND NOT ROOT) are in this group. The go read the gnuradio wiki about the other changes granting device permissions

Re: [Discuss-gnuradio] Want to help? Here's something....

2011-10-07 Thread Philip Balister
On 10/03/2011 11:32 AM, Tom Rondeau wrote: Hello everyone, Here's a general call for help on the GNU Radio project if you are so inclined. If you've wanted to contribute back to the code, but weren't sure how to make a difference, there are lots of little things to look at. We've set up a Jenkins

Re: [Discuss-gnuradio] Remote Access to USRP testbed with GNU Radio

2011-10-07 Thread Robert McGwier
http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall has configuring USRP support. Following these instructions will allow users in the USRP group to run the hardware without root access. Bob On Fri, Oct 7, 2011 at 7:01 AM, Robert McGwier wrote: > I believe people are answering th

Re: [Discuss-gnuradio] Remote Access to USRP testbed with GNU Radio

2011-10-07 Thread Marcus D. Leech
On 07/10/2011 8:53 AM, Robert McGwier wrote: http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall has configuring USRP support. Following these instructions will allow users in the USRP group to run the hardware without root access. Bob Also, the build-gnuradio script takes car

Re: [Discuss-gnuradio] Want to help? Here's something....

2011-10-07 Thread Tom Rondeau
On Fri, Oct 7, 2011 at 7:40 AM, Philip Balister wrote: > On 10/03/2011 11:32 AM, Tom Rondeau wrote: > >> Hello everyone, >> Here's a general call for help on the GNU Radio project if you are so >> inclined. If you've wanted to contribute back to the code, but weren't >> sure >> how to make a diff

Re: [Discuss-gnuradio] Cheap portable antenna for SSB + CW w/ USRP1?

2011-10-07 Thread Mark Cetilia
Thanks Marcus, I realize I'm asking for the impossible at a certain level—"adequate but not stellar" should be fine :) Glad to know that the roll-off is not so steep as to make >30MHz / <50MHz unusable as well… Btw, I finally managed to get UDP between my external app and GnuRadio up & running—

Re: [Discuss-gnuradio] Phase demodulation

2011-10-07 Thread Achilleas Anastasopoulos
Just to make a note on the more theoretical aspect of this problem: If you want to avoid all complications arising from the discontinuous arctan, you can (and technically/theoretically you should) work with the actual incoming signal r(t)=exp(j theta(t)) + n(t) and its hypothesized estimate s_

Re: [Discuss-gnuradio] "Unable to find USRP[0]" issue

2011-10-07 Thread Nazmul Islam
Hi Josh, Thanks a lot for the reply. The thing is, I was able to run the benchmark_rx.py and benchmark_tx.py codes in another UHD upgraded daughterboard. That daughter-board module is XCVR2450 transceiver. Unfortunately, I could not run the benchmark programs in the FLEX-400 daughterboard (enabled

[Discuss-gnuradio] USRP1 Ext Clock

2011-10-07 Thread Ed Criscuolo
What frequency does the USRP1 want to see on its "ext clk" input? 10 MHz or 64 MHz? @(^.^)@ Ed ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] USRP1 Ext Clock

2011-10-07 Thread John Malsbury
10-64 MHz http://gnuradio.org/redmine/projects/gnuradio/wiki/USRPClockingNotes -JM On 10/07/2011 09:18 AM, Ed Criscuolo wrote: What frequency does the USRP1 want to see on its "ext clk" input? 10 MHz or 64 MHz? @(^.^)@ Ed ___ Discuss-gnuradio ma

Re: [Discuss-gnuradio] Remote Access to USRP testbed with GNU Radio

2011-10-07 Thread Guanbo Zheng
Thanks a lot for all the replys! Sorry that I forgot to mention I am using USRP2. I think the link is for USRP which create a usrp group for non root control. Best, Guanbo On Oct 7, 2011, at 6:01 AM, Robert McGwier wrote: > I believe people are answering the question but are slightly off targe

[Discuss-gnuradio] N210 non-uhd?

2011-10-07 Thread Brett L. Trotter
Can I burn the USRP2 non-UHD firmware on an N210? ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] Capture and plot 802.11 frames (Stratos Keranidis)

2011-10-07 Thread Stratos Keranidis
Hello Mario, thank you very much for your helpful reply. I will try to use the info you provided and infrom you about my progress. Best, Stratos. On Fri, Oct 7, 2011 at 11:00 AM, Mario Gmail wrote: > Hello Stratos, > > For capturing 802.11 frames you can take a look here: > > https://www.cgran

Re: [Discuss-gnuradio] N210 non-uhd?

2011-10-07 Thread Matt Ettus
No, it won't work. I would strongly suggest you switch to UHD. If that isn't possible, we have some USRP2s which we can sell you. Matt On Fri, Oct 7, 2011 at 10:50 AM, Brett L. Trotter wrote: > Can I burn the USRP2 non-UHD firmware on an N210? > > _

Re: [Discuss-gnuradio] New Product Announcements from Ettus Research

2011-10-07 Thread Matt Ettus
On Tue, Oct 4, 2011 at 6:25 PM, Jeffrey Gregory wrote: > The B100 looks appealing for an upgrade from my USRP1, but I have some > questions. Since the B100 can accept 10MHz and PPS reference, is it > compatible with the GPSDO module? It can accept 10 MHz and PPS from a GPSDO, but it doesn't h

[Discuss-gnuradio] Updated build-gnuradio

2011-10-07 Thread Marcus D. Leech
One of my users in Guatemala found an issue with the build-gnuradio script. If your system is configured for anything other than English, the script fails, because it's parsing the output of "ls -l", and looking for a "Not found" error message. Which of course, will only happen if the syste

Re: [Discuss-gnuradio] Cheap portable antenna for SSB + CW w/ USRP1?

2011-10-07 Thread Louis Brown
On Oct 7, 2011, at 11:01 AM, discuss-gnuradio-requ...@gnu.org wrote: > [Discuss-gnuradio] Cheap portable antenna for SSB + CW w/ > USRP1? Since you are only interested in RX, a loop would probably work well. You could probably rig up compact, muti-turn wire loop that could be broken down

[Discuss-gnuradio] file source/sinks and named pipes

2011-10-07 Thread Achilleas Anastasopoulos
I have tried the following experiment that generated a couple of puzzling questions for me... A graph consisting of a sinusodial source, a file sink and a graphical fft sink (connected to the source). NO THROTTLE is present in this graph A separate graph with a file source, a THROTTLE at 100K and