Re: [Discuss-gnuradio] ofdm parameters

2014-06-23 Thread Marcus Müller
Hi Sara, On 23.06.2014 18:31, Sara Chérif wrote: > I plot the signal before the tx and after the rx on same graph to compare > between them while increasing noise to know how much noise can affect it > for different types of channel & frequency offset . But when I set noise to > zero , I find that

Re: [Discuss-gnuradio] ofdm parameters

2014-06-22 Thread Marcus Müller
Hi Sara, when looking into the "Instrumentation" Category in the Companion, you will notice two subcategories with several different visualization types. On many of these, you can set a number of input ports. Greetings, Marcus On 22.06.2014 17:10, Sara Chérif wrote: > Thanks Marcus . > I want to

Re: [Discuss-gnuradio] ofdm parameters

2014-06-22 Thread Sara Chérif
Thanks Marcus . I want to append 2 plots on same graph ( the transmitted signal and the received signal ) . I connected WX GUI scope sink to the ofdm tx and another one to the ofdm rx . I put CFO model & channel model between the tx & rx . I want to compare between the signals while changing offse

Re: [Discuss-gnuradio] ofdm parameters

2014-06-21 Thread Marcus Müller
Hello Sara, It's hard to tell without you offering us the actual line where you call make, but from looking at your symbols variable I'd say you have a tuple containing a tuple of tuples of floats, and what you need would be a tuple of tuples containing complexes. Note that (1,1j) is *not* a comp

[Discuss-gnuradio] ofdm parameters

2014-06-21 Thread Sara Chérif
Hello , I want to implement ofdm system with these parameters: FFT length=128 Occupied subcarriers=117. 4 pilots 1 DC 6 zeros subcarriers . I put these parameters in ofdm tx & ofdm Rx: Occupied carriers =(range(-58,-42)+range(-41, -14) + range(-13, -7) + range(-6, 0) + range(1, 7) + range(

Re: Fwd: [Discuss-gnuradio] Ofdm parameters

2008-02-04 Thread Eric Blossom
On Sun, Feb 03, 2008 at 05:59:06PM +0100, Jacopo wrote: > Thanks a lot > > Another question: It's possible to have adaptive modulation, that is the > possibility to use different modulation for any subcarrier? > > Bye > > Jacopo It's definitely possible. The main question is how to design

Re: Fwd: [Discuss-gnuradio] Ofdm parameters

2008-02-03 Thread Tom Rondeau
Jacopo wrote: Thanks a lot Another question: It's possible to have adaptive modulation, that is the possibility to use different modulation for any subcarrier? Bye Jacopo No, not in the current implementation. You'll have to create a new ofdm_modulator block to handle this behavior.

Re: Fwd: [Discuss-gnuradio] Ofdm parameters

2008-02-03 Thread Jacopo
Thanks a lot Another question: It's possible to have adaptive modulation, that is the possibility to use different modulation for any subcarrier? Bye Jacopo 2008/2/3, Thomas Rondeau <[EMAIL PROTECTED]>: > > Jacopo wrote: > > Thanks! But where can i check this parameter? > > > > Is it possi

Re: Fwd: [Discuss-gnuradio] Ofdm parameters

2008-02-03 Thread Thomas Rondeau
Jacopo wrote: Thanks! But where can i check this parameter? Is it possible that fft_length= occupated carrier (--occupied-tones in blksimpl/ofdm.py) + un_used carrier ? Where can i set the position of the occupated_bins? bye To modify the bandwidth, you have to set the interpolation and d

Fwd: [Discuss-gnuradio] Ofdm parameters

2008-02-02 Thread Jacopo
Thanks! But where can i check this parameter? Is it possible that fft_length= occupated carrier (--occupied-tones in blksimpl/ofdm.py) + un_used carrier ? Where can i set the position of the occupated_bins? bye 2008/2/2, Matt Ettus <[EMAIL PROTECTED]>: > > Jacopo wrote: > > Hello I'm studing an

Re: [Discuss-gnuradio] Ofdm parameters

2008-02-02 Thread Matt Ettus
Jacopo wrote: Hello I'm studing an OFDM implementation on gnuradio. I want to modify benchmark_ofdm_tx.py. I have just read ofdm.py and trasmit_path.py but I can't find how change some parameters. I'd want a bandwith of 20Mhz, where I can set this option? Where can I set the carriers number

[Discuss-gnuradio] Ofdm parameters

2008-02-01 Thread Jacopo
Hello I'm studing an OFDM implementation on gnuradio. I want to modify benchmark_ofdm_tx.py. I have just read ofdm.py and trasmit_path.py but I can't find how change some parameters. I'd want a bandwith of 20Mhz, where I can set this option? Where can I set the carriers number? And the pilot bins