"Source: Text/Code/CodeLDPC.text";
"Line: 384";
"Date: Thu Sep 25 14:47:47 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Code/CodeLDPC.text, line: 384
// Example: H167E5 ()
print "Example: H167E5";
ei := GetEchoInput();
SetEchoInput(true);
C := RegularLDPCEnsemble(200, 3, 6);
LDPCSimulate(C, 10000 : Channel := "Gaussian", StdDev := 0.7);
LDPCSimulate(C, 10000 : Channel := "Gaussian", StdDev := 0.75);
LDPCSimulate(C, 10000 : Channel := "Gaussian", StdDev := 0.8); 
LDPCSimulate(C, 10000 : Channel := "Gaussian", StdDev := 0.85);
LDPCSimulate(C, 10000 : Channel := "Gaussian", StdDev := 0.9); 
LDPCSimulate(C, 10000 : Channel := "Gaussian", StdDev := 0.95);
LDPCSimulate(C, 10000 : Channel := "Gaussian", StdDev := 1.0); 
SetEchoInput(ei);
