A Cardiovascular Simulator for Research 1.0.0

File: <base>/doc/epsfig/hrspectra.eps (13,562 bytes)
%!PS-Adobe-2.0 EPSF-1.2
%%Creator: MATLAB, The Mathworks, Inc.
%%Title: hrspectra.eps
%%CreationDate: 09/09/ 1  23:35:59
%%DocumentNeededFonts: Helvetica
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%Extensions: CMYK
%%Pages: 1
%%BoundingBox:    32   182   557   595
%%EndComments

%%BeginProlog

% MathWorks dictionary
/MathWorks 160 dict begin

% definition operators
/bdef {bind def} bind def
/ldef {load def} bind def
/xdef {exch def} bdef
/xstore {exch store} bdef

% operator abbreviations
/c  /clip ldef
/cc /concat ldef
/cp /closepath ldef
/gr /grestore ldef
/gs /gsave ldef
/mt /moveto ldef
/np /newpath ldef
/cm /currentmatrix ldef
/sm /setmatrix ldef
/rc {rectclip} bdef
/rf {rectfill} bdef
/rm /rmoveto ldef
/rl /rlineto ldef
/s /show ldef
/sc {setcmykcolor} bdef
/sr /setrgbcolor ldef
/sg /setgray ldef
/w /setlinewidth ldef
/j /setlinejoin ldef
/cap /setlinecap ldef

% page state control
/pgsv () def
/bpage {/pgsv save def} bdef
/epage {pgsv restore} bdef
/bplot /gsave ldef
/eplot {stroke grestore} bdef

% orientation switch
/portraitMode 	0 def
/landscapeMode 	1 def

% coordinate system mappings
/dpi2point 0 def

% font control
/FontSize 0 def
/FMS {
	/FontSize xstore		%save size off stack
	findfont
	[FontSize 0 0 FontSize neg 0 0]
	makefont
	setfont
	}bdef

/reencode {
exch dup where
{pop load} {pop StandardEncoding} ifelse
exch
dup 3 1 roll
findfont dup length dict begin
  { 1 index /FID ne {def}{pop pop} ifelse } forall
  /Encoding exch def
  currentdict
end
definefont pop
} bdef

/isroman {
findfont /CharStrings get
/Agrave known
} bdef

/FMSR {
3 1 roll 1 index
dup isroman
{reencode} {pop pop} ifelse
exch FMS
} bdef

/csm {
	1 dpi2point div -1 dpi2point div scale
	neg translate
	landscapeMode eq {90 rotate} if
	} bdef

% line types: solid, dotted, dashed, dotdash
/SO { [] 0 setdash } bdef
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef
/DA { [6 dpi2point mul] 0 setdash } bdef
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef

% macros for lines and objects
/L {
	lineto
	stroke
	} bdef
/MP {
	3 1 roll moveto
	1 sub {rlineto} repeat
	} bdef
/AP {
	{rlineto} repeat
	} bdef
/PP {
	closepath eofill
	} bdef
/DP {
	closepath stroke
	} bdef
/MR {
	4 -2 roll moveto
	dup  0 exch rlineto
	exch 0 rlineto
	neg  0 exch rlineto
	closepath
	} bdef
/FR {
	MR stroke
	} bdef
/PR {
	MR fill
	} bdef
/L1i {
	{ currentfile picstr readhexstring pop } image
	} bdef

/tMatrix matrix def
/MakeOval {
	newpath
	tMatrix currentmatrix pop
	translate scale
	0 0 1 0 360 arc
	tMatrix setmatrix
	} bdef
/FO {
	MakeOval
	stroke
	} bdef
/PO {
	MakeOval
	fill
	} bdef

/PD {
	currentlinecap 1 setlinecap 3 1 roll 2 copy moveto lineto stroke setlinecap
	} bdef

/FA {
	newpath
	tMatrix currentmatrix pop
	translate scale
	0 0 1 5 -2 roll arc
	tMatrix setmatrix
	stroke
	} bdef
/PA {
	newpath
	tMatrix currentmatrix pop
	translate 0 0 moveto scale
	0 0 1 5 -2 roll arc
	closepath
	tMatrix setmatrix
	fill
	} bdef

/FAn {
	newpath
	tMatrix currentmatrix pop
	translate scale
	0 0 1 5 -2 roll arcn
	tMatrix setmatrix
	stroke
	} bdef
/PAn {
	newpath
	tMatrix currentmatrix pop
	translate 0 0 moveto scale
	0 0 1 5 -2 roll arcn
	closepath
	tMatrix setmatrix
	fill
	} bdef

