wavelet transformation in matlab

Status
Not open for further replies.

antoniaf79

Newbie level 1
Joined
Dec 2, 2009
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
cyprus
Activity points
1,288
i will like to ask somebody what does this code means becaouse i need them to do my project



[C,L]=wavedec(sima,7,'db4');
[d1,d2,d3,d4,d5,d6,d7]=detcoef(C,L,[1,2,3,4,5,6,7]);

[thr,sorh,keepapp]=ddencmp('den','wv',sima);
clean_ecg=wdencmp('gbl',C,L,'db4',7,thr,sorh,keepapp);

a5=appcoef(C,L,'db4',5);
C1=[a5;d5;d4;d3];
L1=[length(a5);length(d5);length(d4);length(d3);length(clean_ecg)];

R_detect_signal=waverec(C1,L1,'db4');

please is important to me!

thanks you

Antonia
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…