문제

I would like to build Hamming(15, 11) code with parity bit (SECDED) to correct 1 bit errors and detect 2-bit errors.

Are there any Matlab function that implement encoding and decoding of such code?

도움이 되었습니까?

해결책

If you have the Communications Systems Toolbox, you can use the encode() and decode() functions.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top