fec.ldpcdec error matlab code

조회 수: 1 (최근 30일)
kokomy
kokomy 2016년 12월 16일
답변: Walter Roberson 2016년 12월 16일
hi,
can any body help me in how i can fixe this matlab error
??? Error using ==> fec.ldpcdec.decode at 67
LLR must be a 1-by-BlockLength vector.

답변 (1개)

Walter Roberson
Walter Roberson 2016년 12월 16일
The second argument you pass to the decode() routine must be a row vector whose length is the same as the block length; it is the data to be decoded.
Note: fec.ldpcdec started being replaced as of R2012b. Unless you need to maintain compatibility with R2012a or earlier, it is recommended that you rewrite your code in terms of comm.LDPCDecoder

카테고리

Help CenterFile Exchange에서 GPU Computing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by