انت هنا الان : شبكة جامعة بابل > موقع الكلية > نظام التعليم الالكتروني > مشاهدة المحاضرة

Different Examples

الكلية كلية تكنولوجيا المعلومات     القسم قسم شبكات المعلومات     المرحلة 2
أستاذ المادة ستار بدر سدخان المالكي       5/24/2011 5:59:22 PM

Different Examples

 

Example 1.:

 

Let us choose parameters k=2, n=5 and consider the following code C:

 

u c  
00 00000
01 01101
10 10110
11 11011

 

In this case, the first ten lines of the 32-row decoding table are as follows

 

 v c u
00000 00000 00
10000 00000 00
01000 00000 00
11000 00000 00
00100 00000 00
10100 10110 10
01100 01101 01
11100 01101 01
00010 00000 00
10010 10110 10

 

Because the size of the memory is limited, table lookup decoding cannot be used generally. If the value of k is small (k << n) then there are only few code words even in the case of long code lengths. This enables to decode the code word by computing the distances code word by code word.

 


Example 2.:

 

  Let us take the code used in example 1.  It can be seen that the coding can be done by matrix multiplication c = uG where

 

 

 

    G is a binary matrix of size 2x5. In this simple case the set of codes consists of the all-zero vector, the first and the second row the G matrix, and coordinate - by - coordinate modulo-2 (XOR) sum of the two rows. Thus the elements of the C code are generated as linear combinations of the rows of the matrix G. The code C, as a set of binary vectors, forms a linear space. Generalizing this remark we can understand the term of the linear code.

 


المادة المعروضة اعلاه هي مدخل الى المحاضرة المرفوعة بواسطة استاذ(ة) المادة . وقد تبدو لك غير متكاملة . حيث يضع استاذ المادة في بعض الاحيان فقط الجزء الاول من المحاضرة من اجل الاطلاع على ما ستقوم بتحميله لاحقا . في نظام التعليم الالكتروني نوفر هذه الخدمة لكي نبقيك على اطلاع حول محتوى الملف الذي ستقوم بتحميله .