fec.ldpcdec error matlab code
3 ビュー (過去 30 日間)
古いコメントを表示
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.
0 件のコメント
回答 (1 件)
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
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で GPU Computing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!