david mackay ldpc codes in matlab
4 views (last 30 days)
Show older comments
I'm looking for LDPC code Error correction which is implemented by professor David Mackey. I want to know is there any implementation of mentioned with matlab or no? in case if it's available where can i find it?
0 Comments
Answers (1)
Walter Roberson
on 14 Dec 2015
The decode phase is in http://www.mathworks.com/matlabcentral/fileexchange/28437-simulating-2-2-mimo-ldpc-base-band-systems; I guess it has the encoding as well.
Possibly en.pudn.com/downloads358/sourcecode/app/detail1557463_en.html which is MATLAB code for Low Density Parity Check .
Note: I would not say that I trust that site. You will likely also have to pay to get code from there.
You could also look to "Construction and Performance Evaluation of QC-LDPC Codes over Finite Fields" by Ihsan Ullah and Sohail Noor, here. The code is not in the PDF but they did implement in MATLAB and you might be able to get the source from them.
Other resources:
See Also
Categories
Find more on Communications Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!