Information-Based Similarity 1.0.0

File: <base>/doc-sources/fig3.ps (8,285 bytes)
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: xpdf/pdftops 0.92
%%LanguageLevel: 2
%%BoundingBox: 88 540 475 755
%%DocumentSuppliedResources: (atend)
%%EndComments
%%BeginProlog
%%BeginResource: procset xpdf 0.92 0
/xpdf 75 dict def xpdf begin
% PDF special state
/pdfDictSize 14 def
/pdfSetup {
  2 array astore
  /setpagedevice where {
    pop 3 dict dup begin
      exch /PageSize exch def
      /ImagingBBox null def
      /Policies 1 dict dup begin /PageSize 3 def end def
    end setpagedevice
  } {
    pop
  } ifelse
} def
/pdfStartPage {
  pdfDictSize dict begin
  /pdfFill [0] def
  /pdfStroke [0] def
  /pdfLastFill false def
  /pdfLastStroke false def
  /pdfTextMat [1 0 0 1 0 0] def
  /pdfFontSize 0 def
  /pdfCharSpacing 0 def
  /pdfTextRender 0 def
  /pdfTextRise 0 def
  /pdfWordSpacing 0 def
  /pdfHorizScaling 1 def
} def
/pdfEndPage { end } def
/sCol {
  pdfLastStroke not {
    pdfStroke aload length
    dup 1 eq { pop setgray }
      { 3 eq { setrgbcolor } { setcmykcolor } ifelse } ifelse
    /pdfLastStroke true def /pdfLastFill false def
  } if
} def
/fCol {
  pdfLastFill not {
    pdfFill aload length
    dup 1 eq { pop setgray }
      { 3 eq { setrgbcolor } { setcmykcolor } ifelse } ifelse
    /pdfLastFill true def /pdfLastStroke false def
  } if
} def
% build a font
/pdfMakeFont {
  4 3 roll findfont
  4 2 roll matrix scale makefont
  dup length dict begin
    { 1 index /FID ne { def } { pop pop } ifelse } forall
    /Encoding exch def
    currentdict
  end
  definefont pop
} def
/pdfMakeFont16 { findfont definefont pop } def
% graphics state operators
/q { gsave pdfDictSize dict begin } def
/Q { end grestore } def
/cm { concat } def
/d { setdash } def
/i { setflat } def
/j { setlinejoin } def
/J { setlinecap } def
/M { setmiterlimit } def
/w { setlinewidth } def
% color operators
/g { dup 1 array astore /pdfFill exch def setgray
     /pdfLastFill true def /pdfLastStroke false def } def
/G { dup 1 array astore /pdfStroke exch def setgray
     /pdfLastStroke true def /pdfLastFill false def } def
/rg { 3 copy 3 array astore /pdfFill exch def setrgbcolor
      /pdfLastFill true def /pdfLastStroke false def } def
/RG { 3 copy 3 array astore /pdfStroke exch def setrgbcolor
      /pdfLastStroke true def /pdfLastFill false def } def
/k { 4 copy 4 array astore /pdfFill exch def setcmykcolor
     /pdfLastFill true def /pdfLastStroke false def } def
/K { 4 copy 4 array astore /pdfStroke exch def setcmykcolor
     /pdfLastStroke true def /pdfLastFill false def } def
% path segment operators
/m { moveto } def
/l { lineto } def
/c { curveto } def
/re { 4 2 roll moveto 1 index 0 rlineto 0 exch rlineto
      neg 0 rlineto closepath } def
/h { closepath } def
% path painting operators
/S { sCol stroke } def
/f { fCol fill } def
/f* { fCol eofill } def
% clipping operators
/W { clip newpath } def
/W* { eoclip newpath } def
% text state operators
/Tc { /pdfCharSpacing exch def } def
/Tf { dup /pdfFontSize exch def
      dup pdfHorizScaling mul exch matrix scale
      pdfTextMat matrix concatmatrix dup 4 0 put dup 5 0 put
      exch findfont exch makefont setfont } def
/Tr { /pdfTextRender exch def } def
/Ts { /pdfTextRise exch def } def
/Tw { /pdfWordSpacing exch def } def
/Tz { /pdfHorizScaling exch def } def
% text positioning operators
/Td { pdfTextMat transform moveto } def
/Tm { /pdfTextMat exch def } def
% text string operators
/Tj { pdfTextRender 1 and 0 eq { fCol } { sCol } ifelse
      0 pdfTextRise pdfTextMat dtransform rmoveto
      pdfFontSize mul pdfHorizScaling mul
      1 index stringwidth pdfTextMat idtransform pop
      sub 1 index length dup 0 ne { div } { pop pop 0 } ifelse
      pdfWordSpacing 0 pdfTextMat dtransform 32
      4 3 roll pdfCharSpacing add 0 pdfTextMat dtransform
      6 5 roll awidthshow
      0 pdfTextRise neg pdfTextMat dtransform rmoveto } def
/TJm { pdfFontSize 0.001 mul mul neg 0
       pdfTextMat dtransform rmoveto } def
