原创 AHA 數據庫 包含哪些類型的心律失常記錄

Until about 2003, the only available portion of the AHA database consisted of 80 two-channel excerpts of analog ambulat

原创 W Zong / A Robust Open-source Algorithm to Detect Onset and Duration of QRS Complexes

  空間 論文網址: http://mimic.physionet.org/Archive/Publications/Zong03b.pdf   摘要 1 引言 2 方法 2.1 低通濾波 2.2 曲線長度變換 單通道ECG曲線長度變換

原创 MIT-BIN 心律失常數據庫記錄的頭文件內容和含義

用寫字板 打開文件 100.hea,會顯示下面的內容: 100 2 360 650000 100.dat 212 200 11 1024 995 -22131 0 MLII 100.dat 212 200 11 1024 1011 200

原创 MATLAB 結構體定義方法

personInfo = struct('name','goudahai','age','38', 'School','Ji Lin University', 'Department','math', 'work','Ecg & Spo2

原创 計算機技術與軟件專業技術資格(水平)考試的一點兒感受

經過: 2018年上半年, 我 參加了《軟件設計師》中級考試,考一次就通過了。 2019年上半年,我參加了《信息系統項目管理師》高級考試,也通過了。   政策: 計算機這個考試,是職稱考試,以考代評,考過了就相當於有了高級、中級專業技術資

原创 從ECG 和 PPG 計算呼吸率的研究資源,Research into estimation of respiratory rate from physiological signals

http://peterhcharlton.github.io/RRest/     Available Datasets The following datasets are available for use with the too

原创 一段心音圖的樣子

    MIT 網站的 心音圖數據,很多。有感興趣的可以研究一下了! 點贊 收藏 分享 文章舉報 cyco 發佈了66 篇原創文章 · 獲贊 6 · 訪問量 2萬+ 私信

原创 Lourakis/ Levenberg-Marquardt nonlinear least squares algorithms in C/C++

  空間 源碼網址: http://www.ics.forth.gr/~lourakis/levmar/   在沒有LAPACK(線性代數軟件包)時,可用自帶的LU分解算法求解線性問題的解。用LM方法求解非線性最優化問題得到的是局部最優解

原创 Uni-G/ The University of Glasgow (Uni-G) ECG Analysis Program

  空間 The University of Glasgow (Uni-G) ECG Analysis Program PW Macfarlane, B Devine, E Clark University of Glasgow, Sec

原创 peakdet.m 代碼 : Peak detection using MATLAB

http://billauer.co.il/peakdet.html 點贊 收藏 分享 文章舉報 cyco 發佈了66 篇原創文章 · 獲贊 6 · 訪問量 2萬+ 私信

原创 項目定義

項目是指一系列獨特的、複雜的並相互關聯的活動,這些活動有着一個明確的目標或目的,必須在特定的時間、預算、資源限定內,依據規範完成。 葉聖陶 《倪煥之》二五:“教育這個項目當然是不容輕易忽略的。” 洪深 《戲劇導演的初步知識》上篇二:“它們

原创 《計算方法》 李曉紅等 第五章 插值 例題 代碼

#include "stdafx.h" #include <math.h> // 插值   double PI() {     return(atan(1.)*4); }   // x | pi/6     pi/4        pi/

原创 《計算方法》 李曉紅等 第七章 矩陣特徵值 例題

#include "stdafx.h" #include <math.h> // 矩陣特徵值   int Maximum(double a[], int n) {     int p=0;     int i;       for (i=

原创 《計算方法》 李曉紅等 第三章 解線性方程組的直接法 例題 代碼

#include "stdafx.h" #include <math.h> // 解線性方程組的直接法   void PS(double A[], int n, char *name); void GaussXiaoQu() {     

原创 2N點實序列的FFT

  空間 function X = fft_2N(x) % 計算長度爲2N的實序列的FFT % John G.Proakis,數字信號處理,第四版   % Define variables: %   x       --- Input r