Re: [Discuss-gnuradio] USRP power supply issues

2008-11-05 Thread Matt Ettus
Bob Keyes wrote: Hello, I was happy to be able to borrow a USRP from a friend of mine at MIT. However, it came as just the board with two LFRX and two LFTX 1.0 daughterbouards. No power supply, cables, etc. I dug through what I through was a rather decent pile of wall-warts that I have acquire

[Discuss-gnuradio] Boston area GNUradio / USRP meetup?

2008-11-05 Thread Bob Keyes
I've counted just among people who I've met, two groups at Harvard and two groups at MIT who are using or plan to use GNUradio on the USRP. I know of a couple of others who are interested in using it but are waiting for a bit more software to be available for amateur radio use. I wonder if an i

[Discuss-gnuradio] USRP power supply issues

2008-11-05 Thread Bob Keyes
Hello, I was happy to be able to borrow a USRP from a friend of mine at MIT. However, it came as just the board with two LFRX and two LFTX 1.0 daughterbouards. No power supply, cables, etc. I dug through what I through was a rather decent pile of wall-warts that I have acquired throughout the ye

[Discuss-gnuradio] How to include OFDM package?

2008-11-05 Thread Brook Lin
Hi All, I am going to TX/RX using OFDM. However, I am using Ubuntu 8.04 and Gnuradio3.1.1, there is no OFDM package included. How should I include the OFDM package? Thanks, Brook -- View this message in context: http://www.nabble.com/How-to-include-OFDM-package--tp20349025p20349025.html Sent

Re: [Discuss-gnuradio] a simple qustion about the attenuator for the SMA cable

2008-11-05 Thread Philip Balister
On Wed, Nov 5, 2008 at 1:02 PM, Bill Stevenson <[EMAIL PROTECTED]> wrote: > > > > From: Dan Halperin <[EMAIL PROTECTED]> > To: Bill Stevenson <[EMAIL PROTECTED]> > Cc: discuss-gnuradio@gnu.org > Sent: Wednesday, November 5, 2008 1:08:41 PM > Subject: Re: [Discuss-gn

Re: [Discuss-gnuradio] a simple qustion about the attenuator for the SMA cable

2008-11-05 Thread Bill Stevenson
From: Dan Halperin <[EMAIL PROTECTED]> To: Bill Stevenson <[EMAIL PROTECTED]> Cc: discuss-gnuradio@gnu.org Sent: Wednesday, November 5, 2008 1:08:41 PM Subject: Re: [Discuss-gnuradio] a simple qustion about the attenuator for the SMA cable -BEGIN PGP SIGN

Re: [Discuss-gnuradio] install OFDM

2008-11-05 Thread Brook Lin
Hello Fernando Perez-5, I am trying to install OFDM too. Do you have any clue on how to include those OFDM files to your system? Thanks, Brook -- View this message in context: http://www.nabble.com/install-OFDM-tp20065473p20348808.html Sent from the GnuRadio mailing list archive at Nabble.co

Re: [Discuss-gnuradio] gr_make_io_signaturev

2008-11-05 Thread Eric Blossom
On Wed, Nov 05, 2008 at 01:29:21PM -0600, Brett L. Trotter wrote: > Are there any examples of how to use this? > > Since the current C++ (until C++0x is out) doesn't support vector > initialization, how does one format the inheritance constructor? > for example: > myblock::myblock(...) : gr_block(

[Discuss-gnuradio] gr_make_io_signaturev

2008-11-05 Thread Brett L. Trotter
Are there any examples of how to use this? Since the current C++ (until C++0x is out) doesn't support vector initialization, how does one format the inheritance constructor? for example: myblock::myblock(...) : gr_block("myblock", gr_make_io_signaturev(4,4, std::vector somevec)) { ...} in what c

Re: [Discuss-gnuradio] Regarding 371 samples/frame in usrp2

2008-11-05 Thread Eric Blossom
On Wed, Nov 05, 2008 at 07:30:01PM +0100, Mattias Kjellsson wrote: > Eric Blossom wrote: >> >> There are a couple of headers. See usrp2_eth_packet.h > > So I have. Regarding the channel and timestamp fields in "struct > u2_fixed_hdr_t", channel is going to (when implemented) reflect which > u

Re: [Discuss-gnuradio] Regarding 371 samples/frame in usrp2

2008-11-05 Thread Mattias Kjellsson
Eric Blossom wrote: On Wed, Nov 05, 2008 at 06:15:03PM +0100, Mattias Kjellsson wrote: I have been playing with ioctl's today and while browsing the USRP2- code i found that max length of a packet is defined to 371 which results in 1484 bytes of "data", and 16 bytes left, leaving room for

Re: [Discuss-gnuradio] a simple qustion about the attenuator for the SMA cable

2008-11-05 Thread Dan Halperin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Nov 4, 2008, at 2:31 PM, Bill Stevenson wrote: I have a rudimentary question about the attenuator. When I was searching some questions in the archive, I found that some guys mentioned when testing the transmitter and receiver for daughter bo

Re: [Discuss-gnuradio] USRP2 latency calculations

2008-11-05 Thread George Nychis
set_freq would not be a good measure, since it takes a while to configure the daughterboard. find() isn't great either, since it waits 10ms to ensure that it's gathered all responses to it's broadcast. set_rx_decim should give a reasonable measurement, as long as you're not streaming data.

Re: [Discuss-gnuradio] Regarding 371 samples/frame in usrp2

2008-11-05 Thread Eric Blossom
On Wed, Nov 05, 2008 at 06:15:03PM +0100, Mattias Kjellsson wrote: > I have been playing with ioctl's today and while browsing the USRP2- > code i found that max length of a packet is defined to 371 which results > in 1484 bytes of "data", and 16 bytes left, leaving room for the 14 byte > eth

[Discuss-gnuradio] Regarding 371 samples/frame in usrp2

2008-11-05 Thread Mattias Kjellsson
I have been playing with ioctl's today and while browsing the USRP2- code i found that max length of a packet is defined to 371 which results in 1484 bytes of "data", and 16 bytes left, leaving room for the 14 byte ethernet header, but not a 372:nd sample, since each sample is 4 bytes. But whe

Re: [Discuss-gnuradio] USRP2 latency calculations

2008-11-05 Thread Eric Blossom
On Wed, Nov 05, 2008 at 04:26:04PM +0100, Mattias Kjellsson wrote: > Hi, > > Wouldn't one be able to use for instance "set_freq()" or find() as a > messure? Although there might be some overhead, you will receive an "ok > I have set the freq"/"Ok here I am"- packet from the usrp2. Although one

Re: [Discuss-gnuradio] USRP2 latency calculations

2008-11-05 Thread Mattias Kjellsson
Hi, Wouldn't one be able to use for instance "set_freq()" or find() as a messure? Although there might be some overhead, you will receive an "ok I have set the freq"/"Ok here I am"- packet from the usrp2. Although one could think of more elaborate schemes involving a special OP_CODE (usrp2_et

Re: [Discuss-gnuradio] Wideband Spectrum Analyzer

2008-11-05 Thread Santix
Hi everybody! I have modified usrp_spectrum_sense.py to plot the results with gnuplot. There are two files: widespectrum.py and plot.p I would like everybody to test it and report me the errors and how can I improve it. I've used USRPv1 + Flex2400. Thanks in advance! Here it goes... WIDESPECTR

Re: [Discuss-gnuradio] USRP2 latency calculations

2008-11-05 Thread Firas Abbas
Hi, If USRP2 can respond to PING and reply back, then one should be able to measure the delay. Regards, Firas ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] USRP2 latency calculations

