summaryrefslogtreecommitdiff
path: root/1163/CH10/EX10.8/example_10_8.sce
blob: c586348591e3f6934ab2adabcde9bb5481f730c2 (plain)
1
2
3
4
clear;
clc;
disp("--------------Example 10.8---------------")
printf("The second block code scheme (Table 10.2) has dmin = 3. This code can detect up to two errors.\nWhen any of the valid codewords is sent, two errors create a codeword which is not in the table of valid codewords.\nHowever, some combinations of three errors change a valid codeword to another valid codeword.\nThe receiver accepts the received codeword and the errors are undetected."); //display the example