I modify my code to:
ISNR=15;
S=load('data.mat');
y1=S.sig209;
nsig = awgn(y1,ISNR);
sig1=y1+nsig;
OPsig=wden(sig1,'rigrsure','s','sln',6,'sym7');
[CA,CD] = wavedec(OPsig,6,'sym7');
A=CA;
P = thselect(CA,'rigrsure');
CA = wthresh(CA,'h',P);
AA=CA;
Csig = waverec(CA,CD,'sym7');
but the result still has some noise