"Source: Text/Code/CodeLDPC.text";
"Line: 489";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeLDPC.text, line: 489
// Example: H167E6 ()
print "Example: H167E6";
ei := GetEchoInput();
SetEchoInput(true);
time LDPCBinarySymmetricThreshold(3, 6);
time LDPCBinarySymmetricThreshold(4, 8);
time LDPCBinarySymmetricThreshold(4, 10);
SetEchoInput(ei);
