MATLAB: In Communications Toolbox 3.0.1 (R14SP1), can I determine the number of errors that VITDEC corrected

berCommunications Toolboxcountdecodererrorsmistakesnumbervitdecviterbi

I am using a Viterbi decoder from Communications Toolbox 3.0.1 (R14SP1) and would like to know the number of errors the decoder corrected, perhaps as a return argument from the function.

Best Answer

The ability to determine the number of errors VITDEC corrected is not available in the Communications Toolbox. To work around this issue, you can use BITERR if you have a priori knowledge of the sequence. Given the original sequence and the decoded sequence, BITERR returns the number of differences between the two sequences.