-
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
-
Blur-Detection-Using-Wavelet
基于论文<<Blur Detection for digital images using wavelet transform>>,使用Haar小波变换实现图像模糊度检测。(Based on paper <Blur Detection for digital images using wavelet transform> > , Using the Haar wavelet transform of image blur detection.)
- 2020-07-17 20:58:48下载
- 积分:1
-
小波程序
说明: 这是一个关于小波应用工程程序的期末作业,里面包括连续小波变换和离散小波变换,适合初学者使用(This is a project on the application of wavelet end of the operating procedures, including inside the continuous wavelet transform and discrete wavelet transform, for beginners)
- 2005-09-06 21:34:39下载
- 积分:1
-
wavelet-transform
wavelet transform s code with details
- 2012-04-11 15:57:10下载
- 积分:1
-
Fast_Algorithm_of_Edge_Detection_Based_on_Lifting_
本文通过比较第一代和第二代小波算法特点,引入二代小波提升结构的概念,提出了一种基于二代小波提升结构的快速图像边缘检测算法 对三次B样条小波基实现提升格式,通过计算大尺度下分解子图的模值和幅角来确定边缘 经过实验比较,能比经典的边缘检测算法得出更精确的边缘图像,同时通过与基于第一代小波算法的边缘检测比较,基于二代小波提升格式的边缘检测算法计算更快速,更高效。(In this paper, by comparing first-and second-generation wavelet algorithm features, the introduction of second generation wavelet to enhance the concept of structure, a second generation wavelet-based structure to enhance the rapid image edge detection algorithm on the three B-spline wavelet lifting scheme to achieve through Calculation of large-scale mold subgraph decomposition value and increase the edge angle to determine the experimental comparison, than the classical edge detection algorithm to draw a more accurate edge image, at the same time with the first generation of wavelet-based edge detection algorithm comparison, based on the Second generation wavelet lifting scheme edge detection algorithm is faster and more efficient.)
- 2008-06-23 13:18:06下载
- 积分:1
-
FlowEstimationbyQWT
使用四元数小波变换图像流估计。是对“Coherent Multiscale Image Processing using Dual-Tree Quaternion Wavelets”的实现。代码很详细。(Use quaternion wavelet transform image flow estimation. Is the " Coherent Multiscale Image Processing using Dual-Tree Quaternion Wavelets" implementation. Code is very detailed.)
- 2021-04-27 21:08:44下载
- 积分:1
-
BBS
时频分析代码,希望对大家有用,关于盲源分离的基础知识(Time frequency analysis code, we hope to be useful to everyone, about the basic knowledge of blind source separation.)
- 2018-06-25 09:02:34下载
- 积分:1
-
scope
vc实现虚拟示波器,没有测试过不知道能用吧(vc virtual oscilloscope not tested do not know can)
- 2012-09-20 15:11:28下载
- 积分:1
-
matlab谐波分析
说明: 可导入comtrade格式录波文件,进行谐波分析(It can import COMTRADE format recording file for harmonic analysis)
- 2020-06-17 23:20:01下载
- 积分:1
-
wavelettransforming
labview小波工具箱以及关于小波变换去噪的源程序。(labview wavelet toolbox and on the wavelet transform denoising of the source.)
- 2010-06-13 18:36:01下载
- 积分:1