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
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
___
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
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
40 matches
Mail list logo