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)
hamming enocode on text and then i have to embed that text on image,and then extraction

Answers (1)

Walter Roberson
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.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!