close Warning: Can't synchronize with repository "(default)" (/common/SVN/crkit does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 3 and Version 4 of crkit/Software/Firmware/Framework/R3_arch/data_pkt


Ignore:
Timestamp:
Jun 17, 2010, 8:06:36 PM (14 years ago)
Author:
khanhle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • crkit/Software/Firmware/Framework/R3_arch/data_pkt

    v3 v4  
    66[[BR]][[BR]]
    77
    8 
    9 __Table 1 - Data Header__
    10 ||'''TYPE'''||Data packet type||
    11 ||          ||0x0000 - Generic||
    12 ||          ||0x0001 - FFT data||
    13 
    148__Figure 2 - FFT Data Packet Structure__
    159[[BR]][[BR]]
     
    1812
    1913
     14__Table 1 - Data Header__
     15||'''TYPE'''  ||Data packet type||
     16||            ||0x0001 - Generic data||
     17||            ||0x0002 - FFT data||
     18||'''FFT_PT'''||FFT point, only applicable to FFT data type||
     19||            ||0x3 - 8-pt||
     20||            ||0x4 - 16-pt||
     21||            ||0x5 - 32-pt||
     22||            ||0x6 - 64-pt||
     23||            ||0x7 - 128-pt||
     24||            ||0x8 - 256-pt||
     25||            ||0x9 - 512-pt||
     26||            ||0xA - 1024-pt|| 
     27||'''AVG'''   ||Averaging factor, only application to FFT data type||
     28||            ||0x0 - 2||
     29||            ||0x1 - 4||
     30||            ||0x2 - 8||
     31||            ||0x3 - 16||
     32||            ||0x4 - 32||
     33||            ||0x5 - 64||
     34||            ||0x6 - 128||
     35||            ||0x7 - 256|| 
     36[[BR]][[BR]]
     37
     38
    2039
    2140