Hi,
     Let me clear my issue. My source file includes number of complex
numbers which can be read by using matlab function "read_complex_binary.m".
I observed that the data are same as when they passing through
"gr_file_source::work" ->???-> "gr_ofdm_frame_sink.cc" however, I observed
that in "gr_ofdm_frame_sink.cc", the data are totally changed.  Does anyone
what happened in between?

Thank you,
Bin



On Thu, Oct 1, 2009 at 3:56 PM, bin zan <zanbin2...@gmail.com> wrote:

> Hi,
>     I am using ./usrp_rx_cfile.py collecting ofdm signals into a file. Then
> I use it as import into a ofdm receiver {self.u =
> gr.file_source(gr.sizeof_gr_complex, "data.dat", False)...}
> , the method followed by the website "
> http://www.mail-archive.com/discuss-gnuradio@gnu.org/msg20498.html";
>
> However, using matlab code "read_complex_binary.m" the complex number I got
> is different from what I print out from gr_ofdm_frame_sink::work. Can
> anybody help me?
>
> Thank you,
> Bin
>
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to