Difference between revisions of "Private:leung"

From NMSL
Line 3: Line 3:
  
 
== 17 May 2010 ==
 
== 17 May 2010 ==
*Compiled FEC library on Linux. It does not work on Windows. Also, you must disable compiler optimization.
 
 
*Learning C++
 
*Learning C++
 
*Learning Unix
 
*Learning Unix
 +
*Compiled FEC library on Linux. It does not work on Windows. Also, you must disable compiler optimization.
 +
*Complied C++ code that uses the library to encode and decode random data stored in memory.
 +
*Current number of max errors fixable in a block of data: 32
 +
*Test cases done so far:
 +
*Introduced 0, 16, 32, 33, 38 continuous errors in each row of the App Data table => Worked as expected.
 +
*Introduced 16, 32, 33, 38 errors spaced apart from each other in a App Data table row => Worked as expected.
 +
*Introduced 0, 16, 32, 33, 38 continuous errors in each row of the RS table => Worked as expected.
 +
*Introduced 16, 32, 33, 38 errors spaced apart from each other in a RS table row => Worked as expected.
 +
*-

Revision as of 13:42, 17 May 2010

Summary of accomplishments by Gordon Leung.


17 May 2010

  • Learning C++
  • Learning Unix
  • Compiled FEC library on Linux. It does not work on Windows. Also, you must disable compiler optimization.
  • Complied C++ code that uses the library to encode and decode random data stored in memory.
  • Current number of max errors fixable in a block of data: 32
  • Test cases done so far:
  • Introduced 0, 16, 32, 33, 38 continuous errors in each row of the App Data table => Worked as expected.
  • Introduced 16, 32, 33, 38 errors spaced apart from each other in a App Data table row => Worked as expected.
  • Introduced 0, 16, 32, 33, 38 continuous errors in each row of the RS table => Worked as expected.
  • Introduced 16, 32, 33, 38 errors spaced apart from each other in a RS table row => Worked as expected.
  • -