can anybody please help me with the code of converting watermark text to binary and then applying hamming encode(7,4) on it
2 views (last 30 days)
Show older comments
hamming enocode on text and then i have to embed that text on image,and then extraction
0 Comments
Answers (1)
Walter Roberson
on 22 Feb 2014
YourString = 'adf 45 4f aET)';
dec2bin(YourString,8) - '0'
You can convert the result to a vector and apply the hamming encoding to that.
0 Comments
See Also
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!