LDPC Encoder (Full or not full rank Parity-check matrices)

This program allow the encoding of an LDPC code using the parity-check matrix even if this matrix is not a full rank matrix.
234 Downloads
Updated 3 Oct 2019

View License

Encoding of LDPC Codes (Non full rank or Full rank Parity Check Matrices).

codeWord = ldpcEncoding(H,u):
Input variables:
H: Parity-check matrix.
u: Information bit vector.
Output variable:
codeWord: The produced codeword for the information bit vector u.

Cite As

slimani djamel (2025). LDPC Encoder (Full or not full rank Parity-check matrices) (https://se.mathworks.com/matlabcentral/fileexchange/72368-ldpc-encoder-full-or-not-full-rank-parity-check-matrices), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2019a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Error Detection and Correction in Help Center and MATLAB Answers
Tags Add Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.3

Modify function name.

1.0.2

Change comments.

1.0.1

Title changed

1.0.0