-
Matlab
说明: 对脉搏波进行t波,r波进行检测,提取,再将特征值标注到原波形上(Detect and extract the T wave and R wave of pulse wave)
- 2020-03-24 16:32:06下载
- 积分:1
-
Forward-modeling
matlab编的瑞利面波的正演模拟,用于浅层地震勘探研究(Matlab compiled Rayleigh wave in the forward modeling of, used in the shallow seismic exploration and research
)
- 2021-03-09 15:49:27下载
- 积分:1
-
wavelet_ezw
基于小波变换的图像量化编解码,使用零树编码方法(based on wavelet transform quantitative image codecs, the use of zero-tree coding method)
- 2006-12-03 11:46:54下载
- 积分:1
-
wavelet-pudn-3
wavelet transforms in advanced forms
- 2014-01-12 06:02:24下载
- 积分:1
-
20140521
利用小波变换检测回波,经过labview显示,实现了很好的界面效果(Using wavelet transform to detect echoes through labview display interface to achieve a good effect)
- 2014-05-21 09:36:26下载
- 积分:1
-
yawtb
二维连续小波变换,以及高维连续小波变化,简单易懂!!(Mainly includes two dimensional continuous wavelet transform and higher dimensional continuous wavelet transform and its application!!)
- 2021-01-09 19:48:52下载
- 积分:1
-
wavelet
利用小波分析原理对某信号进行分解与重构,并可提取指定层数上的高、低频信号。(A signal is decomposed and reconstructed by using wavelet analysis principle, and high and low frequency signals can be extracted from the specified number of layers.)
- 2018-06-09 20:37:34下载
- 积分:1
-
signal-
matlab利用小波模极大值法实现信号的奇异性检测(Signal singularity detection in Matlab)
- 2012-05-15 10:53:20下载
- 积分: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
-
小波变换
说明: 图像小波变换,小波变换(wavelet transform,WT)是一种新的变换分析方法,它继承和发展了短时傅立叶变换局部化的思想,同时又克服了窗口大小不随频率变化等缺点,能够提供一个随频率改变的“时间-频率”窗口,是进行信号时频分析和处理的理想工具。它的主要特点是通过变换能够充分突出问题某些方面的特征,能对时间(空间)频率的局部化分析,通过伸缩平移运算对信号(函数)逐步进行多尺度细化,最终达到高频处时间细分,低频处频率细分,能自动适应时频信号分析的要求,从而可聚焦到信号的任意细节,解决了Fourier变换的困难问题,成为继Fourier变换以来在科学方法上的重大突破。(Image Wavelet Transform)
- 2020-06-18 04:40:01下载
- 积分:1