Re: [Discuss-gnuradio] OFDM implementation for high data rates

2017-04-06 Thread Ron Economos
There's the DVB-T transmitter and receiver in the Digital Television component of GNU Radio. It's capable of 31.6 Mbps in a standard 8 MHz bandwidth. (and can be used at higher bandwidths). I have some OOT modules that allow sending IP packets over DVB. Note that these modules only implement t

[Discuss-gnuradio] OFDM implementation for high data rates

2017-04-06 Thread Yaşar Sinan NASIR
Hi, For OFDM transmitter and receiver, I was using benchmark_tx/rx implementations. However, I am wondering what is the best publicly available OFDM implementation for relatively high bandwidths (10s of MHz) and data rates (10s of Mbps)? Best, Sinan ___

[Discuss-gnuradio] ofdm implementation

2013-07-31 Thread Eslam Ahmed
I am trying to find channel coff. through ofdm implementaion. I added and edited the ofdm frame acquisition block and set verbose to 1. I get wrong cooff. so i think added wrong blocks, can anyone help me with blocks to add. ___ Discuss-gnuradio mailing l

Re: [Discuss-gnuradio] OFDM Implementation

2011-10-12 Thread waqasme
Hi everyone, I am trying to test signal tranmit by using OFDM modulator via USRP1 and i am getting this error message . Does anyone know what does it mean?or how to fix this problem. i connected one usrp1 with usb cable to my laptop just to check the transmission. it shows the signal in FFT sink

Re: [Discuss-gnuradio] OFDM Implementation

