搜索资源列表
Matlab中使用B样条函数来构成正交小波
- Matlab中使用B样条函数来构成正交小波,可以直接运行
matlab.采用墨西哥帽子小波函数
- 采用墨西哥帽子小波函数,构造一维连续小波变换的程序,The use of Mexican hat wavelet function, construction of one-dimensional continuous wavelet transform procedure
小波变换去噪,软阈值和硬阈值
- 小波变换去噪,软阈值和硬阈值,以及自己的设计的阈值函数来去噪,毕业设计全套。很全面的资料,绝对最全面的资料,我保证,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
gaborfunction
- gabor_function1该程序对Gabor核函数某个尺度和方位的三维形状和二维平面图像进行显示 gabor_function2该程序对Gabor核函数五个尺度和八个方位的二维平面图像进行显示,共产生40个二维平面图像 这两个程序对理解gabor小波很有帮助哦-gabor_function1 the program of Gabor kernel function of a scale and orientation of the three-dimensional shape an
wavelet_thresh_traditional
- 一个用于小波去噪的matlab程序,用matlabgui编写,去噪函数的核心是阈值去噪-wavlet denoising gui
WaveletTransformsinMATLAB
- 执行一维和二维小波变换在MATLAB环境中。十几包括的小波函数有: * Haar * Daubechies 1-6 * Symlets 1-6 * Coiflets 1 and 2 * Splines and reverse splines * CDF 9/7 and Le Gall 5/3 * S+P wavelets (2,2), (4,2), (4,4), (6,2), and (2+2,2) * Two Ten "TT" * Low-complexit
audiocompression
- 此程序主要是通过使用小波达到音频压缩的目的,可以比较不同的小波函数和压缩次数音频文件的差异-This process is mainly achieved through the use of wavelet purpose audio compression, you can compare different compression of the wavelet function and the difference in the number of audio files
wavelettransformation
- 选择db10 小波和db10 小波两个小波函数实现了小波变换-Choose two db10 wavelet and wavelet db10 wavelet function implementation of wavelet transform
wavelet_tool
- 一系列小波函数的说明,以及它功能的示例,简单易懂,比较常用的都包含在里面了。-a series of wavelet functions,both literal introduction and example demos,simple and easy to be understood
小波降噪Matlab
- 设定信噪比和随机数种子,使用确定阈值、软阈值由一维小波函数对信号实施降噪。
matlab 3阶和四阶B 样条函数构造正交小波
- 利用3阶和四阶B 样条函数构造正交小波的方法; 用matlab实现构造正交小波的数值实现。 正交小波函数的构造方法 (1)利用正交化公式计算尺度函数; (2)求系统函数 (3)求正交小波函数 和 。
小波变换
- 小波变换 信号处理 通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节。(Wavelet transform signal processing through the telescopic translation operations to signal (function) step by step multi scale refinement, the final breakdown of ti
MATLAB-小波神经网络
- 小波网络用于函数逼近,很实用的小程序。111111(wavelet network Neurofuzzy design and model construction of nonlinear dynamical processes from data)
小波函数
- 简要介绍小波函数说明,及matlab应用。(The wavelet function descr iption and matlab application are briefly introduced.)
小波变换图像处理
- 冈萨雷斯中利用小波变换对图像处理的函数库,可用于图像处理(Gonzales wavelet transform using image processing function library, can be used for image processing)
基于二进小波网络的非线性函数逼近
- 基于二进小波网络的非线性函数逼近,及其matlab代码(Approximation of nonlinear functions based on two step wavelet networks)
基于小波神经网络的非线性函数逼近
- 基于小波神经网络的非线性函数逼近,及其MATLAB程序(Approximation of nonlinear function based on Wavelet Neural Network)
matlab小波变换程序
- 小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的"时间-频率"窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了
根据b样条函数构造小波函数
- 通过B样条函数构造小波函数,由原信号获得对应的尺度函数,最后得到小波函数(The wavelet function is constructed by the B spline function, and the corresponding scale function is obtained from the original signal. Finally, the wavelet function is obtained.)
二维小波分解 (1)
- 小波变换,对图像二维信号进行3层小波分解。 本题二维图像采用MATLAB自带的图片,实现图片多层小波分解的函数是: [C,S]=wavedec2(X,N,’wname’) , 即使用给定小波‘wname’对二维信号X进行N层小波分解。本题使用’bior3.7’小波进行分析。(wavelet transform)