LDPC ENCODING USING fecldpcenc

11 次查看(过去 30 天)
, Now I have one parity check matrix H of one LDPC (low density parity check) code, and I want to use the command l = fec.ldpcenc(H) to obtain the corresponding generator matrix. However, when I run the program, the command window shows the error message "the last (N-K) columns of the parity-check matrix must be invertible in GF(2)." Can you tell me how to transform my parity check matrix into a proper one in a quickly way?
Thank you!
  1 个评论
Khushboo Singh
Khushboo Singh 2012-12-27
use this may be this can help u..
H = dvbs2ldpc(2/3);
l = fec.ldpcenc(H);
codeword = encode(l,I);

请先登录,再进行评论。

回答(3 个)

Mohammed Megrous
Mohammed Megrous 2021-9-22

Mohammed Megrous
Mohammed Megrous 2021-9-22

Mohammed Megrous
Mohammed Megrous 2021-9-22

类别

Help CenterFile Exchange 中查找有关 Error Detection and Correction 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by