资源列表
wavelet
- 用bior3.5小波对图像进行三层分解,得到压缩后的图像(the picture is decomposed by the wavelet bio3.5)
pack_emd.tar
- 能进行经验模态分解,希尔伯特黄变换以及谱分解等(Can an empirical mode decomposition and Hilbert huang transform and spectral decomposition)
Desktop
- 该程序用于激光阵列光谱合束技术中多光束合成高功率激光单元(The program is used in the laser beam array beam combining technique to synthesize a high power laser unit with multiple beams)
基于小波变换的图像去噪
- 利用小波变换实现图像处理,包括图像平滑,去噪,边缘检测,运算,等等(Using wavelet transform to achieve image processing, including image smoothing, denoising, edge detection, computing, and so on)
73
- 小波变换 clc; close all; clear; %构建我们的信号,在500处有一个突变点。 x = zeros(1000,1); x(500) = 1; %进行小波变换 CWTcoeffs = cwt(x,1:128,'haar','plot'); colormap jet; colorbar; %也可以单独看某个尺度的图,CWTcoeffs(10,:)表示尺度为10的cwt值 % CWTcoeffs(10,:)(wavelet transform
基于小波变换的不同分解层次去噪
- 包含不同分解层次对图像去噪效果的仿真程序及结果,包含信噪比源程序(Contains different decomposition levels of image denoising effect of the simulation procedures and results, including signal to noise ratio source)
xiaobo
- 利用小波变换,通过设置阈值对图像进行去噪。 首先对图像用小波进行2层分解,然后通过设置硬阈值和软阈值的方法,对图像高频部分去噪。(The wavelet transform is used to denoise the image by setting threshold. Firstly, the image is decomposed into 2 layers by wavelet, and then the high frequency part of the image is d
waveletprogram
- 采用小波奇异点检测方法寻找光谱谱峰位置,用来确定光谱中谱峰位置,峰高,峰宽等相关等信息。(locate spectral peaks in the spectrum by a wavelet singularity detection method)
wave
- 用于提取瑞雷面波频散曲线(两层递增模型效果最好)(Extraction of Rayleigh wave dispersion curve of Rayleigh wave)
kanhe2016
- 离散小波变换在图像处理去噪中的应用 经典文献 IEEE的(ECG signal compression using 2-D DWT Hermite coefficients)
wavefast
- wavefast.m文件用于matlab的小波变换(a wavefast.m file used at matlab plotform)
MATLAB+小波分析超级学习手册-程序代码
- 在MATLAB里面用小波分析来解决一些问题(In MATLAB, wavelet analysis is used to solve some problems)