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