搜索资源列表
小波变换
- 小波变换源代码,支持灰度图,和24位,32位真彩图
小波变换图像降噪中的daubcqf.m等M文件
- 小波变换图像降噪中的daubcqf.m等M文件
小波变换C源码
- 一个有关小波变换的C语言源码,已编译通过,可以反变换等。
使用matlab设计小波变换程序中的若干问题.rar
- 小波分析\文档资料\使用MATLAB设计小波变换程序中的若干问题,Wavelet analysis of the design documentation using the MATLAB Wavelet Transform proceedings a number of issues
小波变换去噪,软阈值和硬阈值
- 小波变换去噪,软阈值和硬阈值,以及自己的设计的阈值函数来去噪,毕业设计全套。很全面的资料,绝对最全面的资料,我保证,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
一维和二维小波变换的VC实现
- 小波算法在vc的具体实现.小波算法在图像处理,视频压缩,特征提取等领域有广泛应用,程序以灰度图像为数据分别演示了一维和二维小波变换,希望对大家有所帮助.谢谢!-vc wavelet algorithm in a concrete realization. Wavelet algorithms in image processing, video compression, feature extraction and other fields have extensive application
vc++提升格式小波变换
- 完整小波变换类,包括一个头文件,实现文件和一个readme文件-Complete wavelet transform categories, including a header file, files and a readme file
基于整数小波变换的编码
- 基于提升格式的整数小波变换及其编解码- And its arranges based on the promotion form integer wavelet transformation decodes
离散小波变换
- 我实现的离散小波变换,可直接运行,采用三级变换(Discrete wavelet thransform)
基于小波变换的信号奇异性检测及去噪例程
- 这个程序是基于小波变换的信号奇异性检测及去噪 的一些例程(using wavelet method and SVD to process the signal and denoise)
小波变换,高频系数重构
- 小波变换,小波重构,MATLAB,数据载入,绘图(Wavelet transform, wavelet reconstruction, MATLAB)
小波变换,小波重构,MATLAB
- 小波变换,小波重构,信号载入并绘图,含信号数据,MATLAB(Wavelet transform, wavelet reconstruction, signal loading and plotting, including signal data, MATLAB)
小波变换_完美通俗解读
- 详细介绍小波变换,通俗易懂。完美通俗解读.pdf(Perfect popular interpretation for wavelet transform.)
小波变换
- 小波变换原理以及常用小波变换介绍,并且有多分辨率的分析(Wavelet and Multiresolution Analysis)
语音增强算法,谱减法、小波变换
- 使用matlab语言实现的语音增强算法,包括谱减法以及小波变换的实现,对理解原理有很好的作用。(Voice Enhancement Algorithm written using matlab scr ipts, including spectral subtraction and wavelet transform implement.)
小波变换程序
- 小波去燥,小波变换,记录的是由高到低各级的长度。对图象进行小波分解。(Wavelet to dry, wavelet transform, recorded by the length of all levels from high to low. The image is decomposed by wavelet.)
W-M方程与小波变换
- 应用W-M函数建立了分形粗糙表面轮廓,用小波变换对其进行分解,考察了小波变换方法对原轮廓曲线的还原情况(The fractal rough surface profile is established by W-M function, and the wavelet transform is used to decompose it. The reduction of the original contour curve is investigated by the wavelet transf
matlab小波变换程序
- 小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的"时间-频率"窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了
二维离散小波变换的代码
- 二维小波变换,不断分层,依次类推,形成卷积数组(Two dimensional wavelet stratification, continuous.)
OpenCV3小波变换源码
- OpenCV3.0版本的小波变换源码,并且自动将读入的彩图转换为黑白图像,无需提供黑白素材