"Source: Text/Code/CodeLDPC.text";
"Line: 489";
"Date: Tue Jun  7 22:27:15 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Code/CodeLDPC.text, line: 489
// Example: H163E6 ()
print "Example: H163E6";
ei := GetEchoInput();
SetEchoInput(true);
time LDPCBinarySymmetricThreshold(3, 6);
time LDPCBinarySymmetricThreshold(4, 8);
time LDPCBinarySymmetricThreshold(4, 10);
SetEchoInput(ei);
