IV - Extra » History » Version 4
COLIN, Tony, 12/15/2015 09:33 AM
1 | 3 | COLIN, Tony | h1. IV - Extra |
---|---|---|---|
2 | 2 | COLIN, Tony | |
3 | 4 | COLIN, Tony | h2. 4. Measurement of encoding/decoding time. |
4 | 4 | COLIN, Tony | |
5 | 4 | COLIN, Tony | POSIX requires that CLOCKS_PER_SEC equals 1000000 independent of the actual resolution. |
6 | 4 | COLIN, Tony | |
7 | 4 | COLIN, Tony | p=. !Clock1.png! |
8 | 4 | COLIN, Tony | *1000 ticks per milliseconds* |
9 | 4 | COLIN, Tony | |
10 | 4 | COLIN, Tony | p=. !Clock2.png! |
11 | 4 | COLIN, Tony | *Time measurement of data encoding* |
12 | 4 | COLIN, Tony | |
13 | 4 | COLIN, Tony | p=. !Clock3.png! |
14 | 4 | COLIN, Tony | *Printing clock data* |
15 | 4 | COLIN, Tony | |
16 | 4 | COLIN, Tony | p=. !Time_RS_resized.PNG! |
17 | 4 | COLIN, Tony | *Chart of Reed Solomon time measurement* |
18 | 4 | COLIN, Tony | |
19 | 4 | COLIN, Tony | Floating-Point OPeration (FLOP) |
20 | 4 | COLIN, Tony | |
21 | 4 | COLIN, Tony | p=. !FLOPs2.png! |
22 | 4 | COLIN, Tony | |
23 | 4 | COLIN, Tony | p=. !Memory.png! |
24 | 4 | COLIN, Tony | |
25 | 4 | COLIN, Tony | Hence, encoding stands for *O(nbytes x NPAR)* with _nbytes_ is the codeword length, _NPAR_ the number of parity bits. |
26 | 4 | COLIN, Tony | Since it is a systematic code _nbytes = information_word_length + NPAR_ encoding stands for *O(information_word_length)* with NPAR constant. |
27 | 2 | COLIN, Tony | Research papers proposed on IEEE Website : |
28 | 2 | COLIN, Tony | - "Transport layer coding for the land mobile satellite channel":http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=1391458&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D1391458 |
29 | 2 | COLIN, Tony | - "Erasure Codes for Space Communications: Recent Findings and New Challenges":http://ieeexplore.ieee.org/xpl/login.jsp?tp=&arnumber=6333092&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D6333092 |