Hi,
I think you can take a look at those files ofdm.py and ofdm_receiver.py (in
gnuradio/gnuradio-core/src/python/gnuradio/blks2impl/*.) The C++ blocks are
all used inside those files.
The ofdm_receiver.py does the synchronization, remove cp, fft, and
equalization.
FIsheep
Laser_s wrote:
>
Benchmark_ofdm_rx.py program uses C + + functions OFDM?
Is there any way to see a python code in graphical form? as block diagrams
or something?
Using c++ there is a function you can use on the flow-graph object called
"dump_flowgraph()" or similar. Look in the doxygen documentation for the obj
Hello,
I am working on OFDM.
I have several questions about OFDM codes, and in general GNU radio.
As I understand, there are functions in C + + that are linked through
python, right?
if I look on the web:
http://www.gnuradio.org/doc/doxygen/
I can find the C + + blocks there for OFDM: gr_ofdm_bp