Welcome![Sign In][Sign Up]
Location:
Search - Daubechies wavelet code

Search list

[Other resourceWaveletCDF97

Description: Cohen-Daubechies-Fauraue 9-7 Wavelet Transforms . CDF小波分解matlab源代码-Cohen-Daubechies - Fauraue 9-7 Wavelet Tr ansforms. CDF wavelet decomposition Matlab source code
Platform: | Size: 1361 | Author: 王波 | Hits:

[matlabWaveletCDF97

Description: Cohen-Daubechies-Fauraue 9-7 Wavelet Transforms . CDF小波分解matlab源代码-Cohen-Daubechies- Fauraue 9-7 Wavelet Tr ansforms. CDF wavelet decomposition Matlab source code
Platform: | Size: 1024 | Author: 王波 | Hits:

[Waveletwavelet

Description: Matlab实现Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等源代码 这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。 -Matlab realize Daubechies, symlets, splines, S+ P wavelets, JPEG2000 wavelet transform, such as source code of the m code contains a series of wavelet transform to achieve function, has Daubechies, symlets, splines, S+ P wavelets, JPEG2000 and other wavelet transform. can be 1D or two-dimensional wavelet transform.
Platform: | Size: 9216 | Author: aaa | Hits:

[WaveletConstructWaveBaseFunction

Description: 紧支撑小波基的构造。 以Daubechies小波滤波器系数为例,推导出小波函数及尺度函数,并画出其图像. void Convolution(double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction(double* pOutData) int CalcWaveletFunction(double* pOutData) Convolution()不是通用的离散卷积代码,而是简单地实现了后面两个函数需要的离散卷积,它要求输入的前一个数组长度小于后一数组长度,而且卷积结果就直接覆盖存储在后一数组中。CalcScaleFunction()计算尺度函数,CalcWaveletFunction()计算小波函数。 -Compactly supported wavelet bases constructed. To Daubechies wavelet filter coefficients as an example, the derived wavelet function and scaling function, and draw their images. Void Convolution (double* pShortData, int nShort, double* pLongData, int nLong) int CalcScaleFunction (double* pOutData) int CalcWaveletFunction ( double* pOutData) Convolution () instead of generic discrete convolution code, but simply the realization of a function behind the need for two discrete convolution, which requires input before an array length is less than the array length of the latter, but the result of convolution directly covered by the latter is stored in the array. CalcScaleFunction () calculated scaling function, CalcWaveletFunction () calculation of wavelet function.
Platform: | Size: 175104 | Author: zhang | Hits:

[Special Effectsscilab-dwt(haar-daubechies)

Description: 是scilab的源程序,是一维的haar小波变换和一维的daubechies小波变换。已经调试过,可以使用。里面还附有卷积的源代码。-Is the scilab source is one-dimensional haar wavelet transform and one-dimensional wavelet transform daubechies. Have been debug, you can use. There was also accompanied by convolution of the source code.
Platform: | Size: 402432 | Author: 王静 | Hits:

[Multimedia DevelopDaubechies_d4

Description: Wavelet code By Daubechies
Platform: | Size: 165888 | Author: junsung | Hits:

[OtherDWT_source_code_(PPT_included)

Description: Daubechies小波源码,包含PPT讲解-source code for Daubechies wavelet, including PPT presentation
Platform: | Size: 1160192 | Author: danny | Hits:

[matlabsymletssplines

Description: 这个m代码包含了一系列的小波变换的实现函数,有Daubechies,symlets,splines,S+P小波, JPEG2000小波变换等. 可以进行1D或者二维小波变换。-The m code contains a series of wavelet transform to achieve function, and Daubechies, symlets, splines, S+ P wavelets, JPEG2000 and other wavelet transform. Can be 1D or two-dimensional wavelet transform.
Platform: | Size: 55296 | Author: 袁焕江 | Hits:

[matlabdb2

Description: 代码主要计算Daubechies紧支集滤波器系数L0_d和H1_d,然后采用这两个系数对信号进行小波分解-The main calculation code compactly supported Daubechies filter coefficients L0_d and H1_d, then the use of these two coefficients of wavelet decomposition signals
Platform: | Size: 1024 | Author: 熊子东 | Hits:

[Graph programdwt_eq

Description: 该代码主要为在c语言环境下编写的基于Daubechies的小波变换代码-The code is mainly based on the Daubechies wavelet transform code
Platform: | Size: 2048 | Author: 杜晓涵 | Hits:

[WaveletTen_Lecture_of_Wavelets

Description: 原书《小波十讲》(TenLecturesonWavelets)是一本世界范围公认的经典学术名著,是当代数学著作中一本影响巨大的绝妙好书。书中包含了20世纪80年代以来世界上有关小波分析的最先进成果,也包含Daubechies本人关于紧支撑小波的卓越成就。对于学习研究小波理论、探讨分析小波应用的人而言,此书是不可不读的基础性经典著作。-The original book " Ten Lectures on Wavelets" (TenLecturesonWavelets) is a recognized classic academic world famous, is a modern mathematical works great influence in the wonderful book. The book contains 80 years since the 20th century, the world' s most advanced on the results of wavelet analysis, is also included on the compactly supported Daubechies wavelet my achievements. For the Learning of wavelet theory, wavelet analysis of the application of people, this book is a basic must-read classics.
Platform: | Size: 6029312 | Author: 徐荣 | Hits:

[Waveletdaub

Description: Daubechies D4 wavelet transform (D4 denotes four coefficients) wavlet transformation DB in java code source
Platform: | Size: 3072 | Author: dams arn | Hits:

[Windows DeveloptWavveletVCReh

Description: 通过设计Visual C程序源码对简单易懂的一维信号在加上了高斯白噪声之后进行Daubechies小波、Morlet小波与Haar小波变换,从而的到小波分解系数;再通过改变分解的到的各层高频系数数进行信号的小波重构达到消噪噪的目的。在这一程序源码实现的过程中能直观地理解信号小波分解重构的过程与在信号消噪中的重要作用,和在对各层高频系数进行权重处理时系数的选取对信号消噪效果的影响。 可直接 -Design Visual C program source code on a simple one-dimensional signal with a Gaussian white noise Daubechies wavelet, Morlet wavelet and Haar wavelet transform, and thus to the wavelet coefficients and then change the decomposition to each storey wavelet reconstruction frequency coefficient of the number of signal to noise canceling noise. In the process of realization of this program source code can be intuitively understood the signal wavelet decomposition and reconstruction process and an important role in signal denoising, and the selection coefficient in the high frequency coefficients of the layers of the weight of processing noise cancellation signal impact. Can be directly
Platform: | Size: 160768 | Author: xlli | Hits:

[Windows DevelopDDaubechies_wa

Description: Daubechies小波基的构造的matlab源码码,学习小波的好资料 , -Matlab source code of the Daubechies wavelet bases constructed, learning good information of the wavelet
Platform: | Size: 2048 | Author: tuition | Hits:

[Embeded-SCM Developwavelet-code-For-C_2

Description: 1、题目:一维小波变换,可多次分解 2、原理:卷积核变为Daubechies正交小波基h[]和g[]的交替形式。增加了多次分解的功能。-1, Title: one-dimensional wavelet transform decomposition can be repeated 2 Principle: convolution kernel becomes orthogonal Daubechies wavelet h [] and g [] alternate form. Decomposition increases many functions.
Platform: | Size: 2048 | Author: liuyun | Hits:

[Embeded-SCM Developwavelet-code-For-C_3

Description: 1、题目:一维小波变换 2、原理:Mallat算法,用Daubechies正交小波基作为卷积核对输入信号作卷积,对结果进行重排可得一维小波变换后的尺度系数和小波系数。可参见《实用小波分析入门》(刘涛、曾祥利、曾军主编,国防工业出版社,2006年4月第一看看版)第105~106页。-1, Title: a two-dimensional wavelet transform, the principle: Mallat algorithm, using Daubechies orthogonal wavelet as the convolution of the input signal as a convolution checked, the results rearrangement can be obtained after a one-dimensional scale wavelet transform coefficients and wavelet coefficients. See also " Practical Wavelet Analysis Primer" (Tao, ZENG Xiang-li, Zeng Jun editor, National Defense Industry Press, April 2006 first look Edition) 105 ~ 106.
Platform: | Size: 2048 | Author: liuyun | Hits:

[matlabDWT

Description: Discrete Wavelet Transform using Daubechies Wavelet family for Stationery and non-stationery signal and test with ECG signal for compression as well. The Matlab code are very simple and detailed one to understand easily. Can change code and produce on for ones project as well. These code provided with outputs to understand what exactly we are doing and get known what DWT exactly is. I tried my best to provide simple code.
Platform: | Size: 1798144 | Author: Rajendra | Hits:

[Embeded-SCM Develop小波变换

Description: 用keil4编写C代码实现小波变换,以Daubechies小波基进行常用波形的尺度系数和小波系数提取(C code written in keil4, wavelet transform, Daubechies wavelet basis for the commonly used waveform scale coefficients and wavelet coefficients extraction)
Platform: | Size: 37888 | Author: sjb1211 | Hits:

[WaveletDaubechies wavelet

Description: Daubechies wavelet matlab code
Platform: | Size: 323584 | Author: siavaaash | Hits:

CodeBus www.codebus.net