Introduction - If you have any usage issues, please Google them yourself
Xiao-Yu Hu, find the minimum distance of the classic LDPC English papers and source code, with VC++ to achieve, can be used as learning and mastering a good ways and ideas close to the Shannon limit of channel coding.
MinimumDistanceOfLDPC\On the Computation of the Minimum Distance of Low-Density Parity-Check Codes.pdf
.....................\sourcecode\AWGN.C
.....................\..........\AWGN.h
.....................\..........\BlaumSpectra.C
.....................\..........\BlaumSpectra.h
.....................\..........\BlockCodeGenerator.C
.....................\..........\BlockCodeGenerator.h
.....................\..........\ChannelTransition.C
.....................\..........\ChannelTransition.h
.....................\..........\Constant.h
.....................\..........\FactorGraph.C
.....................\..........\FactorGraph.h
.....................\..........\FunctionNode.C
.....................\..........\FunctionNode.h
.....................\..........\LocalFunction.C
.....................\..........\LocalFunction.h
.....................\..........\Main.C
.....................\..........\Makefile
.....................\..........\Node.C
.....................\..........\Node.h
.....................\..........\ParityCheck.C
.....................\..........\ParityCheck.h
.....................\..........\ParityCheckNode.C
.....................\..........\ParityCheckNode.h
.....................\..........\SoftDemodulator.C
.....................\..........\SoftDemodulator.h
.....................\..........\VariableNode.C
.....................\..........\VariableNode.h
.....................\sourcecode
MinimumDistanceOfLDPC