Error detection using Reed-Solomon method

조회 수: 2 (최근 30일)
Sina Ebrahimi Farsangi
Sina Ebrahimi Farsangi 2020년 4월 30일
댓글: Paúl Llerena 2020년 7월 23일
Hello ,
I am trying to use Reed-Solomon method for encode some messages. Then, I corrupt some of the messages and give it to the function :
decode_i=gf(I,m);
[i_math,CNUMERR_i,CCODE_i]=rsdec(decode_i,n,k);
to decode it. However, for my application, I am just looking at the detection capability of Reed-Solomon. Based on the literature that I have seen, Reed-Solomon code can correct up to r=n-k errors where n is the length of the message and k is number of the main message before adding the control digits.
My question is that how can use the abovementioned function for evaluating detetability of Reed-Solomon . Is it right to say that whenever CNUMERR_i equal to -1 or positive, an error is detected?
I do some experiments and see that using my solution Reed-Solomon is achieving a very high detectability which not matchs the theory. I would appreciate you very much if you help me with this confusion.
  댓글 수: 1
Paúl Llerena
Paúl Llerena 2020년 7월 23일
Hi, I have the same problem. Do you solved it?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Communications Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by