lsb substitution tohide the data in another data
1 次查看(过去 30 天)
显示 更早的评论
Enter the no of LSB bits to be subsituted- 5 Error using bitcmp ASSUMEDTYPE must be an integer type name.
Error in Steg (line 15) S = uint8(bitor(bitand(x,bitcmp(2^n-1,8)),bitshift(y,n-8))); %Stego
0 个评论
回答(1 个)
Walter Roberson
2017-4-1
bitcmp cannot be used to complement only one bit: it does all of the bits at the same time.
You can bitset to set a bit to bitcmp of an extracted bit.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Audio and Video Data 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!