|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [WM]: Audio Watermarking using Least Significant Bit Coding
Hi Ellias,
Try using bitset(a, bitPosition, bitValue) where a is your data matrix. This will change the desired bit in all elements in one go.
Dec2bin(a) should do the displaying job.
Regards,
Kourosh
-----Original Message-----
From: watermarking-owner@watermarkingworld.org
[mailto:watermarking-owner@watermarkingworld.org] On Behalf Of Ellias Militsis
Sent: Friday, 2 December 2005 6:03 AM
To: watermarking@watermarkingworld.org
Subject: [WM]: Audio Watermarking using Least Significant Bit Coding
Dear fellow watermark fanatics,
I am writing to request any ideas about how to go about carrying out a watermark on an audio signal using least significant bit
coding. I can manage to convert the wav sample in MATLAB into an MAT format so that i can carry out different processes on it.
Would any of you reckon a 'for statement' to set every so many bits using the 'bitset' function?
How can the actual values of each sample be displayed in binary?
kind regards,
Ellias
______________________________________________________________________________
Watermarking Mailing List - http://www.watermarkingworld.org/ml.html
To unsubscribe send email to "majordomo@watermarkingworld.org" with
"unsubscribe watermarking YOURMAIL" in the body.
______________________________________________________________________________
|