-
createDictionary
图像的压缩感知进行稀疏化时,首先需要进行创建字典,本程序就可以创建gabor字典(to create the gabor dicitionary)
- 2011-11-22 13:49:55下载
- 积分:1
-
xiaobo
基于matlab的小波变换程序,可以方便的进行信号的小波分析。经过验证,可以使用。这里使用的是morlet小波。主要是处理地震数据。(Matlab-based wavelet transform process, you can easily carry out the wavelet analysis of signals. After verification, you can use. Here use morlet wavelet. Processing seismic data.)
- 2012-03-23 09:52:43下载
- 积分:1
-
GaborFilter
说明: 利用Gabor滤波器提取图像纹理特征,用于图像分类模式识别(Extract the texture feature using Gabor filter/wavelet. You should first generate cell array G, which is a set of kernels in freq domain, then pass G and the image to the function GABORCONV.)
- 2011-04-10 15:58:05下载
- 积分:1
-
ab1aa8fbd6fc
一篇关于小波变换和希尔伯特变换的文章,处理的是无功功率。小波变换代码和希尔伯特变化代码(A Wavelet transform and Hilbert transform article, dealing with reactive power.Wavelet transform and Hilbert transform code)
- 2012-04-15 12:50:09下载
- 积分:1
-
Wavelet-Neural-networks
Wavelet Neural networks
- 2014-02-24 02:29:54下载
- 积分:1
-
Normalshrink
本程序是基于小波变换的图像去噪,运行过可以使用(This procedure is based on Wavelet Transform for Image Denoising, run-off can be used)
- 2021-03-15 20:19:22下载
- 积分:1
-
gabor_filter
实现对图像的gabor小波变换,利用了opencv的函数库,可实现方向和尺度等多项选择。(Achieve image gabor wavelet transform, using the opencv function library, enabling the direction and scale and many other options.)
- 2010-08-06 15:46:39下载
- 积分:1
-
lift53
说明: 53小波提升的编解码代码,可用于图像的53小波变换(53)
- 2021-04-17 17:18:52下载
- 积分:1
-
ConstructWaveBaseFunction
说明: 紧支撑小波基的构造。
以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.)
- 2020-11-10 20:19:45下载
- 积分:1
-
Noise-canceling-of-SEMG
利用小波变换实现表面肌电信号消噪的程序,还包括一些对比分析。(Wavelet transform SEMG denoising procedures, including some comparative analysis.)
- 2011-05-30 11:53:18下载
- 积分:1