搜索资源列表
threerayRayleigh
- %threerayRayleigh.m % Last Homework pp. 253 5.31 (Second Edition English) % Default parameters % -threerayRayleigh.m%% Last Homework pp. 2 53 5.31 (English Second Edition) para% Default meters%
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
CurveLab-2.1.2
- 小波库函数: Basictransformfunctions. fdct_xxx.m Cforwardcurvelettransform ifdct_xxx.m Cinversecurvelettransform afdct_xxx.m Cadjointcurvelettransform(onlyforUSFFT-basedtransformsincefo thewrappingtransform,theadjointisthesameastheinversetransform). fd
TOOLBOX_DTMband1D_v1.2
- DEscr iptION: This toolbox allows to decompose a signal via a dual-tree M-band wavelet analysis. It consists of 2 subfolders: 1) dual_tree_1D: contains all the m-files for the dual-tree M-band transform. 2) filters: contains all the m-files t
DWT_2D
- 本程序用DWT实现二维小波变换,进行二维小波分解并显示分解结果。-Mallat algorithm for 2-D wavelet transform. M-file Download
xiaobogongcheng
- 很实用的小波分析源码,应用于各种工程实际项目中 6.1小波分析263 6.2从傅里叶变换到小波变换266 6.3基于MATLAB的小波快速算法设计271 6.4小波变换检测故障信号与小波类型的选择283 6.5图像多尺度边缘检测算法研究292 6.6小波变换在信号特征检测中的算法研究298 6.7基于小波的信号突变点检测算法研究307 6.8基于小波的信号阈值去噪算法研究313 6.9基于小波图像压缩技术的算法研究320 6.10小波变换图像测试分析331
CurveLab-2.1.1
- curvelet工具包curvelab2.1.。 包含曲波变换、去噪、增强、复原等M文件以及mex文件。-curvelet tool box 2.1.1,including curvelet transform,denoising and so on
CurvatureEstimation
- This function calculates the curvature of a 2D line. Reference£oS. Hermann and R. Klette. Multigrid analysis of curvature estimators. Proc. Image Vision Computing New Zealand, 108¨C112, 2003. by Jianfei Pang k = CurvatureEstimation(list
xiaoboquzao
- 关于小波去噪的二个文件xiaoboquzaotest02、03,xiaoboquzaotest02的去噪效果最好 2个M文件的文件开头均有对采用方法的介绍。(Wavelet denoising on the two documents, xiaoboquzaotest02, 03, xiaoboquzaotest02 denoising best)