Matlab Code for Audio Watermarking

Call for Price

Matlab Code for Audio Watermarking

SKU: Matlab Code for Audio Watermarking Category:

Description

Matlab Code for Audio Watermarking

In this project image are embedded into audio file without loss of audio quality, and while extraction we get the embedded image. It has been observed that the digital media are hacked and its copyright is being misused to their own, even if it is the work of others. To protect from this malicious use we are proposing the digital audio watermarking d content. The technique used is Least significant Bit Modification This system gives the double protection to the media content and it cannot be hacked.

Demonstration Video

Matlab Code for Audio Watermarking

%clear;
% filename=handles.filename;
a=wavread('heart.wav');
Q_SIZE = 3;
c=round(a*(10^Q_SIZE));
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5

% fid = fopen('message.txt','r');
% F = fread(fid);
% s = char(F');
% fclose(fid);
% 
AA=imread('cameraman.tif');
% AA=imresize(AA,[50 50]);
[r1 c1]=size(AA);
Len=r1*c1;

BB=reshape(AA,[1 Len]);
F=BB;
s=BB;
%%%%%%%%%%%%%%%%%%%%%%%%%%55555
i = 1;

while i < length(s)

    if c(i,1)

Additional information

Weight 0.000000 kg

Reviews

There are no reviews yet.

Be the first to review “Matlab Code for Audio Watermarking”

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.