登录
首页 » matlab » HRVAS

HRVAS

于 2013-02-05 发布 文件大小:812KB
0 368
下载积分: 1 下载次数: 350

代码说明:

  这是一款用来分析心率变异性的matlab程序,有线性分析和非线性分析,包含输出结果包含频谱分布、统计学描述、样本熵、小波分析(This is a matlab program used to analyze heart rate variability, linear analysis and nonlinear analysis contains the output contains spectral distribution, statistical description sample entropy, wavelet analysis)

文件列表:

HRVAS_v1.0.0
............\batchHRV.m,14975,2010-08-04
............\ellipsedraw.m,2195,2008-07-18
............\exportHRV.m,10995,2010-08-04
............\freqDomainHRV.m,10924,2010-08-04
............\gpl.txt,35147,2010-08-04
............\HRVAS.m,129862,2010-08-04

............\HRVAS_user_manual.pdf,593884,2013-01-08
............\locateOutliers.m,5750,2010-08-04
............\lomb2.m,1959,2010-07-07
............\main.m,45,2010-08-04
............\nonlinearHRV.m,6475,2010-08-04
............\poincareHRV.m,1748,2010-08-04
............\preProcessIBI.m,7736,2010-08-04
............\readme.txt,1717,2010-08-04
............\replaceOutliers.m,3958,2010-08-04
............\sampleData
............\..........\103.ibi,4809,2008-07-17
............\..........\103.txt,1770,2009-07-14
............\..........\ecgsyn.ibi,16382,2010-01-21
............\..........\example.ibi,13768,2010-01-21
............\..........\ibi_export.ibi,24040,2010-01-21
............\..........\kubios_sampledata.txt,4206,2008-07-08
............\..........\readme.txt,9415,2009-08-05
............\..........\real.ibi,69036,2010-01-21
............\..........\real_rr.txt,319789,2010-01-21
............\..........\RTFcon10_wk5.ibi,20687,2009-08-21
............\..........\sample2.ibi,6906,2009-10-28
............\..........\sampledata.ibi,47793,2010-08-04
............\..........\sampleData.txt,24040,2009-08-20
............\..........\syn.ibi,13848,2010-01-21
............\..........\syn_rr.txt,596166,2010-01-21
............\sample_ecg.ibi,9235,2013-01-09
............\settings.mat,718,2013-01-10
............\slidingWindow.m,4639,2010-08-04
............\timeDomainHRV.m,6100,2010-08-04
............\timeFreqHRV.m,16885,2010-08-04
............\wavelet.m,8403,2010-08-04

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • decomposition
    运行emd,得到输入信号X的固有模态函数(imf),每列代表着信号X的一阶分量,X就是我们采集的信号。 hhtdn是hht去噪的程序,可以不看,仅看emd 和 findpeaks wvtdn是wavelet去噪程序,如果只是分解信号,仅用下面的语句即可 [C,L] = wavedec(x_noise,dl,wn); x_noise就是我们采集的信号,dl是分解的阶数,wn是分解的母小波名称(% Empiricial Mode Decomposition (Hilbert-Huang Transform) % imf = emd(x) % Func : findpeaks)
    2021-04-13 22:28:55下载
    积分:1
  • 2
    说明:  利用小波分析 对变压器局部放电信号进行去噪处理 课程作业 效果不错(Transformer using wavelet analysis of partial discharge signal de-noising processing coursework good results)
    2009-10-08 14:38:37下载
    积分:1
  • compression
    主要用于图像经小波变换压缩图像,并计算压缩后的图像压缩性能即压缩比和信噪比(Mainly used for image compression by wavelet transform image, and calculate the compressed image compression performance that the compression ratio and signal to noise ratio)
    2010-01-29 16:10:02下载
    积分:1
  • Ahybridwaveletanalysisandsupportvectormachines
    一篇不错的智能算法结合小波的论文,非常不错的论文(goodpapersaboutwaveletandintelligencealgorithm)
    2009-02-04 11:50:16下载
    积分:1
  • wave_nn_transformer
    小波神经网络在变压器故障诊断中的应用,介绍一种小波神经网络诊断变压器故障的新方法 好文章大家一起分享(Wavelet neural network in fault diagnosis of transformer applications, introduced a wavelet neural network of the new transformer fault diagnosis method of a good article to share)
    2008-06-16 18:28:42下载
    积分:1
  • 图像对比度拉伸源代码
    说明:  基于vc++6.0 的图像对比度拉伸操作(vc 6.0 on the image contrast stretching operation)
    2005-12-05 09:46:10下载
    积分:1
  • q4
    说明:  提出了一种基于复解析小波变换的相位诊断齿轮故障的方法。复解析小波变换将Hilbert变换与小波分析紧密结合在一起,具有自适应分析能力。利用复解析小波变换得到齿轮振动信号的相位,其功率谱图上可提取调制边频带结构来识别故障模式。试验结果表明这种方法可有效应用于齿轮局部故障诊断中。(A new method using the phase based on complex analytical wavelet transform for fault diagnosis of gears was proposed. The phase of vibration signals of gears is got by complex analytical wavelet transform, which combines Hilbert transform with wavelet transform tightly and possesses adaptive analysis ability. By making spectrum analysis of the phase, the sideband structure in power spectrum can be protruded, and the fault pattern can be identified. Experimental results show that the proposed method is effective in local defect detection of gears.)
    2012-02-02 15:25:22下载
    积分:1
  • wavelet-transform
    wavelet transform s code with details
    2012-04-11 15:57:10下载
    积分:1
  • 功率谱
    说明:  利用此代码绘制声信号的功率谱,显示功率谱线。普通音频文件均可实现(Drawing power spectrum)
    2021-01-22 14:32:24下载
    积分:1
  • dct
    实现离散余弦(TCD)变换(achieve discrete cosine (TCD) Transform)
    2020-10-15 10:47:29下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载