% Level 1 image operators
/pdfIm1 {
  /pdfImBuf1 4 index string def
  { currentfile pdfImBuf1 readhexstring pop } image
} def
/pdfIm1Sep {
  /pdfImBuf1 4 index string def
  /pdfImBuf2 4 index string def
  /pdfImBuf3 4 index string def
  /pdfImBuf4 4 index string def
  { currentfile pdfImBuf1 readhexstring pop }
  { currentfile pdfImBuf2 readhexstring pop }
  { currentfile pdfImBuf3 readhexstring pop }
  { currentfile pdfImBuf4 readhexstring pop }
  true 4 colorimage
} def
/pdfImM1 {
  /pdfImBuf1 4 index 7 add 8 idiv string def
  { currentfile pdfImBuf1 readhexstring pop } imagemask
} def
% Level 2 image operators
/pdfImBuf 100 string def
/pdfIm {
  image
  { currentfile pdfImBuf readline
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
} def
/pdfImM {
  fCol imagemask
  { currentfile pdfImBuf readline
    not { pop exit } if
    (%-EOD-) eq { exit } if } loop
} def
end
%%EndResource
%%EndProlog
%%BeginSetup
xpdf begin
/F6_0 /Helvetica 1 1
[ /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef
  /space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quotesingle
  /parenleft/parenright/asterisk/plus/comma/hyphen/period/slash
  /zero/one/two/three/four/five/six/seven
  /eight/nine/colon/semicolon/less/equal/greater/question
  /at/A/B/C/D/E/F/G
  /H/I/J/K/L/M/N/O
  /P/Q/R/S/T/U/V/W
  /X/Y/Z/bracketleft/backslash/bracketright/asciicircum/underscore
  /grave/a/b/c/d/e/f/g
  /h/i/j/k/l/m/n/o
  /p/q/r/s/t/u/v/w
  /x/y/z/braceleft/bar/braceright/asciitilde/bullet
  /bullet/bullet/quotesinglbase/florin/quotedblbase/ellipsis/dagger/daggerdbl
  /circumflex/perthousand/Scaron/guilsinglleft/OE/bullet/bullet/bullet
  /bullet/quoteleft/quoteright/quotedblleft/quotedblright/bullet/endash/emdash
  /tilde/trademark/scaron/guilsinglright/oe/bullet/bullet/Ydieresis
  /space/exclamdown/cent/sterling/currency/yen/brokenbar/section
  /dieresis/copyright/ordfeminine/guillemotleft/logicalnot/hyphen/registered/macron
  /degree/plusminus/twosuperior/threesuperior/acute/mu/paragraph/periodcentered
  /cedilla/onesuperior/ordmasculine/guillemotright/onequarter/onehalf/threequarters/questiondown
  /Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla
  /Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex/Idieresis
  /Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis/multiply
  /Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute/Thorn/germandbls
  /agrave/aacute/acircumflex/atilde/adieresis/aring/ae/ccedilla
  /egrave/eacute/ecircumflex/edieresis/igrave/iacute/icircumflex/idieresis
  /eth/ntilde/ograve/oacute/ocircumflex/otilde/odieresis/divide
  /oslash/ugrave/uacute/ucircumflex/udieresis/yacute/thorn/ydieresis]
pdfMakeFont
%%EndSetup
pdfStartPage
[] 0 d
0 i
0 j
0 J
10 M
1 w
0 g
0 G
0.96 w
2 j
0 G
90 550.32 m
211.8 550.32 l
S
[1 0 0 1 0 0] Tm
0 0 Td
% 144 557.52 Td
128 557.52 Td
0 g
-0.0178 Tc
0 Tw
%% /F6_0 9.96 Tf
/F6_0 15 Tf
% (0.1) 1.39 Tj
(D=0.1) 3.0 Tj
%% (0) 0.556 Tj
% 149.52 557.52 Td
% -0.0089 Tc
% (.) 0.278 Tj
% 152.28 557.52 Td
% -0.0178 Tc
% (1) 0.556 Tj
%% 0.12 w
1.2 w
126.36 745.08 m
90 745.08 l
S
[1 0 0 1 0 0] Tm
0 0 Td
145.2 740.4 Td
0.0398 Tc
0.0171 Tw
% /F6_0 14.04 Tf
% change to larger font
/F6_0 15 Tf
(White noise) 5.224 Tj
109.56 703.44 m
90 703.44 l
S
q
128.4 695.64 95.4 15.72 re
W
[1 0 0 1 0 0] Tm
0 0 Td
128.4 698.76 Td
0.0092 Tc
0.0477 Tw
/F6_0 15 Tf
(Atrial fibrillation) 6.1 Tj
Q
200.64 661.68 m
131.28 661.68 l
S
[1 0 0 1 0 0] Tm
0 0 Td
219.48 657 Td
-0.0026 Tc
0.0594 Tw
/F6_0 15 Tf
(Congestive heart failure) 10.56 Tj
311.16 619.92 m
204.6 619.92 l
S
[1 0 0 1 0 0] Tm
0 0 Td
330 615.24 Td
-0.0102 Tc
0.0671 Tw
/F6_0 15 Tf
(Healthy elderly) 6.613 Tj
355.08 578.16 m
204.6 578.16 l
S
[1 0 0 1 0 0] Tm
0 0 Td
373.92 573.48 Td
-0.0334 Tc
0.0903 Tw
/F6_0 15 Tf
(Healthy young) 6.392 Tj
204.6 599.04 m
131.28 599.04 l
S
204.6 619.92 m
204.6 578.16 l
S
131.28 630.36 m
90 630.36 l
S
131.28 661.68 m
131.28 599.04 l
S
90 745.08 m
90 630.36 l
S
% add small vertical bars on both sides of the line
1.2 w
90 545.32 m
90 555.32 l
S
1.2 w
211.8 545.32 m
211.8 555.32 l
S
% end of vertical bars
showpage
%%PageTrailer
pdfEndPage
%%Trailer
end
%%DocumentSuppliedResources:
%%EOF