Another sub question. The result of the decoder returns the binary vector sans the parity bits. I want the enitre corrected code with parity bits too, atleast.
BCH Encoder - Error Locations
3 views (last 30 days)
Show older comments
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
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.
Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!