Exp - 11
Exp - 11
No:
Date: SIMULATION OF LINEAR BLOCK AND CYCLIC ERROR
CONTROL CODING SCHEMES USING MATLAB
AIM:
To simulate of linear block and cyclic control error coding using MATLAB.
APPARATUS REQUIRED:
MATLAB software
THEORY:
• Linear block codes:
It is one of the error control coding. Linear codes means that sum of any two code
vector gives another code vector. Also it is a systematic code. Block codes in which the message
bits are transmitted in unaltered form are called systematic code.
• Cyclic code:
It is a block code, where the circular shifts of each codeword gives another word
that belongs to the code. They are error-correcting codes that have algebraic properties that are
convenient for efficient error detection and correction.
disp(w_min);
clc;
% Parameters
n = 7; % Code length
k = 4; % Number of message bits
AIM &
PROCEDURE
CODING VIVA
RESULT:
Thus the of linear block and cyclic control error coding was generated using MATLAB.