您的位置:首页 > 其它

安装Cygwin, 配置画图工具,运行HRV程序

2011-09-14 11:20 453 查看
cd plt

cd plt-2.5a

export PATH=/usr/openwin/bin:$PATH

export DISPLAY=:0.0

make install

plt xdemo

1. install cygwin http://www.physionet.org/physiotools/cygwin/
echo "export HOME=/home/administrator" >>.bashrc

echo "export HOME=/home/administrator" >>.bash_profile

cp .bashrc .bash_profile /home/administrator

echo "cd" >>.bashrc

2. install XView http://www.physionet.org/physiotools/xview/#windows
cd /

tar xfvj ~/xview-3.2p1.4-18c-cygwin.tar.bz2

export PATH=/usr/openwin/bin:$PATH

export DISPLAY=:0.0

run XWin -multiwindow -clipboard -silent-dup-error

run XWin -multiwindow -clipboard -silent-dup-error +bs

run XWin -multiwindow -clipboard -silent-dup-error +bs -emulate3buttons

3. install plt http://www.physionet.org/physiotools/plt/
make install

make xdemo

make psdemo

4. install WFDB http://www.physionet.org/physiotools/wfdb-windows-quick-start.shtml
tar xfvz wfdb.tar.gz

cd wfdb-10.m.n

./configure

make install

ln -sf /usr/bin/libwfdb.dll.a /usr/lib

wave -r mitdb/200 -a atr
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