WHY the result I calculated is different from what matlab calculated?

后端 未结 0 2095
甜味超标
甜味超标 2020-12-15 17:14

Here\'s matlab\'s answer:

x=[1,0,1,1]

x_encode=encode(x,7,4)

>>x_encode [1,0,0,1,0,1,1]

I calculated the hamming code from definition

相关标签:
回答
  • 消灭零回复
提交回复
热议问题