搜索资源列表
Wavelet-image-denoising-procedures
- 小波图像去噪程序。th=sigma*sqrt(2*log10(L*T)) 计算阈值 ch=c(1,num(4-i,1):num(4-i,3)+step(4-i)-1) 对各高频系数进行阈值处理 chl=length(ch) for j=1:chl if abs(ch(j))>=th ch(j)=sign(ch(j))*(abs(ch(j))-2*th/(1+exp(m*(ch(j)^2)))) 阈值处理函数 else -Wavelet image denois
cwt-ccode
- 连续小波变换程序,输入二进制文件,然后然后进行小波变换 C语言程序-/*this program compute the contious wavelet transform of the signal in a data file using the Professor A.Grossman s approach. the analyzing basic wavelet is modulated gaussian: exp(iwt)exp(-t**2/2)where w si th