⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 juzhiquzao.m

📁 数字图像处理
💻 M
字号:
 load woman
init=2055615866
randn('seed',init);
x=X+18*randn(size(X));
[c,s]=wavedec2(x,3,'sym4');
n=[1,2,3];
p=[150,120,60];
nc=wthcoef2('d',c,s,n,p,'s');
rx=waverec2(nc,s,'sym4');
nbc=size(map,1);
colormap(pink(nbc));
subplot(2,2,1);
 image(wcodemat(X,nbc));
title('原始信号');
subplot(2,2,2);
image(wcodemat(x,nbc));
title('含噪信号');
subplot(2,2,3);
 image(wcodemat(xd,nbc));
 title('消噪后的信号');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -