下載MIMIC Database[1]

下載wget工具[2]

我是下載BinariesDependencies兩個壓縮檔案
記得解壓縮後, 將Dependencies資料下的dll複製或剪下貼到Bin資料內, 
這樣wget才能使用…
image
------------------------------------------------------------------------------

在DOS command window下指令即可下載全部資料庫內容, 指令如下:

wget -r -np http://www.physionet.org/physiobank/database/mimicdb/numerics/

接下就是耐心等待抓資料完成

image

------------------------------------------------------------------------------

下載安裝WFDB Toolbox for MATLAB and Octave

加入系統路徑, MATLAB command window輸入指令

addpath(pwd);savepath

>> wfdbdemo

image

image

image

>> [tm, signal]=rdsamp('mitdb/100',[],1000);
>> plot(tm,signal(:,1))

image

-----------------------------------------------------------------

>> [tm, signal]=rdsamp('mitdb/100',[],1000);
>> plot(tm,signal(:,1))

image

>> [tm, signal]=rdsamp('mitdb/101',[],1000);
>> plot(tm,signal(:,1))

image

其中第一個參數mitdb/100, 數字有效值為

100~124

image

200~234

image



參考資料

1. The MIMIC Database: Numerics

2. Wget for Windows

3. WFDB Toolbox for MATLAB and Octave

4. MIT-BIH Arrhythmia Database

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 me1237guy 的頭像
    me1237guy

    天天向上

    me1237guy 發表在 痞客邦 留言(0) 人氣()