|
a |
|
b/mit-bih-noise-stress-test-database-1.0.0/nstdbgen- |
|
|
1 |
# file: nstdbgen G. Moody 3 August 1992 |
|
|
2 |
|
|
|
3 |
# UNIX shell script for generating sample noise stress test records |
|
|
4 |
|
|
|
5 |
nst -i 118 em -o 118e24 -s 24 -F 212 |
|
|
6 |
nst -i 118 em -o 118e18 -s 18 -F 212 |
|
|
7 |
nst -i 118 em -o 118e12 -s 12 -F 212 |
|
|
8 |
nst -i 118 em -o 118e06 -s 6 -F 212 |
|
|
9 |
nst -i 118 em -o 118e00 -s 0 |
|
|
10 |
nst -i 118 em -o 118e_6 -s -6 |
|
|
11 |
|
|
|
12 |
nst -i 119 em -o 119e24 -s 24 -F 212 |
|
|
13 |
nst -i 119 em -o 119e18 -s 18 -F 212 |
|
|
14 |
nst -i 119 em -o 119e12 -s 12 -F 212 |
|
|
15 |
nst -i 119 em -o 119e06 -s 6 -F 212 |
|
|
16 |
nst -i 119 em -o 119e00 -s 0 |
|
|
17 |
nst -i 119 em -o 119e_6 -s -6 |
|
|
18 |
|
|
|
19 |
mv header.118e24 118e24.hea |
|
|
20 |
mv header.118e18 118e18.hea |
|
|
21 |
mv header.118e12 118e12.hea |
|
|
22 |
mv header.118e06 118e06.hea |
|
|
23 |
mv header.118e00 118e00.hea |
|
|
24 |
mv header.118e_6 118e_6.hea |
|
|
25 |
|
|
|
26 |
mv header.119e24 119e24.hea |
|
|
27 |
mv header.119e18 119e18.hea |
|
|
28 |
mv header.119e12 119e12.hea |
|
|
29 |
mv header.119e06 119e06.hea |
|
|
30 |
mv header.119e00 119e00.hea |
|
|
31 |
mv header.119e_6 119e_6.hea |
|
|
32 |
|
|
|
33 |
mv atruth.118e24 118e24.atr |
|
|
34 |
mv atruth.118e18 118e18.atr |
|
|
35 |
mv atruth.118e12 118e12.atr |
|
|
36 |
mv atruth.118e06 118e06.atr |
|
|
37 |
mv atruth.118e00 118e00.atr |
|
|
38 |
mv atruth.118e_6 118e_6.atr |
|
|
39 |
|
|
|
40 |
mv atruth.119e24 119e24.atr |
|
|
41 |
mv atruth.119e18 119e18.atr |
|
|
42 |
mv atruth.119e12 119e12.atr |
|
|
43 |
mv atruth.119e06 119e06.atr |
|
|
44 |
mv atruth.119e00 119e00.atr |
|
|
45 |
mv atruth.119e_6 119e_6.atr |
|
|
46 |
|
|
|
47 |
rm nsa* |
|
|
48 |
|