BCH decoding algorithm in comm.BCHDecoder
이전 댓글 표시
Hi,
Can someone please tell me the name of the decoding algorithm that is used by the comm.BCHDecoder object? In particular I am interested in the method for detecting the number of erasures. How can I find out how many erasures a particular instance of this object can detect?
Thanks.
답변 (2개)
Kaashyap Pappu
2020년 2월 19일
0 개 추천
The Bibliography and Algorithm sections in the documentation for comm.BCHDecoder object could provide more details.
Hope this helps!
Rishi Balasubramanian
2022년 4월 6일
0 개 추천
Berklamp Massey Algorithm. The find the error locator polynomial to find the error locations.
카테고리
도움말 센터 및 File Exchange에서 Error Detection and Correction에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!