-
ECG
心电信号分析
(1)设计滤波器,实现对心电信号的噪声抑制和基线纠漂。
(2)时域分析:R波检测算法与实现.
(3)功率谱分析:对消噪后的信号进行功率谱分析。要求计算信号的功率谱,功率谱峰值,峰值频率。
(ECG Analysis (1) design filters to achieve noise suppression of ECG and baseline drift correction. (2) time-domain analysis: R-wave detection algorithm and implementation (3) The power spectrum analysis: noise cancellation signal after the power spectrum analysis. Require calculation of the signal power spectrum, peak power spectrum, peak frequency.)
- 2020-12-10 20:39:18下载
- 积分:1
-
wavelet
利用小波分析检测超高压输电线路故障和故障分类(fault identification and classifiction of EHV transmission lines based on wavelet transform)
- 2021-04-15 15:08:54下载
- 积分:1
-
CWT-and-Image-processing
连续小波变换处理数字图像,分解,去噪,重构信号(Continuous wavelet transform digital image processing, decomposition, denoising, reconstruction of the signal)
- 2011-09-27 22:30:14下载
- 积分:1
-
Image_Processing
数字图像获取, 处理及实践应用源代码——很多有用的图像处理的源代码:图像显示(原图、抖动),图像增强(灰度变换、直方图均衡、多种滤波器、伪彩色增强等),图像复原(运动模糊、逆滤波等等),图像变换(傅立叶变换、快速傅立叶变换、离散余弦变换、沃尔什变换、霍特林变换、小波变换、小波反变换),图像编码(霍夫曼编码、香浓-费诺编码、算术编码、位平面编码等),图像识别。(Digital image acquisition, processing and practical application source code- a lot of useful image processing source code: Image Display (image, jitter), image enhancement (gray-scale transformation, histogram equalization, multi-filter, pseudo-color enhancement, etc. ), image restoration (motion blur, inverse filtering, etc.), image transform (Fourier transform, fast Fourier transform, discrete cosine transform, Walsh transform, Hotelling transform, wavelet transform, wavelet transform), image coding (Huffman coding, Shannon- Fenno coding, arithmetic coding, bit plane coding, etc.), image recognition.)
- 2020-06-26 03:20:02下载
- 积分:1
-
wrcoef-upcoef
一维小波单支重构函数,一维小波系数直接重构函数(Single one-dimensional reconstruction of wavelet functions, the direct reconstruction of one-dimensional wavelet function)
- 2011-08-31 10:29:19下载
- 积分: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
-
xiaobo
基于matlab的小波变换程序,可以方便的进行信号的小波分析。经过验证,可以使用。这里使用的是morlet小波。主要是处理地震数据。(Matlab-based wavelet transform process, you can easily carry out the wavelet analysis of signals. After verification, you can use. Here use morlet wavelet. Processing seismic data.)
- 2012-03-23 09:52:43下载
- 积分:1
-
小波边缘检测
基于小波变换模极大的多尺度图像边缘检测matlab源代码(based on wavelet transform modulus maxima of multiscale edge detection Matlab source code)
- 2020-06-26 08:00:02下载
- 积分:1
-
DWT1D
C语言实现一维离散小波变换,通过mallat算法实现对一维信号的快速重构和分解。(C language implementation of a one-dimensional discrete wavelet transform, fast algorithm by mallat one-dimensional signal reconstruction and decomposition.)
- 2021-01-02 16:48:57下载
- 积分:1
-
3D
说明: 真正的3 d双树离散小波变换(DWT)的一个数据集x是使用四个严格采样实现可分3 d DWTs在平行。然后subbands四DWTs结合适当。
(The real the 3 d Doubletree discrete wavelet transform (DWT) data set x four to strict sampling separable 3 d the DWTs In parallel. The then the subbands four DWTs combined appropriately.)
- 2013-04-16 19:35:55下载
- 积分:1