搜索资源列表
waveletDenoising
- 用vc6.0开发出一小波滤波的程序。内容包括仿真数据生成,文本数据读取,滤波器系数构造,小波分解与重构,小波阈值及阈值函数选择,小波降噪。-vc6.0 developed using a wavelet filter procedures. Include simulation data generation, text to read data, filter coefficients structure, wavelet decomposition and reconstruction. W
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
小波变换去噪,软阈值和硬阈值
- 小波变换去噪,软阈值和硬阈值,以及自己的设计的阈值函数来去噪,毕业设计全套。很全面的资料,绝对最全面的资料,我保证,Wavelet denoising, soft thresholding and hard thresholding, as well as design their own threshold denoising function, the design of a full set of graduation. Comprehensive information is absol
waveleseriestthreshoding
- 使用matlab的小波分解和重建函数对24位的ADC采样数据进行小波变换和去噪,去噪使用阈值算法,阈值的选取具体使用了6种方法进行对比,对于不同信号其效果是不同的!把去噪后的信号和原始信号放在一个图中,使用不同颜色的曲线进行对比,效果可以很直观的表现。-Using matlab wavelet decomposition and reconstruction of the function for 24-bit ADC sampling data wavelet transform and de
diptest
- 使用对数变换减小动态范围经典的阈值函数 以及利用小波进行图像平滑-Using a logarithmic transformation reduces the dynamic range of the classic threshold function for image smoothing and the use of wavelet
my_bayes
- 二维小波滤波,实现对图像的滤波,基于贝叶斯阈值选择方法和软阈值函数-wavelet filtering
wavelet-threshold
- 几种小波阈值函数去噪的程序及其运行结果比较-Several wavelet threshold denoising function to run the program and its results more
matlab2
- 小波阈值去噪,含不同分解层次、输入信噪比、阈值、阈值函数去噪功能的比较。原始信号为高斯脉冲-Wavelet threshold denoising with different decomposition level, the input SNR threshold comparison of the threshold function denoising function. The original signal for the Gaussian pulse
0000
- 用软硬阈值方法和新阈值函数方法进行信号去噪,对去噪结果进行对比-Hard and soft threshold method and the new threshold function for signal denoising denoising results compared
xiaobo_matlab
- 用不同的函数求得阈值进行消噪,希望对大家有用-The threshold denoising obtained with the different functions the hope that useful
wavelet
- matlab实现软硬阈值函数的图像去噪,附带一张测试图片矩阵lenna.mat-matlab image denoising hard and soft threshold function, with a test image matrix lenna.mat
xiaoboyuzhi
- 各种方法的去噪程序 den1.m 使用半软阈值方法对图像进行去噪 den1_5_1.m 半软阈值的改进方法 对第一层重构图像进行均值滤波 den1_9.m 半软阈值的改进方法 将线性衰减的函数改为指数的 den1_10.m 半软阈值的改进方法 对第一层的重构图像再次进行小波阈值去噪 den2.m 用软硬阈值函数的改进方法进行去噪 den3.m 用广义阈值函数进行去噪 den4.m 用自适应特征阈值函数进行去噪 wdenoise