Re: [Discuss-gnuradio] Latest publications: about DAB and Soft-DVB

2008-05-07 Thread rafael2k
Ciao Vincenzo, Grazie! Is the video link correct? Rafael Diniz Em Tuesday 06 May 2008, Vincenzo Pellegrini escreveu: > Hi Rafael, > you can find the paper here: > http://wwvince.interfree.it/PellegriniBacciLuise_WSR08_CR.pdf > > thanks for your interest. > > soon (one or two days) there will als

Re: [Discuss-gnuradio] Problems in making an array in python

2008-05-07 Thread George Nychis
George Nychis wrote: Read the error, it's quite descriptive. Python interprets blocks by their indentation, instead of C or C++ which interpret blocks with braces {}. Your indentation doesn't match. Another thing to keep in mind is things may look indented properly, but the previous lin

Re: [Discuss-gnuradio] Problems in making an array in python

2008-05-07 Thread George Nychis
Read the error, it's quite descriptive. Python interprets blocks by their indentation, instead of C or C++ which interpret blocks with braces {}. Your indentation doesn't match. CHIN-YA HUANG wrote: Dear all, I made some modification for gnuradio-examples/python/ofdm I got some problem wh

[Discuss-gnuradio] Problems in making an array in python

2008-05-07 Thread CHIN-YA HUANG
Dear all, I made some modification for gnuradio-examples/python/ofdm I got some problem when correctly the code after the meeting. I try to construct an array for arity for some future proposes. If there is 6 channels, and we want to put 16 qam to each, my idea is arity[0]=arity[1]=...=arity[15]

Re: [Discuss-gnuradio] MAC layer issue

2008-05-07 Thread George Nychis
Hi Chin-Ya, MAC implementations are currently a work in progress in GNU Radio, that is making headway with the new m-blocks and in-band signaling but not done yet. You do not need a true MAC layer to transmit packets. The PHY transforms bits in to some waveform, right? There is nothing sto

[Discuss-gnuradio] MAC layer issue

2008-05-07 Thread CHIN-YA HUANG
Hey, Does gnuradio implement any MAC layer thinngs, otherwise how the ofdm send and receive packets? Thanks Chin-Ya ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] libgnuradio-core cannot be found

2008-05-07 Thread George Nychis
Eric Blossom wrote: Does it pass $ make check ? Did you do a $ make install before trying to run usrp_benchmark_usb.py ? Add a 'sudo ldconfig' to your list of things to try too ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.or

Re: [Discuss-gnuradio] libgnuradio-core cannot be found

2008-05-07 Thread Eric Blossom
On Tue, May 06, 2008 at 09:34:46PM -0700, Chris wrote: > Hi, > > I'm at the final step before testing out the USRP; however, I now hit this > problem when attempting to run usrp_benchmark_usb.py. The following error > message spawns: > >import _gnuradio_py_runtime > ImportError: libgnuradio-c

[Discuss-gnuradio] CMU internship opportunity to work with GNU Radio & USRP

2008-05-07 Thread George Nychis
Hi all, Our radio group is looking for a summer intern to work with GNU Radio and the USRP on implementing techniques in the platform to support very fine-grained MAC protocols. Additionally, we will be building MACs to test the functionality! 3 Major Requirements: - 1.

Re: [Discuss-gnuradio] Latest publications: about DAB and Soft-DVB

2008-05-07 Thread Jens Elsner
Rafael, On Mon, May 05, 2008 at 11:11:24PM -0300, rafael2k wrote: > Hi all, > Can anyone make available the OFDM / DAB implementation by Jens Elsner, which > original location was: > - http://www.1c3.de/gr-dab.tar.bz2 If you're interested in DAB and GNU Radio, I'd recommend starting with the cu