Re: Help:How to print the payload in benchmark_ofdm_tx.py

Message: 2
Date: Wed, 17 Oct 2007 18:45:15 -0700
From: Eric B. [email protected]
Subject: Re: [Discuss-gnuradio] Help:How to print the payload in
benchmark_ofdm_tx.py
To: Archana Ragothaman [email protected]
Cc: [email protected], Johnathan C. [email protected]
Message-ID: [email protected]
Content-Type: text/plain; charset=us-ascii

On Wed, Oct 17, 2007 at 05:07:37PM -0400, Archana Ragothaman wrote:

f.write(s)
Archana Ragothaman

The ofdm code in blksimpl2 has not yet been converted to use the new
hier_block2. I suspect that it’s currently broken. Try using the
version in blksimpl.

Johnathan, I think the non-working code in blksimpl2 should be
removed or fixed ASAP.

Eric

Hello,

I used the print statements as above in the send_pkt function defined in
ofdm.py script in the blksimpl block.
However, when I run the benchmark_ofdm_tx.py script, I see that no file
is
created and the payload is not saved in a file. Is the send_pkt function
in
ofdm.py called? Is there any other method by which I can print the
payload
that is being transmitted?

Regards,
Archana