III - Advanced Project » History » Version 4

Version 3 (COLIN, Tony, 12/13/2015 06:58 PM) → Version 4/59 (COLIN, Tony, 12/13/2015 07:06 PM)

h1. III - Advanced Project

{{>toc}}

h2. 1. Adapting project to elementary task

See [[Wiki#"3. Creation of a simple MPLAB X IDE project"|Tutorial page]] for project bases

h2. 2. Integration of a Reed-Solomon encoder/decoder

"RS Code Website":http://rscode.sourceforge.net/

h3. 2.1 Presentation of Reed-Solomon

h3. 2.2 Task Example

h2. 3. Displaying results

h3. 3.1 In simulation

h3. 3.2 On board

|_.- |_.Char |_.Code ASCII


First Header
|_.Hexadecimal |_. Binary |
|_.Codeword
Second Header
-------------
| 2 -------------
Content Cell
| Content Cell
Content Cell | Content Cell

Char : "2"
ASCII :
50 | 0x32 |
Hexa : 32
Binary :
0b00110010 |
|_.Erroneous Codeword | 3 | 51 | 0x33 | 0b00110011 | Error : 0b00000001

h2. 4. Measurement of encoding/decoding time

p=. !Time_RS_resized.PNG!