Odpowiedz How to analyse a dump file ?

  • 22 lipca 2011 02:23
     
     

    hi,

    I just want to send my own  waveform file using dut tool .And I get a dump file in receiver,when I open the dump file ,I can see signal block format with a header and 28 I/Q samples,but I don't know if it is what I sent. I mean I want to know If I send 0 or 1 ,what I will get in the dump file .

    thanks

Wszystkie odpowiedzi

  • 25 lipca 2011 03:02
    Moderator
     
     Odpowiedz

    Hi Jiahui,

    You should send your waveform file repeatly using command such as "for /L %I in (1,1,10000) do dut tx --sid 0", otherwise, your receiver will not be able to catch the signal.

    In the received dump file, you should first remove the headers. The remaining IQ samples contain your sent waveform but the waveform is distorted by wireless channel.

    -Jiansong