搜索资源列表
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
wave2gray
- 小波系数显示的MATLAB函数,冈萨雷斯MATLAB版书中的内容-MATLAB function displays the wavelet coefficients, Gonzalez MATLAB version of the book' s content
图像小波分解-matlab
- 小波分解 利用多尺度小波分解函数dwt2对图像进行二尺度小波分解(采用db1小波)
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
mapdsp
- 在本实验中,小波函数采用Daubechies小波,取10阶消失矩的Daubechies滤波器。对图像数据进行一级小波变换并利用变换得到的数据进行图像重建。-In this experiment, the wavelet function using Daubechies wavelet, taking 10 first-order vanishing moments of the Daubechies filter. The image data, a wavelet transform to
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)