/vradius 0 def
/hradius 0 def
/lry 0 def
/lrx 0 def
/uly 0 def
/ulx 0 def
/rad 0 def

/MRR {
	/vradius xdef
	/hradius xdef
	/lry xdef
	/lrx xdef
	/uly xdef
	/ulx xdef
	newpath
	tMatrix currentmatrix pop
	ulx hradius add uly vradius add translate
	hradius vradius scale
	0 0 1 180 270 arc 
	tMatrix setmatrix
	lrx hradius sub uly vradius add translate
	hradius vradius scale
	0 0 1 270 360 arc
	tMatrix setmatrix
	lrx hradius sub lry vradius sub translate
	hradius vradius scale
	0 0 1 0 90 arc
	tMatrix setmatrix
	ulx hradius add lry vradius sub translate
	hradius vradius scale
	0 0 1 90 180 arc
	tMatrix setmatrix
	closepath
	} bdef
/FRR {
	MRR stroke } bdef
/PRR {
	MRR fill } bdef

/MlrRR {
	/lry xdef
	/lrx xdef
	/uly xdef
	/ulx xdef
	/rad lry uly sub 2 div def
	newpath
	tMatrix currentmatrix pop
	ulx rad add uly rad add translate
	rad rad scale
	0 0 1 90 270 arc
	tMatrix setmatrix
	lrx rad sub lry rad sub translate
	rad rad scale
	0 0 1 270 90 arc
	tMatrix setmatrix
	closepath
	} bdef
/FlrRR {
	MlrRR stroke } bdef
/PlrRR {
	MlrRR fill } bdef

/MtbRR {
	/lry xdef
	/lrx xdef
	/uly xdef
	/ulx xdef
	/rad lrx ulx sub 2 div def
	newpath
	tMatrix currentmatrix pop
	ulx rad add uly rad add translate
	rad rad scale
	0 0 1 180 360 arc
	tMatrix setmatrix
	lrx rad sub lry rad sub translate
	rad rad scale
	0 0 1 0 180 arc
	tMatrix setmatrix
	closepath
	} bdef
/FtbRR {
	MtbRR stroke } bdef
/PtbRR {
	MtbRR fill } bdef

currentdict end def
%%EndProlog

%%BeginSetup
MathWorks begin

0 cap

end
%%EndSetup

%%Page: 1 1
%%BeginPageSetup
%%PageBoundingBox:    32   182   557   595
MathWorks begin
bpage
%%EndPageSetup

%%BeginObject: obj1
bplot

/dpi2point 12 def
portraitMode 0216 7344 csm

  173   204  6298  4956 MR c np
94 dict begin %Colortable dictionary
/c0 { 0 0 0 sr} bdef
/c1 { 1 1 1 sr} bdef
/c2 { 1 0 0 sr} bdef
/c3 { 0 1 0 sr} bdef
/c4 { 0 0 1 sr} bdef
/c5 { 1 1 0 sr} bdef
/c6 { 1 0 1 sr} bdef
/c7 { 0 1 1 sr} bdef
c0
1 j
1 sg
   0    0 6914 5188 PR
6 w
0 4226 5356 0 0 -4226 899 4615 4 MP
PP
-5356 0 0 4226 5356 0 0 -4226 899 4615 5 MP stroke
4 w
DO
SO
6 w
0 sg
 899 4615 mt 6255 4615 L
 899 4615 mt  899  389 L
 899 4615 mt  899 4561 L
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 240 FMSR

 833 4873 mt 
(0) s
1970 4615 mt 1970 4561 L
1804 4873 mt 
(0.1) s
3041 4615 mt 3041 4561 L
2875 4873 mt 
(0.2) s
4113 4615 mt 4113 4561 L
3947 4873 mt 
(0.3) s
5184 4615 mt 5184 4561 L
5018 4873 mt 
(0.4) s
6255 4615 mt 6255 4561 L
6089 4873 mt 
(0.5) s
 899 4615 mt  953 4615 L
 731 4704 mt 
(0) s
 899 3770 mt  953 3770 L
 531 3859 mt 
(0.2) s
 899 2925 mt  953 2925 L
 531 3014 mt 
(0.4) s
 899 2079 mt  953 2079 L
 531 2168 mt 
(0.6) s
 899 1234 mt  953 1234 L
 531 1323 mt 
(0.8) s
 899  389 mt  953  389 L
 731  478 mt 
