搜索资源列表
homework.m
- 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of ima
三个多小波m函数
- 三个多小波m函数,包括cardbal2,cardbal3,cardbal4 无解压密码,-over 3 m wavelet function, including cardbal2, cardbal3, cardbal4 without extracting passwords,
hmt.m
- 小波域的树模型去噪采用EM算法训练模型参数由Matlab编程实现仿真-Wavelet denoising tree model using EM algorithm training model parameters from Matlab Simulation Programming
wavelet
- Matlab实现Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等源代码 这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。
homework.m.rar
- 小波图像的分解与合成,采用非标准小波变换方式,在四个不同的窗口分别对输入的图像进行三级小波变换的全过程,Wavelet image decomposition and synthesis using wavelet transform non-standard way, the window in four different input images were carried out on three levels of the whole process of wavelet transfo
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
p300
- 用小波变换多分辨对脑电慢波P300信号的特征提取-wavelet EEG P300 feature execute
DICOM3.0
- 图像分割,这是基于脑部的MRI图像的分割,其中有多个m文件-Segmentation, which is based on the MRI brain image segmentation, in which there are several m files
Stationary-wavelet-transform
- 平稳小波变换的matlab程序 还包括去噪 什么的应用-Stationary wavelet transform denoising matlab program also includes the application of what
pls
- 基于pls对光谱分析 包括数据读取,小波变换PCA分析,PLS建模,交叉验证-Pls include data on the spectrum based on reads, wavelet transform PCA analysis, PLS modeling, cross-validation
Wavelet_Denoise
- a MATLAB function for denoising images via wavelet transform
Wavelet-Watermark_
- 这个Matlab程序的最主要功能在water.m文件中,当你调用这个函数之后,系统会提示你给哪个图像文件加水印。blockdwt2.m文件,用于在小波频域添加水印logo图片。dmg.m文件产生水印logo图片。watdet3.m文件中的函数实现的功能是检查是否有水印的logo存在。-The main function of Matlab procedures in water.m document, when you call this function, the system will pr
wavelet_m
- 该程序包里包括了很多跟小波变换有关的经典算法,希望学习小波的朋友可以在其中找到你们需要的代码-The package includes many, many related to the classical wavelet transform algorithm, wavelet friends want to learn can find the code you need
wavelet.m
- 小波边缘检测。很强大的 很好用的,大家下吧-Wavelet henhaoyong de heh !!!
wavelet
- 这个.M文件时利用B样条小波进行的小波边缘提取算法。-This. M file using B-spline wavelet for the wavelet edge detection algorithm.
wavelet
- 一维信号的小波变换原程序,用MATLAB编写的。对于初学者理解小波变换的含义非常有帮助。-One-dimensional wavelet transform of the original program, written using MATLAB. Wavelet transform for beginners to understand the meaning very helpful.
Wavelet-Decomposition-For-Images
- main executing reference usage: observeWaveletDecompositionBenchmark_N_levels.m The objective is to illustrate wavelet decomposition, and to describe how operations may be done in the wavelet domain before the reconstruction. The demo decouples
wavelet
- 自适应小波图像处理的一些程序,一维小波与二维小波的源代码-Some adaptive wavelet image processing program, a one-dimensional and two-dimensional wavelet wavelet source
wavelet
- 利用Daubechies小波(m=2)对函数的小波包分解与重构。把函数值作为起始系数-Use Daubechies wavelet (m = 2) the function of wavelet packet decomposition and reconstruction. The function value as initial coefficient
Wavelet_omp2.m
- 压缩感知图像简单重构算法,包括DWT离散小波变换,以及OPM正交匹配追踪算法。适合初学图像处理的使用。(Compressed sensing image simple reconstruction algorithm, including DWT discrete wavelet transform, and OPM orthogonal matching pursuit algorithm. Suitable for beginners to use image processing.)