Multiscale Entropy Analysis 1.0

File: <base>/test-mse (306 bytes)
#!/bin/sh
# file: test-mse

mkdir test
gcc -o test/mse -O mse.c -lm

cd test

ann2rr -r nsr2db/nsr040 -a ecg -A -i s4 >nsr040.rr
ann2rr -r nsr2db/nsr047 -a ecg -A -i s4 >nsr047.rr

cat >filelist <<!
nsr040.rr
nsr047.rr
!

./mse -n 10 -a 2 <nsr040.rr >mse-nsr040

./mse -n 10 -a 2 -F filelist >filelist.mse