(1) s
gs 899 389 5357 4227 MR c np
24 w
/c8 { 0.000000 0.000000 1.000000 sr} bdef
c8
21 1 21 2 21 1 21 2 21 1 21 2 21 2 21 2 
20 2 21 2 21 2 21 2 21 2 21 2 21 3 21 2 
21 2 21 2 21 2 21 2 21 2 20 2 21 1 21 1 
21 1 21 1 21 1 21 0 21 1 21 0 21 0 21 1 
21 0 21 0 20 0 21 0 21 -1 21 0 21 0 21 0 
21 -1 21 0 21 0 21 -1 21 0 21 -1 21 0 20 -1 
21 0 21 0 21 -1 21 0 21 -1 21 0 21 0 21 -1 
21 0 21 0 21 0 21 0 20 0 21 0 21 0 21 0 
21 0 21 1 21 0 21 0 21 1 21 0 21 1 21 1 
20 0 21 1 21 1 21 1 21 1 21 1 21 1 21 1 
21 1 21 2 21 1 21 1 21 2 20 1 21 2 21 1 
21 2 21 1 21 2 21 1 21 2 21 1 21 2 21 1 
21 2 21 1 20 2 5042 4414 100 MP stroke
21 1 21 2 21 1 21 2 21 1 21 1 21 2 21 1 
21 1 21 2 21 1 21 1 20 2 21 1 21 1 21 2 
21 1 21 2 21 1 21 2 21 1 21 2 21 1 21 2 
21 2 20 2 21 2 21 2 21 2 21 3 21 2 21 3 
21 3 21 3 21 4 21 4 21 4 20 4 21 5 21 5 
21 5 21 6 21 7 21 7 21 7 21 8 21 9 21 10 
21 10 21 12 20 12 21 14 21 15 21 17 21 18 21 20 
21 23 21 25 21 27 21 32 21 35 21 40 21 46 20 52 
21 59 21 69 21 79 21 90 21 103 21 112 21 117 21 106 
21 73 21 13 21 -48 21 -88 20 -104 21 -103 21 -96 21 -85 
21 -74 21 -64 21 -55 21 -47 21 -41 21 -36 21 -31 21 -28 
21 -24 20 -21 21 -19 21 -16 21 -15 21 -13 21 -11 21 -10 
21 -8 21 -7 21 -7 2970 4103 100 MP stroke
21 -5 21 -4 20 -4 21 -2 21 -2 21 -1 21 0 21 0 
21 1 21 2 21 3 21 3 21 4 21 5 21 5 20 6 
21 7 21 8 21 8 21 10 21 10 21 11 21 12 21 13 
21 15 21 15 21 16 21 16 20 18 21 17 21 18 21 16 
21 16 21 14 21 12 21 12 21 10 21 11 21 10 21 10 
21 11 20 10 21 11 21 11 21 10 21 10 21 10 21 9 
21 8 21 7 21 7 21 6 21 4 21 5 20 3 21 3 
21 2 21 2 21 2 21 2 21 2 21 3 21 3 21 3 
21 4 21 5 20 5 21 7 21 8 21 9 21 10 21 12 
21 14 21 15 21 17 21 19 21 21 21 24 21 26 20 30 
21 32 21 36 21 40 21 44 21 49 21 54 21 60 21 67 
21 74 21 82 21 91 21 101 20 111 21 120 21 126 21 128 
21 116 21 85 21 32 899 1969 100 MP stroke
12 w
21 2 21 1 21 2 21 2 21 2 21 2 21 2 21 3 
20 2 21 3 21 3 21 3 21 4 21 3 21 3 21 4 
21 3 21 3 21 3 21 3 21 2 20 2 21 2 21 1 
21 0 21 0 21 1 21 -1 21 0 21 0 21 -1 21 0 
21 -1 21 0 20 0 21 -1 21 0 21 -1 21 0 21 -1 
21 0 21 -1 21 0 21 0 21 -1 21 0 21 -1 20 0 
21 -1 21 0 21 -1 21 0 21 -1 21 0 21 0 21 -1 
21 0 21 0 21 -1 21 0 20 0 21 0 21 0 21 0 
21 0 21 0 21 1 21 0 21 0 21 1 21 0 21 1 
20 1 21 1 21 1 21 1 21 1 21 1 21 1 21 1 
21 2 21 1 21 2 21 1 21 2 20 1 21 2 21 2 
21 2 21 2 21 1 21 2 21 2 21 2 21 2 21 2 
21 2 21 2 20 2 5042 4371 100 MP stroke
21 1 21 2 21 2 21 2 21 2 21 2 21 1 21 2 
21 2 21 1 21 2 21 2 20 1 21 2 21 2 21 1 
21 2 21 2 21 2 21 1 21 2 21 2 21 2 21 2 
21 2 20 2 21 2 21 3 21 2 21 3 21 3 21 3 
21 3 21 4 21 4 21 4 21 5 20 5 21 5 21 6 
21 6 21 7 21 8 21 8 21 9 21 9 21 11 21 11 
21 13 21 13 20 15 21 17 21 18 21 20 21 22 21 25 
21 27 21 31 21 34 21 39 21 45 21 50 21 58 20 66 
21 78 21 90 21 105 21 124 21 143 21 161 21 172 21 161 
21 112 21 19 21 -79 21 -137 20 -154 21 -151 21 -137 21 -120 
21 -103 21 -87 21 -73 21 -63 21 -54 21 -46 21 -40 21 -35 
21 -30 20 -26 21 -23 21 -20 21 -18 21 -15 21 -13 21 -12 
21 -10 21 -8 21 -7 2970 4007 100 MP stroke
21 -6 21 -4 20 -4 21 -2 21 -2 21 0 21 0 21 1 
21 2 21 3 21 4 21 4 21 6 21 6 21 7 20 8 
21 9 21 10 21 11 21 12 21 14 21 14 21 16 21 18 
21 19 21 20 21 22 21 23 20 24 21 25 21 23 21 21 
21 18 21 14 21 12 21 9 21 8 21 8 21 9 21 10 
21 11 20 12 21 13 21 13 21 14 21 13 21 13 21 12 
21 11 21 10 21 10 21 8 21 7 21 6 20 5 21 5 
21 4 21 4 21 3 21 4 21 3 21 4 21 4 21 5 
21 5 21 7 20 7 21 9 21 9 21 11 21 13 21 14 
21 16 21 18 21 20 21 23 21 25 21 28 21 31 20 34 
21 38 21 41 21 46 21 51 21 56 21 62 21 69 21 76 
21 84 21 93 21 103 21 115 20 127 21 140 21 152 21 158 
21 150 21 113 21 43 899 1434 100 MP stroke
21 1 21 1 21 2 21 1 21 1 21 1 21 2 21 1 
20 1 21 1 21 1 21 2 21 1 21 1 21 1 21 1 
21 1 21 1 21 1 21 1 21 2 20 1 21 1 21 2 
21 1 21 2 21 1 21 1 21 1 21 1 21 1 21 1 
21 1 21 0 20 1 21 0 21 0 21 0 21 0 21 0 
21 0 21 0 21 -1 21 0 21 -1 21 0 21 0 20 -1 
21 0 21 -1 21 0 21 0 21 -1 21 0 21 0 21 0 
21 0 21 -1 21 0 21 0 20 1 21 0 21 0 21 0 
21 0 21 1 21 0 21 1 21 0 21 1 21 0 21 1 
20 1 21 0 21 1 21 1 21 1 21 1 21 1 21 1 
21 1 21 1 21 2 21 1 21 1 20 1 21 1 21 2 
21 1 21 1 21 1 21 1 21 1 21 2 21 1 21 1 
21 1 21 1 20 1 5042 4457 100 MP stroke
21 1 21 1 21 1 21 1 21 1 21 1 21 1 21 1 
21 1 21 1 21 1 21 1 20 1 21 1 21 1 21 1 
21 1 21 1 21 2 21 1 21 1 21 1 21 2 21 1 
21 2 20 2 21 1 21 2 21 2 21 3 21 2 21 2 
21 3 21 3 21 3 21 3 21 4 20 3 21 4 21 5 
21 4 21 5 21 6 21 6 21 6 21 6 21 8 21 8 
21 8 21 9 20 10 21 11 21 12 21 13 21 15 21 15 
21 18 21 19 21 21 21 24 21 27 21 29 21 34 20 37 
21 42 21 47 21 52 21 57 21 62 21 64 21 62 21 52 
21 33 21 7 21 -17 21 -39 20 -53 21 -56 21 -55 21 -50 
21 -45 21 -41 21 -36 21 -32 21 -29 21 -25 21 -23 21 -20 
21 -18 20 -16 21 -14 21 -13 21 -12 21 -10 21 -9 21 -8 
21 -7 21 -7 21 -5 2970 4198 100 MP stroke
21 -5 21 -4 20 -3 21 -3 21 -2 21 -2 21 -1 21 0 
21 0 21 1 21 2 21 2 21 2 21 3 21 4 20 4 
21 5 21 5 21 6 21 7 21 7 21 8 21 8 21 9 
21 9 21 10 21 10 21 10 20 11 21 11 21 12 21 12 
21 12 21 14 21 14 21 13 21 13 21 13 21 12 21 11 
21 10 20 9 21 8 21 8 21 8 21 7 21 6 21 6 
21 5 21 5 21 3 21 4 21 2 21 2 20 1 21 1 
21 1 21 1 21 0 21 1 21 0 21 1 21 2 21 2 
21 2 21 4 20 4 21 5 21 5 21 7 21 9 21 9 
21 11 21 12 21 14 21 16 21 17 21 20 21 22 20 24 
21 28 21 30 21 34 21 37 21 42 21 46 21 52 21 58 
21 64 21 71 21 79 21 86 20 94 21 100 21 102 21 97 
21 82 21 57 21 21 899 2504 100 MP stroke
gr

