Re: [Discuss-gnuradio] trellis encoder and OFDM modulator

2012-01-20 Thread vanITA1082
Did you solve it? I am trying to add FEC in the OFDM chain but I didn't figure out how to do this, yet. Any advice or do you know if someone did it and the code is public? Thanks Veljko Pejovic wrote: > > Hi, > > I tried to use trellis_encoder from trellis package to perform > convolution co

Re: [Discuss-gnuradio] OFDM on USRP2

2011-05-30 Thread vanITA1082
Dear Tom, Do you mind sharing your code for usrp n210 ? I am new on gnuradio and usrp and I am not able to find a python example to perform packet transmission. Thank you Vanessa Tom Rondeau wrote: > > On Mon, Jan 17, 2011 at 2:48 PM, Josh Blum wrote: >> >> >> On 01/17/2011 11:31 AM, Vel

Re: [Discuss-gnuradio] OFDM on USRP2

2011-05-31 Thread vanITA1082
n, May 30, 2011 at 5:05 AM, vanITA1082 > wrote: > >> >> Dear Tom, >> >> Do you mind sharing your code for usrp n210 ? >> >> I am new on gnuradio and usrp and I am not able to find a python example >> to >> perform packet transmission. >

Re: [Discuss-gnuradio] OFDM on USRP2

2011-06-01 Thread vanITA1082
Yes, but they do not work with UHD which is the only way to use my USRP N210 Marcus D. Leech wrote: > > On 05/31/2011 10:15 AM, vanITA1082 wrote: >> Thanks. >> >> However we are trying to transmit a packet from a usrp n210 to another >> usrp >> n210 and we a

Re: [Discuss-gnuradio] OFDM on USRP2

2011-06-09 Thread vanITA1082
Thank you! I found 2 errors in benchmark_ofdm_tx.py: line 63 should be "sink" line 69 should be "samp_rate" Thanks again Vanessa Nick Foster-4 wrote: > > On Wed, 2011-06-01 at 00:50 -0700, vanITA1082 wrote: >> Yes, but they do not work with UHD which is the

Re: [Discuss-gnuradio] OFDM on USRP2

2011-06-20 Thread vanITA1082
Morgan Redfield-2 wrote: > > On Thu, Jun 9, 2011 at 1:24 AM, vanITA1082 > wrote: >> >> Thank you! >> >> I found 2 errors in benchmark_ofdm_tx.py: >> >> line 63 should be "sink" >> line 69 should be "samp_rate" >> >>