BCH Encoder - Error Locations

3 views (last 30 days)
Rishi Balasubramanian
Rishi Balasubramanian on 6 Apr 2022
Commented: Walter Roberson on 7 Apr 2022
Hello All,
I am using the 'Communications Toolbox' and there is this 'comm.BCHDecoder' that I intend to use.
A deeper study about that function by Matlab reveals that it is apparently perfect for use.
So it uses this 'Berklamp Massey' algorithm to decode and find the error locations in the transmitted binary vector.
I was wondering on how to extract those error locations (indices).
The available functions kinda works out everything internally and giver out the error free binary vector, which is great, but I also want the locations of the errors.
Please let me know. Thanks
  2 Comments
Walter Roberson
Walter Roberson on 7 Apr 2022
Unfortunately that is a .p file so we cannot see the code.
The features you request do not appear to be available.

Sign in to comment.

Answers (0)

Community Treasure Hunt

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

Start Hunting!