Info
此问题已关闭。 请重新打开它进行编辑或回答。
Replacing last few bits for huffman encoding using LSB
1 次查看(过去 30 天)
显示 更早的评论
'11100001000' Now I want to change the last 4 bits for the first value
3 bits for the second value
1 bit for the third value depending on the count of the bits I need
'11100001001' to replace.
'11100001010'
'11100001011'
'11100001100'
'11100001101'
'11100001110'
'11100001111'
0 个评论
回答(0 个)
此问题已关闭。
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!