필터 지우기
필터 지우기

How to encode binary sequence x= [1 0 1 1 1] into binary code word by using REED SOLOMON encoding?

조회 수: 5 (최근 30일)
Hello there,
I have a binary matrix of zero and one of size 32 x 4. I want to encode this matrix into binary codeword by using reed solomon code. where each row is a word of 4 bits,
so, the resultant matrix comes out tobe of size 32 x 7. where each row is codeword of 7 bits
I have achieved this desire results in Hamming code, but I want to have through reed solomon code.
Thanks

답변 (1개)

Raghvi
Raghvi 2023년 3월 17일
Hey Mohd,
MATLAB provides a function that encodes the message in msg using an [n,k] Reed-Solomon code
You can go through the documentation of “rsenc()” function to know more about it.

카테고리

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