-
quzao
主要是用于心电信号的去噪,对于噪声下的微弱电信号的一种提取(For ECG denoising, extract a weak signal in the noise)
- 2012-05-16 11:43:35下载
- 积分:1
-
Matlabwavelet
第二代小波变换,包含常见的小波基函数和算例(The second generation wavelet transform contains the common wavelet basis functions and examples)
- 2017-03-28 09:59:22下载
- 积分:1
-
Autocorrelation
编写MATLAB程序,产生协方差函数为C(τ)=9??^(?10|??| )的零均值平稳高斯过程,产生一条样本函数.测量所产生样本的时间自相关函数,将结果与理论值比较。(Procedures for the preparation of MATLAB produced C covariance function (tau) =9^ (- 10||) zero mean stationary Gauss process to produce a sample function. Measuring the resulting sample time autocorrelation function, the results will be compared with the theoretical value.)
- 2021-04-08 13:19:01下载
- 积分:1
-
wavetest0
morlet小波变换的周期性分析程序,分析长时间序列的周期性(morlet periodic wavelet analysis program, analysis of long time series of the periodic)
- 2011-07-29 09:47:00下载
- 积分:1
-
Desktop
实现心电信号的去噪处理以及波形变化,提取信号周期,同时标记波形的起始点和结束点(Denoising ECG waveform changes, signal extraction cycle, at the same time mark waveform start and end points)
- 2020-10-29 15:19:58下载
- 积分:1
-
random-noise
基于小波变换的随机噪声降噪的matlab 主要运用的方法有软阈值去噪法和硬阈值去噪法(Based on wavelet transform matlab random noise and noise reduction methods are mainly used soft thresholding method and hard thresholding method)
- 2013-06-25 15:57:52下载
- 积分:1
-
Cosine_Transform
余弦变换-DCT。好用的小波变换方法程序。(Cosine transform-DCT. Use of wavelet transform.)
- 2009-06-20 17:31:55下载
- 积分:1
-
gabor_decon
对地震数据进行gabor反褶积处理,有实例验证方法,简单易懂(The seismic data are processed by Gabor deconvolution.There are examples of methods to verify, easy to understand)
- 2017-09-15 11:49:20下载
- 积分:1
-
wave_decompose_ena0
小波分解,得到低频系数并求特征熵,可用来对信号进行分选识别(Wavelet decomposition, low coefficient and entropy, which can be used for signal sorting and recognition)
- 2011-12-12 11:29:07下载
- 积分: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