discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] gr.file_source cannot repeat reading on E1xx


From: Dekst
Subject: [Discuss-gnuradio] gr.file_source cannot repeat reading on E1xx
Date: Fri, 9 Nov 2012 07:28:32 +0800 (CST)

Hi, All,

Because OFDM related processes have not been optimized on E1xx, we intend to transmit a binary file which saves the result of OFDM benchmark_tx.py.
For debugging, it is useful to loop on a small binary file by
gr.file_source(gr.sizeof_gr_complex, options.from_file, True).
However, the same code works fine on general computer, but no transmission on E1xx (only transmit once, then no signal detected in the frequency domain, and no error message).
Is it because fseek() won't work on E1xx embedded system? Any one get it work?

Thanks,
Pei



reply via email to

[Prev in Thread] Current Thread [Next in Thread]