2008-11-05 Thread Eric Blossom
On Wed, Nov 05, 2008 at 01:01:14PM +0200, Pauli Rikula wrote: > I foud this wery usefull: http://www.gnuradio.org/trac/wiki/UsrpFAQ/Latency > > Is there similar calculations about the latency of the USRP2? > > If there is not, could someone please do those calculations? > > - Pauli Rikula I did

Re: [Discuss-gnuradio] Help with new install..

2008-11-05 Thread Firas Abbas
Hi, If  you installed boost at (for example): /opt/boost_1_36_0/lib then : 1)  sudo edit : /etc/ld.so.conf 2) add the line: /opt/boost_1_36_0/lib    to it 3) exit and do: sudo ldconfig Regards, Firas ___ Discuss-gnuradio mailing list Discuss-g

[Discuss-gnuradio] USRP2 latency calculations

2008-11-05 Thread Pauli Rikula
I foud this wery usefull: http://www.gnuradio.org/trac/wiki/UsrpFAQ/Latency Is there similar calculations about the latency of the USRP2? If there is not, could someone please do those calculations? -- - Pauli Rikula ___ Discuss-gnuradio mailing lis

[Discuss-gnuradio] Usrp(er) and the serial port of the FX2

2008-11-05 Thread Uwe Bonnes
Hallo, has anybody written a firmware or an extension the firmware that allows to read and write the CY7C68013 serial port through USB? In my case, the FX2 is only the second processor on the board, and the first uC sends debug data to the serial port. At the moment I have to connect a serial ada

[Discuss-gnuradio] Help with new install..

2008-11-05 Thread Matt Robert
Hello list, I have edited the ldconfig conf file as mentioned in the previous email, however now I get this error when I try the dial tone example. Can anyone point me in the right direction? I built the trunk as per the wiki instructions. Thanks for the help, Matt Traceback (most recent call