12 w
c8
0 sg
2765 5104 mt 
(Frequency [Hz]) s
 476 2995 mt  -90 rotate
(BPM) s
90 rotate
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 192 FMSR

 356 2475 mt  -90 rotate
(2) s
90 rotate
%%IncludeResource: font Helvetica
/Helvetica /ISOLatin1Encoding 240 FMSR

 476 2369 mt  -90 rotate
(/Hz) s
90 rotate
gs 899 389 5357 4227 MR c np
DA
24 w
/c9 { 1.000000 0.000000 0.000000 sr} bdef
c9
21 1 21 1 21 0 21 1 21 0 21 1 21 1 21 0 
20 1 21 0 21 1 21 1 21 0 21 1 21 0 21 1 
21 1 21 0 21 1 21 0 21 1 20 0 21 1 21 0 
21 1 21 1 21 0 21 1 21 0 21 1 21 1 21 0 
21 1 21 0 20 1 21 1 21 0 21 1 21 1 21 0 
21 1 21 1 21 1 21 0 21 1 21 1 21 1 20 1 
21 1 21 0 21 1 21 1 21 1 21 1 21 2 21 1 
21 1 21 1 21 1 21 2 20 1 21 1 21 2 21 1 
21 1 21 2 21 1 21 2 21 2 21 1 21 2 21 2 
20 1 21 2 21 2 21 2 21 2 21 2 21 2 21 2 
21 2 21 2 21 1 21 2 21 2 20 2 21 2 21 2 
21 2 21 2 21 2 21 2 21 1 21 2 21 2 21 2 
21 1 21 2 20 1 5042 4431 100 MP stroke
21 2 21 1 21 1 21 2 21 1 21 1 21 2 21 1 
21 1 21 1 21 1 21 2 20 1 21 1 21 1 21 2 
21 1 21 1 21 2 21 1 21 2 21 2 21 1 21 2 
21 2 20 3 21 2 21 2 21 3 21 3 21 3 21 3 
21 4 21 4 21 4 21 4 21 5 20 5 21 6 21 6 
21 6 21 7 21 7 21 8 21 9 21 9 21 10 21 11 
21 12 21 13 20 14 21 16 21 17 21 18 21 21 21 23 
21 25 21 29 21 31 21 36 21 40 21 44 21 51 20 58 
21 66 21 74 21 84 21 92 21 101 21 104 21 101 21 85 
21 58 21 19 21 -22 21 -57 20 -78 21 -88 21 -90 21 -85 
21 -78 21 -71 21 -62 21 -56 21 -48 21 -43 21 -38 21 -33 
21 -30 20 -26 21 -23 21 -21 21 -18 21 -16 21 -15 21 -12 
21 -11 21 -10 21 -8 2970 4079 100 MP stroke
21 -8 21 -6 20 -5 21 -4 21 -3 21 -3 21 -1 21 -1 
21 0 21 1 21 1 21 3 21 3 21 3 21 5 20 5 
21 6 21 7 21 7 21 8 21 9 21 10 21 10 21 12 
21 12 21 13 21 13 21 15 20 15 21 16 21 16 21 17 
21 17 21 18 21 18 21 17 21 18 21 17 21 16 21 15 
21 15 20 13 21 11 21 10 21 8 21 6 21 5 21 3 
21 1 21 0 21 -1 21 -2 21 -3 21 -4 20 -4 21 -4 
21 -4 21 -4 21 -3 21 -3 21 -3 21 -1 21 -1 21 1 
21 1 21 3 20 4 21 5 21 6 21 9 21 10 21 11 
21 14 21 16 21 18 21 20 21 24 21 26 21 30 20 33 
21 37 21 42 21 47 21 53 21 59 21 67 21 75 21 84 
21 94 21 105 21 117 21 129 20 139 21 147 21 147 21 138 
21 115 21 78 21 27 899 1801 100 MP stroke
gr

24 w
c9
DA
SO
6 w

end

eplot
%%EndObject

epage
end

showpage

%%Trailer
%%EOF