文件名称:ConstructWaveBaseFunction.rar
-
所属分类:
- 标签属性:
- 上传时间:2012-09-04
-
文件大小:171.17kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
紧支撑小波基的构造。
以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.
以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.
相关搜索: Daubechies
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ConstructWaveBaseFunction/ConstructWaveBaseFunction.cpp
ConstructWaveBaseFunction/ConstructWaveBaseFunction.dsp
ConstructWaveBaseFunction/ConstructWaveBaseFunction.dsw
ConstructWaveBaseFunction/ConstructWaveBaseFunction.ncb
ConstructWaveBaseFunction/ConstructWaveBaseFunction.opt
ConstructWaveBaseFunction/ConstructWaveBaseFunction.plg
ConstructWaveBaseFunction/output/db1 data/S1.txt
ConstructWaveBaseFunction/output/db1 data/S2.txt
ConstructWaveBaseFunction/output/db1 data/S4.txt
ConstructWaveBaseFunction/output/db1 data/S8.txt
ConstructWaveBaseFunction/output/db1 data/W1.txt
ConstructWaveBaseFunction/output/db1 data/W2.txt
ConstructWaveBaseFunction/output/db1 data/W4.txt
ConstructWaveBaseFunction/output/db1 data/W8.txt
ConstructWaveBaseFunction/output/db1_scale.jpg
ConstructWaveBaseFunction/output/db1_wavelet.jpg
ConstructWaveBaseFunction/output/db6 data/S1.txt
ConstructWaveBaseFunction/output/db6 data/S2.txt
ConstructWaveBaseFunction/output/db6 data/S4.txt
ConstructWaveBaseFunction/output/db6 data/S8.txt
ConstructWaveBaseFunction/output/db6 data/W1.txt
ConstructWaveBaseFunction/output/db6 data/W2.txt
ConstructWaveBaseFunction/output/db6 data/W4.txt
ConstructWaveBaseFunction/output/db6 data/W8.txt
ConstructWaveBaseFunction/output/db6_scale.jpg
ConstructWaveBaseFunction/output/db6_wavelet.jpg
ConstructWaveBaseFunction/ReadMe.txt
ConstructWaveBaseFunction/StdAfx.cpp
ConstructWaveBaseFunction/StdAfx.h
ConstructWaveBaseFunction/output/db1 data
ConstructWaveBaseFunction/output/db6 data
ConstructWaveBaseFunction/Debug
ConstructWaveBaseFunction/output
ConstructWaveBaseFunction
ConstructWaveBaseFunction/ConstructWaveBaseFunction.dsp
ConstructWaveBaseFunction/ConstructWaveBaseFunction.dsw
ConstructWaveBaseFunction/ConstructWaveBaseFunction.ncb
ConstructWaveBaseFunction/ConstructWaveBaseFunction.opt
ConstructWaveBaseFunction/ConstructWaveBaseFunction.plg
ConstructWaveBaseFunction/output/db1 data/S1.txt
ConstructWaveBaseFunction/output/db1 data/S2.txt
ConstructWaveBaseFunction/output/db1 data/S4.txt
ConstructWaveBaseFunction/output/db1 data/S8.txt
ConstructWaveBaseFunction/output/db1 data/W1.txt
ConstructWaveBaseFunction/output/db1 data/W2.txt
ConstructWaveBaseFunction/output/db1 data/W4.txt
ConstructWaveBaseFunction/output/db1 data/W8.txt
ConstructWaveBaseFunction/output/db1_scale.jpg
ConstructWaveBaseFunction/output/db1_wavelet.jpg
ConstructWaveBaseFunction/output/db6 data/S1.txt
ConstructWaveBaseFunction/output/db6 data/S2.txt
ConstructWaveBaseFunction/output/db6 data/S4.txt
ConstructWaveBaseFunction/output/db6 data/S8.txt
ConstructWaveBaseFunction/output/db6 data/W1.txt
ConstructWaveBaseFunction/output/db6 data/W2.txt
ConstructWaveBaseFunction/output/db6 data/W4.txt
ConstructWaveBaseFunction/output/db6 data/W8.txt
ConstructWaveBaseFunction/output/db6_scale.jpg
ConstructWaveBaseFunction/output/db6_wavelet.jpg
ConstructWaveBaseFunction/ReadMe.txt
ConstructWaveBaseFunction/StdAfx.cpp
ConstructWaveBaseFunction/StdAfx.h
ConstructWaveBaseFunction/output/db1 data
ConstructWaveBaseFunction/output/db6 data
ConstructWaveBaseFunction/Debug
ConstructWaveBaseFunction/output
ConstructWaveBaseFunction
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.