2011-10-12 Thread waqasme
Hi everyone, I am trying to test signal tranmit by using OFDM modulator via USRP1 and i am getting this error message . Does anyone know what does it mean?or how to fix this problem. i connected one usrp1 with usb cable to my laptop just to check the transmission. it shows the signal in FFT sink

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-26 Thread sumitstop
Hey Marcus this was very very informative.This offset was really killing me every time when I was running the OFDM example.I think I need to order some GPSDO :) Marcus D. Leech wrote: > > On 09/09/2011 07:26 PM, Tuan (Johnny) Ta wrote: >> As far as I know there's no open source code for an OF

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-14 Thread sumitstop
dont use random source packet encoder is already in the ofdm block in the gnuradio-companion. so need not to include.also try to put the screen-shot of ur block diagram. waqasme wrote: > > > Hello sumit, > I am trying to make OFDM trasmitter and reciever block diagram( with > signal process

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-14 Thread waqasme
Hello sumit, I am trying to make OFDM trasmitter and reciever block diagram( with signal processing blocks available in GNU Radio) in GNU Radio companion. As my supervisor asked me to make simulation first in GNU radio software then move on to USRP. i have made this basic simulation model for OF

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-12 Thread waqasme
hello, well i followed the same steps and now i can see the different options by typing that command benchmark_ofdm_py. -h .. now am done up till that now i asked my supervisor to provide me the extra USRP so hopefully i will get it soon from him. till that time i am just try to understand how i

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-12 Thread sumitstop
Hi, sorry my internet was down for almost 12 hrs... so whts the situation now.are you able to transmit and receive waqasme wrote: > > Hi Sumit, > Thanks you so much for ur detailed explanation . i really appriciate your > help. > I am following the same steps as you mentioned earlier but

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
Thanks Johnny yah that worked ..it is showing me different options for OFDM... so for this particular benchmark_ofdm file the signal processing blocks are displaying in GNU Radio companion or is there anything else i have to do to make the block diagram of the system? thank you so much for your q

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread Tuan (Johnny) Ta
Quick correction cd /usr/share/gnuradio/examples/ofdm/ ./benchmark_ofdm_tx.py -h On Sun, Sep 11, 2011 at 7:26 PM, Tuan (Johnny) Ta wrote: > Try this > cd /usr/share/gnuradio/examples/ofdm/ > benchmark_ofdm_tx.py -h > > Don't forget the spaces (just copy & paste should work) > > > On Sun, Sep 11,

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread Tuan (Johnny) Ta
Try this cd /usr/share/gnuradio/examples/ofdm/ benchmark_ofdm_tx.py -h Don't forget the spaces (just copy & paste should work) On Sun, Sep 11, 2011 at 7:19 PM, waqasme wrote: > > hello Johnny, > I tried that locate command and i have found the location of the files > .here > is the output: > hp

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
hello Johnny, I tried that locate command and i have found the location of the files .here is the output: hp@ubuntu:~$ cd/usr/local/bin bash: cd/usr/local/bin: No such file or directory hp@ubuntu:~$ ls DesktopDownloads Music Public Templates Documents examples.desktop Pictures

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
Yes johnny for a while i need only OFDM transmitter and reciever via USRP for my project. I just want that this OFDM system can transmit and receive via USRP, that is my aim at the moment. Thanks once again for your detailed clarification. i will try that and let you know the results. Thank yo

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
Thanks johnny for your response yes i am quite new to GNU Radio so just started to learn about this software. Ok i will play with it and let you know the results. Thanks for your help guys.. Waq.. Tuan Ta-2 wrote: > > You seem to be quite new to Linux, what do you intend to do for your > Master

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread Tuan (Johnny) Ta
You seem to be quite new to Linux, what do you intend to do for your Master thesis? Gnuradio is not something you can master in a couple of months. To go to a directory, you need to use the 'cd' command. Ie cd /usr/local/bin My benchmark_ofdm code is not in /usr/local/bin so when you get to that

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
Hi Sumit, Thanks you so much for ur detailed explanation . i really appriciate your help. I am following the same steps as you mentioned earlier but iam getiing this message when i am entering these comands in terminal. here is the messages . hp@ubuntu:~$ /usr/local/bin bash: /usr/local/bin: is a

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread sumitstop
go to the directory /usr/local/bin there u will find benchmark files for ofdm (both transmission and reception) u need to type benchmark_ofdm_rx.py -h and benchmark_ofdm_tx.py -h these will show you the parameters u can play with. after that u can run these files by typing ./benchmark_ofdm_tx.py

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-11 Thread waqasme
hello sumit, yah i have replaced the GMSK modulator and demodulator with OFDM modulator and demaodulator. but i coudlnot find message source , ,message sink, probe signal and probe avg mag 2 with only input .. the one i have found has input and output as well for probe avg mag 2 block... i couldno

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-09 Thread Colby Boyer
Check out some of the publications by Fred Harris. He has written some good stuff on sync. algorithms. On Fri, Sep 9, 2011 at 5:48 PM, Tuan (Johnny) Ta wrote: > Thanks Marcus, that was very informative! > > On Fri, Sep 9, 2011 at 8:00 PM, Marcus D. Leech wrote: > >> On 09/09/2011 07:26 PM, Tuan

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-09 Thread Tuan (Johnny) Ta
Thanks Marcus, that was very informative! On Fri, Sep 9, 2011 at 8:00 PM, Marcus D. Leech wrote: > On 09/09/2011 07:26 PM, Tuan (Johnny) Ta wrote: > >> As far as I know there's no open source code for an OFDM transceiver >> available. I was trying to build one half a year back but wasn't success

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-09 Thread Marcus D. Leech
On 09/09/2011 07:26 PM, Tuan (Johnny) Ta wrote: As far as I know there's no open source code for an OFDM transceiver available. I was trying to build one half a year back but wasn't successful before I had to move on to something else. The benchmark_ofdm code will give you a simplex OFDM system

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-09 Thread Tuan (Johnny) Ta
As far as I know there's no open source code for an OFDM transceiver available. I was trying to build one half a year back but wasn't successful before I had to move on to something else. The benchmark_ofdm code will give you a simplex OFDM system. Ie you can run the transmitter on 1 USRP and recei

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-08 Thread sumitstop
http://pwnhome.files.wordpress.com/2011/04/simple_transceiver1.png see carefully... it has a gmsk modulator in the bottom.u can make the bottom modulator part in another pc benchmark programs are quite good to start with... u can type benchmark_ofdm.py -h to see all the parameters u can play

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-08 Thread waqasme
And sorry to mention in the last mail that i will be suing USRP 1 . waqasme wrote: > > Hi Sumit, > Thank you so much for your quick response. yah i understand what your > saying and i am trying to understand this document but it doesnot help > much . As you mentioned use the same Tranceiver setu

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-08 Thread waqasme
Hi Sumit, Thank you so much for your quick response. yah i understand what your saying and i am trying to understand this document but it doesnot help much . As you mentioned use the same Tranceiver setup and only replace OFDM blocks with that. My question is in this basic tranciver diagram the us

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-07 Thread sumitstop
Try to understand these http://pwnhome.wordpress.com/2011/04/26/intro-to-gnuradio-and-the-usrp-part-5-simple-transceiver/ here u need to put those ofdm blocks .. thats it also go through some modifications as written in http://pwnhome.wordpress.com/2011/04/19/intro-to-gnuradio-and-the-usr

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-07 Thread waqasme
Hello sumit, Thanks for your help i went through that document that you refered to, and i tried to implement that OFDM transmitter part. This document only explain about OFDM flow graph or transmitter. Is there any other document or information related to OFDM modulator and demodulator (Transceiv

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-05 Thread waqasme
Thanks for you help sumit. i really appriciate that . i will go through this link and will let you know if i will have any further question or problem regarding the OFDM implementation. Thanks once again. Regards, Waqas. sumitstop wrote: > > refer to this.. > > http://pwnhome.wordpress.com/2

Re: [Discuss-gnuradio] OFDM Implementation

2011-09-05 Thread sumitstop
refer to this.. http://pwnhome.wordpress.com/2011/01/29/intro-to-gnuradio-and-the-usrp-part-2-visualizing-the-waves/ waqasme wrote: > > Hello All, > Does anyone know how to implement OFDM implementation by USING GNU RADIO > COMPANION. Some one told me to use Benchmark_OFDM.py script. But i

[Discuss-gnuradio] OFDM Implementation

2011-09-01 Thread waqasme
Hello All, Does anyone know how to implement OFDM implementation by USING GNU RADIO COMPANION. Some one told me to use Benchmark_OFDM.py script. But i am not sure how this will work and how we can put this script in GNU radio companion to make the simulation. If any one know please guide me . i

[Discuss-gnuradio] OFDM implementation

2011-03-01 Thread Varun Krishnamurthy
Hi, I want to implement OFDM on gnu radio platform. Is it possible to simulate the code provided without using the hardware . Ben told me to use the Benchmark ofdm code. I wanted to know whether there is some documentation for it or not. Thanking you Varun

[Discuss-gnuradio] OFDM implementation problem

2009-03-11 Thread Tushar Patel
From: Tushar Patel To: discuss-gnuradio-requ...@gnu.org, j...@joshknows.com, wcn_s...@googlegroups.com Date: Wed, 11 Mar 2009 17:10:41 -0700 Subject: OFDM example HI all, I try to run OFDM example which is build in gnu-radio example packages. Actually there is no READ ME file in it, so do not unde

Re: [Discuss-gnuradio] OFDM implementation

2007-06-15 Thread Tom Rondeau
Brett Trotter wrote: Tom Rondeau wrote: Just the status report from the work done the past couple of weeks on OFDM. With Matt Ettus, Bob McGwier, and Eric Blossom, we successfully transmitted and received OFDM over the air with BPSK, QPSK, and 16QAM. I have merged the code into the trunk so

Re: [Discuss-gnuradio] OFDM implementation

2007-06-14 Thread Brett Trotter
Tom Rondeau wrote: > > Just the status report from the work done the past couple of weeks on > OFDM. With Matt Ettus, Bob McGwier, and Eric Blossom, we successfully > transmitted and received OFDM over the air with BPSK, QPSK, and 16QAM. I > have merged the code into the trunk so others can

Re: [Discuss-gnuradio] OFDM implementation

2007-06-14 Thread Tom Rondeau
Martin Dvh wrote: Tom Rondeau wrote: Just the status report from the work done the past couple of weeks on OFDM. With Matt Ettus, Bob McGwier, and Eric Blossom, we successfully transmitted and received OFDM over the air with BPSK, QPSK, and 16QAM. I have merged the code into the trunk so othe

Re: [Discuss-gnuradio] OFDM implementation

2007-06-13 Thread ismail_itee_uq
I've checked out the latest version (5772) and tried running the benchmark_ofdm files. The benchmark_ofdm.py and ofdm_benchmark_tx.py seem to be working. But when I use the benchmark_ofdm_rx.py I get the following error: python: gr_ofdm_correlator.cc:105: gr_complex gr_ofdm_correlator::coarse_f

Re: [Discuss-gnuradio] OFDM implementation

2007-06-13 Thread Martin Dvh
Tom Rondeau wrote: > Just the status report from the work done the past couple of weeks on > OFDM. With Matt Ettus, Bob McGwier, and Eric Blossom, we successfully > transmitted and received OFDM over the air with BPSK, QPSK, and 16QAM. > I have merged the code into the trunk so others can use it, t

[Discuss-gnuradio] OFDM implementation

2007-06-13 Thread Tom Rondeau
Just the status report from the work done the past couple of weeks on OFDM. With Matt Ettus, Bob McGwier, and Eric Blossom, we successfully transmitted and received OFDM over the air with BPSK, QPSK, and 16QAM. I have merged the code into the trunk so others can use it, though I currently restr