"Source: Text/Code/CodeFld.text";
"Line: 3501";
"Date: Tue May 30 11:26:03 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeFld.text, line: 3501
// Example: H161E32 ()
print "Example: H161E32";
ei := GetEchoInput();
SetEchoInput(true);
c_4_1_4 := RepetitionCode(GF(2),4);
c_6_1_6 := RepetitionCode(GF(2),6);
c_4_3_2 := Dual( c_4_1_4 );
c_8_4_4 := PlotkinSum( c_4_3_2 , c_4_1_4 );
c_7_4_3 := PunctureCode( c_8_4_4 , 8 );
c_6_3_3 := ShortenCode(  c_7_4_3 , 7 );
c_12_4_6 := PlotkinSum( c_6_3_3 , c_6_1_6 );
c_12_4_6;
SetEchoInput(ei);
