Re: [Discuss-gnuradio] Using OFDM Frame Equalizer

2017-11-06 Thread sumit kumar
The header will give you some hints :) https://gnuradio.org/doc/doxygen/ofdm__equalizer__base_8h_source.html On 7 Nov 2017 05:51, "Shane Petcavich" wrote: > I'm trying to use OFDM Frame Equalizer block in a setup similar to the > setup described in: > > https://gnuradio.org/doc/doxygen/page_ofd

[Discuss-gnuradio] Using OFDM Frame Equalizer

2017-11-06 Thread Shane Petcavich
I'm trying to use OFDM Frame Equalizer block in a setup similar to the setup described in: https://gnuradio.org/doc/doxygen/page_ofdm.html However, from the documentation it is not quite clear what the equalizer argument needs to be set to. The documentation in gnuradio companion says "The equali

Re: [Discuss-gnuradio] Using OFDM

2010-02-12 Thread bin zan
You can start from gnuradio-example/src/python/benchmark_ofdm_tx.py or benchmark_ofdm_rx.py. Bin 2010/2/12 Christian Pérez > Hello, I'm a begginer in GNU Radio and I need use the OFDM block. There is > a OFDM.py (ofdm modulator and demodulator), but I don't kwon how use them > and the examples a

[Discuss-gnuradio] Using OFDM

2010-02-12 Thread Christian Pérez
Hello, I'm a begginer in GNU Radio and I need use the OFDM block. There is a OFDM.py (ofdm modulator and demodulator), but I don't kwon how use them and the examples are very confusing for me. Thanks -- Christian Pérez Fajardo ___ Discuss-gnuradio mail

Re: [Discuss-gnuradio] Using OFDM

2008-12-10 Thread Josh Blum
My guess is that the ofdm mod has 1 output port, but no input ports. That is why you get the error for port number 0 exceeds... The input to the ofdm modulator is actually a python function called send_packet (or something similar). The blks2 pkt mod and demod blocks have the same "issue". To

[Discuss-gnuradio] Using OFDM

2008-12-09 Thread Jérémy Skelton
Hi, I was trying to use OFDM from gnuradio. I made my own .xml to handle it in GRC and it is designed to make a call like this : self.blks2_ofdm_mod_0 = blks2.ofdm_mod( options=my_utils.make_ofdm_options(mod="qpsk", fft=512, cp=128, tones=200, verbose=True, log=False),

Re: [Discuss-gnuradio] using OFDM to transfer data?

2008-08-07 Thread Hoo-chang Shin
Chang. - Original Message From: James Park <[EMAIL PROTECTED]> To: discuss-gnuradio@gnu.org Sent: Wednesday, August 6, 2008 7:44:07 PM Subject: [Discuss-gnuradio] using OFDM to transfer data? Hi, I am trying to use benchmark_ofdm_tx.py to transfer data or modulate the channe

[Discuss-gnuradio] using OFDM to transfer data?

2008-08-06 Thread James Park
Hi, I am trying to use benchmark_ofdm_tx.py to transfer data or modulate the channels, but can not understand how it makes subcarriers and way to use it. can you give me some idea how to use benchmark_ofdm_tx.py or other ofdm python code for applications? Thank you. James, ___