You are on page 1of 16

uiopen('C:\My Music\swift.

WAV',1)
swift=wavread('C:\My Music\swift');
[swift,f]=wavread('C:\My Music\swift');
l=swift(:,2);
t=flipud(l);
soundsc(t,f)
player=audioplayer(swift,f)
pause(player)
resume(player)
stop(player)%-- 8/4/14 12:09 PM --%
%-- 8/5/14 9:00 AM --%
uiopen('C:\My Music\no erase.WAV',1)
uiopen('C:\My Music\swift.WAV',1)
clc
uiopen('C:\My Music\no erase.WAV',1);
[swift,f]=wavread('C:\My Music\swift');
clc
uiopen('C:\My Music\no erase.WAV',1);
wavread('C:\My Music\no erase')
[no_erase,f]=wavread('C:\My Music\no erase');
l=no_erase(:,1);
a=flipud(l);
soundsc(a,f)
clc
uiopen('C:\My Music\ikot ikot.WAV',1)
ikot_ikot=wavread('C:\My Music\ikot ikot');
[ikot_ikot,f]=wavread('C:\My Music\ikot ikot');
uiopen('C:\My Music\maps.WAV',1)
maps=wavread('C:\My Music\maps.WAV',1);
[maps,f]=wavread('C:\My Music\maps.WAV',1);
l=maps(:,f);
l=maps(:,2);
soundsc(l,f)
l=maps(:,1);
soundsc(l,f)
clc
uiopen('C:\My Music\maps.WAV',1)
maps=wavread('C:\My Music\maps.WAV',1);
clc
uiopen('C:\My Music\swift.WAV',1)
swift=wavread('C:\My Music\swift');
[swift,f]=wavread('C:\My Music\swift');
l=swift(:,1);
soundsc(l,f)
a=audioplayer(l,f);
stop(a)
puase(a)
pause(a)
clc
%-- 8/7/14 9:37 AM --%
%-- 8/7/14 10:00 AM --%
uiopen('E:\bass.wav',1)

bass=wavread('E:\bass');
plot(drums_seg)
clear drums_seg
drum_seg=drums(44100*10:44100*20);
plot(drums_seg)
plot(drum_seg)
sound(drum_seg,44100)
%-- 8/7/14 6:12 PM --%
%-- 8/7/14 8:44 PM --%
uiopen('E:\bass.wav',1)
clc
uiopen('C:\My Music\maps.WAV',1)
maps=wavread('C:\My Music\maps.WAV',1);
[maps,f]=wavread('C:\My Music\maps.WAV',1);
soundsc(maps,f)
sound(maps,f)
sound(maps,f);
soundsc(maps,fs)
f
soundsc(maps,f)
soundsc(maps,8192)
clc
uiopen('E:\bass.wav',1)
clc
uiopen('C:\My Music\maps.WAV',1)
maps=wavread('C:\My Music\maps.WAV',1);
[maps,f]=wavread('C:\My Music\maps.WAV',1);
soundsc(maps,f)
sound(maps,f)
sound(maps,f);
soundsc(maps,fs)
f
soundsc(maps,f)
soundsc(maps,8192)
clc
%-- 8/7/14 6:12 PM --%
uiopen('C:\My Music\maps.WAV',1)
maps=wavread('C:\My Music\maps.WAV');
[maps,f]=wavread('C:\My Music\maps.WAV');
soundsc(maps,f);
a=audioplayer(maps,f);
pause(a)
stop(a)
play(a)
stop(a)
soundsc(maps,f,16);
soundsc(maps,f*50,16);
soundsc(maps,f*50);
a=audioplayer(maps,f)
%-- 8/8/14 6:38 PM --%
uiopen('C:\My Music\problem.WAV',1)
uiopen('C:\My Music\torpe.WAV',1)

uiopen('C:\My Music\invisible.WAV',1)
uiopen('C:\My Music\move shake.WAV',1)
move=wavread('C:\My Music\move shake.WAV');
[move,f]=wavread('C:\My Music\move shake.WAV');
l=move(:,1);
q=flipud(l);
a=audioplayer(l,f);
play(a)
pause(a)
resume(a);
stop(a)
soundsc(l,f)
%-- 8/8/14 6:59 PM --%
%ang gagawin ko ay backmasking and then use audio to play,pause,resume
or stop
uiopen('C:\My Music\move shake.WAV',1)
move=wavread('C:\My Music\move shake.WAV');[move,f]=wavread('C:\My
Music\move shake.WAV');l=move(:,1);q=flipud(l);a=audioplayer(q,f);
play(a);
pause(a)
resume(a)
stop(a)
%-- 8/8/14 7:25 PM --%
%-- 8/8/14 7:14 PM --%
% experiment time'ahh
wavread('C:\My Music\move shake.WAV');
wavread('C:\My Music\problem.WAV');
m= wavread('C:\My Music\move shake.WAV');
[m,f]= wavread('C:\My Music\move shake.WAV');
p=wavread('C:\My Music\problem.WAV');
[p,f]=wavread('C:\My Music\problem.WAV');
q=m,f+p,f;
a=audioplayer(q);
wavread(g);
a=audioplayer(q,f);
play(a)
cut(a)
a=audioplayer(q,f);
play(a)
uiopen('C:\My Music\snowman.WAV',1)
uiopen('C:\My Music\day.WAV',1)
%-- 8/8/14 9:04 PM --%
%combining two wav files
wavread('C:\My Music\snowman.WAV');
wavread('C:\My Music\day.WAV');
s=wavread('C:\My Music\snowman.WAV');
[s,f1]=wavread('C:\My Music\snowman.WAV');
[d,f2]=wavread('C:\My Music\day.WAV');
q=s+d;
play(a)
%-- 8/8/14 9:40 PM --%
wavread('C:\My Music\snowman.WAV');

wavread('C:\My Music\day.WAV');
s=wavread('C:\My Music\snowman.WAV');
d=wavread('C:\My Music\day.WAV');
[d]=wavread('C:\My Music\day.WAV');
[s]=wavread('C:\My Music\snowman.WAV');
q=d+s;
a=audioplayer(q,44100);
play(a)
stop(a)
w=(d:0.01:s);
a=audioplayer(w,44100);
play(a)
%-- 8/9/14 7:44 AM --%
s=wavread('C:\My Music\snowman.WAV');
d=wavread('C:\My Music\day.WAV');
[d,f]=wavread('C:\My Music\day.WAV');
[s,f]=wavread('C:\My Music\snowman.WAV');
uiopen('C:\My Music\no erase.WAV',1)
[no_erase,f]=wavread('C:\My Music\no erase');
l=no_erase(:,1);
soundsc(l,f)
uiopen('E:\bass.wav',1)
clc
uiopen('C:\My Music\maps.WAV',1)
maps=wavread('C:\My Music\maps.WAV',1);
[maps,f]=wavread('C:\My Music\maps.WAV',1);
soundsc(maps,f)
sound(maps,f)
sound(maps,f);
soundsc(maps,fs)
f
soundsc(maps,f)
soundsc(maps,8192)
clc
uiopen('E:\bass.wav',1)
clc
uiopen('C:\My Music\maps.WAV',1)
maps=wavread('C:\My Music\maps.WAV',1);
[maps,f]=wavread('C:\My Music\maps.WAV',1);
soundsc(maps,f)
sound(maps,f)
sound(maps,f);
soundsc(maps,fs)
f
soundsc(maps,f)
soundsc(maps,8192)
clc
%-- 8/9/14 11:11 AM --%
wavread('C:\My Music\snowman.WAV');
wavread('C:\My Music\day.WAV');
s=wavread('C:\My Music\snowman.WAV');
d=wavread('C:\My Music\day.WAV');

[d]=wavread('C:\My Music\day.WAV');
[s]=wavread('C:\My Music\snowman.WAV');
q=d+s;
a=audioplayer(q,44100);
play(a)
stop(a)
w=(d:0.01:s);
a=audioplayer(w,44100);
a=audioplayer(q,44100);
play(a)
l=flipud(q);
a=audioplayer(l,44100);
play(a)
q=flipud(d)+s;
a=audioplayer(q,44100);
play(a)
uiopen('C:\Users\tandingan\Desktop\insomnia.wav',1)
wavread(('C:\Users\tandingan\Desktop\insomnia');
wavread('C:\Users\tandingan\Desktop\insomnia');
[i]=wavread('C:\Users\tandingan\Desktop\insomnia');
q=flipud(s)+i;
q=i+flipud(s);
q=[i]+flipud(s);
%-- 8/9/14 11:26 AM --%
uiopen('C:\Users\tandingan\Documents\snowman.mp3',1)
uiopen('C:\Users\tandingan\Desktop\insomnia.wav',1)
s=mp3read('C:\Users\tandingan\Documents\snowman.mp3');
s=mp3.read('C:\Users\tandingan\Documents\snowman.mp3');
%-- 8/9/14 11:29 AM --%
uiopen('C:\Users\tandingan\Documents\snowman.mp3',1)
uiopen('C:\My Music\snowman.WAV',1)
uiopen('C:\Users\tandingan\Desktop\insomnia.wav',1);
s=wavread('C:\My Music\snowman.WAV');
i=wavread('C:\Users\tandingan\Desktop\insomnia.wav');
[s,f]=wavread('C:\My Music\snowman.WAV');
[i,f]=wavread('C:\Users\tandingan\Desktop\insomnia.wav');
q=flipud(s)+i;
q=s+i;
q=i+s;
q=(s,f+i,f);
%-- 8/9/14 11:46 AM --%
uiopen('C:\My Music\insomnia.wav',1)
uiopen('C:\My Music\snowman.WAV',1)
waread('C:\My Music\insomnia.wav');
wavread('C:\My Music\insomnia.wav');
wavread('C:\My Music\snowman.WAV');
[i]=wavread('C:\My Music\insomnia.wav');

%-- 8/9/2014 12:11 PM --%


[x,f]= wavread('C:\Users\User\Desktop\.wav files\tokyo_drift.wav');
l= x(:,1);
t= flipud(l);
soundsc(t,f);
HELP MEMORY
%-- 8/9/2014 12:38 PM --%
memory
doc memory
clc
[x,f]= wavread('C:\Users\User\Desktop\.wav files\tokyo_drift.wav');
sound(x,f);
plot(x,f);
plot(x);
subplot(211);
plot(x);
specgram(x,256,f);
specgram(d,256,r);
specgram(x,256);
clc
[x,f]= wavread('C:\Users\User\Desktop\.wav files\tokyo_drift.wav');
[F,M]= swsmodel (x,f);
help swsmodel
help sws
%-- 8/10/2014 3:07 PM --%
a=sin(2*pi*440*(0:0.000125:0.5));
b=sin(2*pi*493.88*(0:0.000125:0.5));
cs=sin(2*pi*554.37*(0:0.000125:0.5));
d=sin(2*pi*587.33*(0:0.000125:0.5));
e=sin(2*pi*659.26*(0:0.000125:0.5));
fs=sin(2*pi*739.99*(0:0.000125:0.5));
line1=[a,a,e,e,fs,fs,e,e,];
line2=[d,d,cs,cs,b,b,a,a,];
line3=[e,e,d,d,cs,cs,b,b];
song=[line1,line2,line3];
sound(song);
song=[line1,line2];
sound(song);
clc
%-- 8/11/2014 1:15 PM --%
%-- 8/11/2014 1:33 PM --%
%-- 8/11/2014 2:04 PM --%
clear all
close all
Fs= 8000;
Ts= 1/Fs;
n=0:3.5*Fs^-1;
Tn= n*Ts;
y= wavread('C:\Users\User\Desktop\.wav files\tokyo_drift.wav');
y=y(1:28000);
figure('Color', [1,1,1]);

plot(Tn,y);
axis('tight');
clc
Fs= 8000;
Ts= 1/Fs;
n=0:3.5*Fs-1;
Tn= n*Ts;
y= wavread('C:\Users\User\Desktop\.wav files\tokyo_drift.wav');
y=y(1:28000);
figure('Color', [1,1,1]);
plot(Tn,y);
axis('tight');
figure('Color');
figure('Color', [1,1,1]);
plot(Tn,y);
axis('tight');
sound(y)
clear all
close all
clc
y= wavread('C:\Users\User\Desktop\.wav files\tokyo_drift.wav');
sound(y);
clc
%-- 8/11/2014 2:21 PM --%
Fs=8000;
Ts=1/Fs;
n= 0:3.5*Fs-1;
Tn= n*Ts;
y= wavread('tokyo_drift.wav');
y= wavread('C:\Users\User\Desktop\.wav files\im_a_gummy_bear.wav');
y=y(1:28000);
figure('Color', [1 1 1]);
plot(Tn,y);
axis('tight');
clc
figure('Color', [1 1 1]);
[X,f]= ComputeSpectrum(y,Fs,2^14);
compute spectrum
help computespectrum
help compute spectrum
help spectrum
cc
clc
x= wavread('C:\Users\User\Desktop\.wav files\im_a_gummy_bear.wav');
[x.f]= wavread('C:\Users\User\Desktop\.wav
files\im_a_gummy_bear.wav');
[x,f]= wavread('C:\Users\User\Desktop\.wav
files\im_a_gummy_bear.wav');
l=x(:,2);
t= flipud(l);
sound(t,f);
figure('Color', [1 1 1]);

plot(t,f)
clc
memory
process limit
clc
memory
%-- 8/11/2014 2:58 PM --%
memory
clc
%-- 8/11/2014 6:22 PM --%
[x,f]= wavread('C:\Users\User\Desktop\.wav
files\im_a_gummy_bear.wav');
l=x(:,2);
t= flipud(l);
plot(t,f)
clc
memory
clc
[x,f]= wavread('C:\Users\User\Desktop\.wav
files\im_a_gummy_bear.wav');
clc
%-- 8/11/2014 6:51 PM --%
a=sin(2*pi*440*(0:0.000125:0.5));
b=sin(2*pi*493.88*(0:0.000125:0.5));
cs=sin(2*pi*554.37*(0:0.000125:0.5));
d=sin(2*pi*587.33*(0:0.000125:0.5));
e=sin(2*pi*659.26*(0:0.000125:0.5));
fs=sin(2*pi*739.99*(0:0.000125:0.5));
line1=[c c f f c c];
line1=[cs cs fs fs cs cs];
clc
a=sin(2*pi*440*(0:0.000125:0.5));
as=sin(2*pi*446.16*(0:0.000125:0.5));
b=sin(2*pi*493.88*(0:0.000125:0.5));
c=sin(2*pi*523.25*(0:0.000125:0.5));
cs=sin(2*pi*554.37*(0:0.000125:0.5));
d=sin(2*pi*587.33*(0:0.000125:0.5));
ds=sin(2*pi*622.25*(0:0.000125:0.5));
e=sin(2*pi*659.26*(0:0.000125:0.5));
f=sin(2*pi*698.45*(0:0.000125:0.5));
fs=sin(2*pi*739.99*(0:0.000125:0.5));
g=sin(2*pi*783.99*(0:0.000125:0.5));
gs=sin(2*pi*830.6*(0:0.000125:0.5));
line1=[c c f f c c];
line2=[f f c c g g c c';
line2=[f f c c g g c c];
line3=[c c f f c c g g];
line4=[c c f f c c];
line5=[f f c c g g c c';
line5=[f f c c g g c c];
song=[line1,line2,line3,line4,line5];
sound(song);

clc
a=sin(2*pi*440*(0:0.000125:0.5));
as=sin(2*pi*446.16*(0:0.000125:0.5));
b=sin(2*pi*493.88*(0:0.000125:0.5));
c=sin(2*pi*523.25*(0:0.000125:0.5));
cs=sin(2*pi*554.37*(0:0.000125:0.5));
d=sin(2*pi*587.33*(0:0.000125:0.5));
ds=sin(2*pi*622.25*(0:0.000125:0.5));
e=sin(2*pi*659.26*(0:0.000125:0.5));
f=sin(2*pi*698.45*(0:0.000125:0.5));
fs=sin(2*pi*739.99*(0:0.000125:0.5));
g=sin(2*pi*783.99*(0:0.000125:0.5));
gs=sin(2*pi*830.6*(0:0.000125:0.5));
line1=[c f c];line2=[f f c c g g c c';
clc
a=sin(2*pi*440*(0:0.000125:0.5));
as=sin(2*pi*446.16*(0:0.000125:0.5));
b=sin(2*pi*493.88*(0:0.000125:0.5));
c=sin(2*pi*523.25*(0:0.000125:0.5));
cs=sin(2*pi*554.37*(0:0.000125:0.5));
d=sin(2*pi*587.33*(0:0.000125:0.5));
ds=sin(2*pi*622.25*(0:0.000125:0.5));
e=sin(2*pi*659.26*(0:0.000125:0.5));
f=sin(2*pi*698.45*(0:0.000125:0.5));
fs=sin(2*pi*739.99*(0:0.000125:0.5));
g=sin(2*pi*783.99*(0:0.000125:0.5));
gs=sin(2*pi*830.6*(0:0.000125:0.5));
line1=[c f c];
line2=[f c g c];
line3=[c f c g];
song=[line1, line2, line3];
sound(song)
%-- 8/12/2014 8:11 AM --%
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
sound(s);
%-- 8/12/2014 8:46 AM --%
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
sound(s,f);
plot(s,f);
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
clc

uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
sound(s,f);
left=s(:,1);
right=(:,2);
right=s(:,2);
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
sound(s,f);
left=s(:,1);
right=s(:,2);
mono=0.5*(left+right);
f=mono;
sound(f,f);
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
sound(s,f);
plot(s,f);
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
sound(s,f);
left=s(:,1);
right=(:,2);
right=s(:,2);
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');

sound(s,f);
left=s(:,1);
right=s(:,2);
mono=0.5*(left+right);
f=mono;
sound(f,f);
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
clc
%-- 8/12/2014 8:53 AM --%
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
sound(s,f);
left=s(:,1);
right=s(:,2);
mono=0.5*(left+right);
x=mono;
sound(x,f);
plot(x,f);
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
%-- 8/12/2014 9:18 AM --%
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
t=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
[t,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
sound(t,f);
left=t(:,1);
right=t(:,2);
mono=0.5*(left+right);
y=mono;
sound(y,f);
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
sound(s,f);
left=s(:,1);
right=s(:,2);
mono=0.5*(left+right);
x=mono;
sound(x,f);
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
t=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
[t,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
sound(t,f);

left=t(:,1);
right=t(:,2);
mono=0.5*(left+right);
y=mono;
sound(y,f);
u=x+y;
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
t=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
[t,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
u=s+t;
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
t=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
[t,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
u=(s,f+t,f);
u=[(s,f)+(t,f)];
u=(s,f)+(t,f);
u= [s,f]+[t,f];
clc
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
t=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
[s]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[t]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
u=s+t;
clc
wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
t=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
[s]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[t]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
u= s + t;
u= [s + t];
u= (s,f) + (t,f);
clc
wavread('C:\Users\User\Desktop\MatLAB\.wav

files\2_fast_2_furios.wav');
wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
t=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
[s]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[t]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
u= s .+ t;
clc
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
f=
soundsc(s,f);
clc
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
f
size(s);
size(s)
[t]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
f
size(t)
clc
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
f
size(s)
left=s(:,1)
soundsc(left,f);
soundsc(left,f*2);
soundsc(left,f/2);
wavplay(s,f);
plot(s,f);
plot(s);
plot(left;
plot(lef)t;
plot(left);
plot(s);
plot(left,f);
clc
%-- 8/12/2014 1:56 PM --%
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
f
size(s)

left=s(:,1)
plot(s);
plot(left);
clc
t=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
[t]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
f
size(t)
left=t(:,1)
plot(t);
plot(left);
clc
wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
wavread('C:\Users\User\Desktop\YTD\sony.mp3');
clc
wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
wavread('D:\sony.wav');
[s]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[t]=wavread('D:\sony.wav');
q= s+t;
clc
wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
wavread('D:\sony.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
t=wavread('D:\sony.wav');
q= s+t;
q= s .+t;
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav',1)
uiopen('D:\sony.wav',1)
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav',1)
uiopen('D:\sony.wav',1)
s= wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav',1);
s= wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
t=wavread('D:\sony.wav');
q= s+t;
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav',1);uiopen('C:\Users\User\Desktop\MatLAB\.wa
v files\sony.wav');
f=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');

s=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
[f,f1]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f2]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sony.wav');
q=f+s
q=flip(f)+s;
q=flipud(f)+s;
q=f,f1+s,f2;
a=audioplayer(q,44100);
play(a)
play(a*10)
sound(q);
sound(q,f);
soundsc(q,f);
sound(q,44100);
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav',1);uiopen('C:\Users\User\Desktop\MatLAB\.wa
v files\sony.wav');
C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha.wav
clc
uiopen('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav',1);uiopen('C:\Users\User\Desktop\MatLAB\.wa
v files\sonyhaha.wav');
f=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha.wav');
[f,f1]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav');
[s,f2]=wavread('C:\Users\User\Desktop\MatLAB\.wav
files\sonyhaha.wav');
q=f,f1+s,f2;
a=audioplayer(q,44100);
play(a);
q=f+s;
q=s+f;
l1=s(:,1);
l2=f(:,1);
q=l1+l2;
l1=s(:,2);
l2=f(:,1);
q=l1+l2;
l1=s(:,1);
l2=f(:,2);
q=l1+l2;
q=l2+l1;
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha.wav',1);
uiopen('C:\Users\User\Desktop\MatLAB\.wav
files\2_fast_2_furios.wav',1);
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\fast.wav',1)
uiopen('D:\insomnia.wav',1)
s=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha');

i=wavread('C:\Users\User\Desktop\MatLAB\.wav files\2_fast_2_furios');
i=wavread('C:\Users\User\Desktop\MatLAB\.wav files\fast');
[s]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha');
[i]=wavreadclc
clc
uiopen('D:\insomnia.wav',1)
uiopen('C:\Users\User\Desktop\MatLAB\.wav files\fast.wav',1)
i=wavread('D:\insomnia');
s=wavread('C:\Users\User\Desktop\MatLAB\.wav files\fast');
[i]=wavread('D:\insomnia');
[s]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\fast');
q=i+s;
q=i,44100+s,44100;
a=audioplayer(q,44100);
play(a)
stop(a)
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha');
[i,f]=wavread('D:\insomnia');
q=s+i;
a=audioplayer(q,44100);
play(a)
q=flipud(s)+i;
a=audioplayer(q,44100);
play(a)
clc
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha');
[i,f]=wavread('D:\insomnia');
q=s+i;
a=audioplayer(q,44100);
play(a)
q=flipud(s)+i;
a=audioplayer(q,44100);
play(a)
plot(a);
plot(q);
clc
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha');
[i,f]=wavread('D:\insomnia');
q=s+i;
sound(q);
%-- 8/12/2014 3:18 PM --%
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha');
[i,f]=wavread('D:\insomnia');
q=s+i;
sound(q,44100);
clc
[s,f]=wavread('C:\Users\User\Desktop\MatLAB\.wav files\sonyhaha');
[i,f]=wavread('D:\insomnia');
q=s+i;
a=audioplayer(q,44100);
play(a)
clc

You might also like