下載MIMIC Database[1]
下載wget工具[2]
我是下載Binaries和Dependencies兩個壓縮檔案
記得解壓縮後, 將Dependencies資料下的dll複製或剪下貼到Bin資料內,
這樣wget才能使用…
------------------------------------------------------------------------------
在DOS command window下指令即可下載全部資料庫內容, 指令如下:
wget -r -np http://www.physionet.org/physiobank/database/mimicdb/numerics/
接下就是耐心等待抓資料完成
------------------------------------------------------------------------------
下載安裝WFDB Toolbox for MATLAB and Octave
加入系統路徑, MATLAB command window輸入指令
addpath(pwd);savepath
>> wfdbdemo
>> [tm, signal]=rdsamp('mitdb/100',[],1000);
>> plot(tm,signal(:,1))
-----------------------------------------------------------------
>> [tm, signal]=rdsamp('mitdb/100',[],1000);
>> plot(tm,signal(:,1))
>> [tm, signal]=rdsamp('mitdb/101',[],1000);
>> plot(tm,signal(:,1))
其中第一個參數mitdb/100, 數字有效值為
參考資料
1. The MIMIC Database: Numerics
全站熱搜