-
wav_sofm
说明: 使用小波变换和神经网络的混合图像压缩,希望对大家有所帮助(Using wavelet transform and neural network hybrid image compression, I hope all of you to help)
- 2008-11-27 08:09:48下载
- 积分:1
-
xiaobo
小波变换 小波变换 (Wavelet Transform Wavelet Transform)
- 2020-11-09 21:49:46下载
- 积分:1
-
wavelet-matlab
说明: 基于小波变换的图像融合源代码,利用的融合规则分别使用简单的模值取大和基于区域能量。(Image fusion based on wavelet transform source code, the use of fusion rule modulus were obtained using a simple large and region-based energy.)
- 2021-05-09 01:38:35下载
- 积分:1
-
xiaobobianhuan
基于小波变换的去雾处理程序,附有实验图片,可以运行的,希望对大家有帮助!(Based on wavelet transform to fog handler, attached to the experimental images, you can run, I hope it can help you!)
- 2015-01-25 10:59:10下载
- 积分:1
-
quaternion-wavelet-transform
四元数小波变换。对图像进行四元数小波域变换,并根据变换后得到的四个部分进行幅度相位分析。(Quaternion wavelet transform.Including image analysis via quaternion wavelet domain,such as one magnitude and three angles.)
- 2021-01-18 07:38:43下载
- 积分:1
-
thresholddenoisingbasedonwavelet
小波阈值去噪的经典程序,基于小波变换阈值去噪的MATLAB源代码,效果很好。
(Classic wavelet threshold denoising procedure threshold denoising based on wavelet transform of MATLAB source code, works well.)
- 2010-06-02 11:15:33下载
- 积分:1
-
Daubechies
java小波变换的实现,包括哈尔小波,以及在这基础上改进的小波实现。(The implementation of Daubechies wavelets.)
- 2012-03-27 11:14:14下载
- 积分:1
-
rtcmas_client
小波包分析提取振动信号中的特征频率,以及能量谱分析计算-(wavelet packet analysis vibration signal from the characteristic frequency, and the energy spectrum analysis
)
- 2011-12-01 12:35:47下载
- 积分:1
-
wave-move
描述电磁波(电场或磁场)在自由空间传播的Matlab程序。(Description of electromagnetic waves (electric or magnetic) in free-space propagation of Matlab procedures.)
- 2020-11-03 09:39: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