I have used some print commands in these programs to follow the flow of the
code. I used print commandsin a) benchmark_rx, b) receive_path c)
blks2impl/pkt.py d) packet_utils.py.
Running the program is get the output as follows :
1) In main now
2) in def main() now
3) calling tb in main()
4) in
On Mon, Jul 13, 2009 at 02:32:57PM -0700, udadidd wrote:
>
> I was trying to understand benchmark_tx and benchmark_rx files. I see
> blks2.mod_pkts being used. and blks2 being imported from gnuradio
> 1) if i call "from gnuradio import blks2", where exactly are these files
> called from?
> 2) i do
Look into /usr/local/lib/python2.x/site-packages/gnuradio directory. You
will find answers to all your questions.
Good luck
On Mon, Jul 13, 2009 at 4:32 PM, udadidd wrote:
>
> I was trying to understand benchmark_tx and benchmark_rx files. I see
> blks2.mod_pkts being used. and blks2 being impo
I was trying to understand benchmark_tx and benchmark_rx files. I see
blks2.mod_pkts being used. and blks2 being imported from gnuradio
1) if i call "from gnuradio import blks2", where exactly are these files
called from?
2) i do not see any mod_pkts() function in the blks2 directory. instead i
fi