summaryrefslogtreecommitdiff
path: root/OSCAD/LPCSim/report/figures/myROutput.eps
diff options
context:
space:
mode:
Diffstat (limited to 'OSCAD/LPCSim/report/figures/myROutput.eps')
-rw-r--r--OSCAD/LPCSim/report/figures/myROutput.eps387
1 files changed, 0 insertions, 387 deletions
diff --git a/OSCAD/LPCSim/report/figures/myROutput.eps b/OSCAD/LPCSim/report/figures/myROutput.eps
deleted file mode 100644
index 74f0604..0000000
--- a/OSCAD/LPCSim/report/figures/myROutput.eps
+++ /dev/null
@@ -1,387 +0,0 @@
-%!PS-Adobe-3.0 EPSF-3.0
-%%Title: Graphic window number 0
-%%Creator: GL2PS 1.3.2, (C) 1999-2006 Christophe Geuzaine (geuz@geuz.org)
-%%For: Scilab
-%%CreationDate: Mon Apr 27 11:54:16 2009
-%%LanguageLevel: 3
-%%DocumentData: Clean7Bit
-%%Pages: 1
-%%BoundingBox: 0 0 612 465
-%%EndComments
-%%BeginProlog
-/gl2psdict 64 dict def gl2psdict begin
-0 setlinecap 0 setlinejoin
-/tryPS3shading true def % set to false to force subdivision
-/rThreshold 0.064 def % red component subdivision threshold
-/gThreshold 0.034 def % green component subdivision threshold
-/bThreshold 0.1 def % blue component subdivision threshold
-/BD { bind def } bind def
-/C { setrgbcolor } BD
-/G { 0.082 mul exch 0.6094 mul add exch 0.3086 mul add neg 1.0 add setgray } BD
-/W { setlinewidth } BD
-/FC { findfont exch /SH exch def SH scalefont setfont } BD
-/SW { dup stringwidth pop } BD
-/S { FC moveto show } BD
-/SBC{ FC moveto SW -2 div 0 rmoveto show } BD
-/SBR{ FC moveto SW neg 0 rmoveto show } BD
-/SCL{ FC moveto 0 SH -2 div rmoveto show } BD
-/SCC{ FC moveto SW -2 div SH -2 div rmoveto show } BD
-/SCR{ FC moveto SW neg SH -2 div rmoveto show } BD
-/STL{ FC moveto 0 SH neg rmoveto show } BD
-/STC{ FC moveto SW -2 div SH neg rmoveto show } BD
-/STR{ FC moveto SW neg SH neg rmoveto show } BD
-/FCT { FC translate 0 0 } BD
-/SR { gsave FCT moveto rotate show grestore } BD
-/SBCR{ gsave FCT moveto rotate SW -2 div 0 rmoveto show grestore } BD
-/SBRR{ gsave FCT moveto rotate SW neg 0 rmoveto show grestore } BD
-/SCLR{ gsave FCT moveto rotate 0 SH -2 div rmoveto show grestore} BD
-/SCCR{ gsave FCT moveto rotate SW -2 div SH -2 div rmoveto show grestore} BD
-/SCRR{ gsave FCT moveto rotate SW neg SH -2 div rmoveto show grestore} BD
-/STLR{ gsave FCT moveto rotate 0 SH neg rmoveto show grestore } BD
-/STCR{ gsave FCT moveto rotate SW -2 div SH neg rmoveto show grestore } BD
-/STRR{ gsave FCT moveto rotate SW neg SH neg rmoveto show grestore } BD
-/P { newpath 0.0 360.0 arc closepath fill } BD
-/LS { newpath moveto } BD
-/L { lineto } BD
-/LE { lineto stroke } BD
-/T { newpath moveto lineto lineto closepath fill } BD
-/STshfill {
- /b1 exch def /g1 exch def /r1 exch def /y1 exch def /x1 exch def
- /b2 exch def /g2 exch def /r2 exch def /y2 exch def /x2 exch def
- /b3 exch def /g3 exch def /r3 exch def /y3 exch def /x3 exch def
- gsave << /ShadingType 4 /ColorSpace [/DeviceRGB]
- /DataSource [ 0 x1 y1 r1 g1 b1 0 x2 y2 r2 g2 b2 0 x3 y3 r3 g3 b3 ] >>
- shfill grestore } BD
-/Tm { 3 -1 roll 8 -1 roll 13 -1 roll add add 3 div
- 3 -1 roll 7 -1 roll 11 -1 roll add add 3 div
- 3 -1 roll 6 -1 roll 9 -1 roll add add 3 div C T } BD
-/STsplit {
- 4 index 15 index add 0.5 mul
- 4 index 15 index add 0.5 mul
- 4 index 15 index add 0.5 mul
- 4 index 15 index add 0.5 mul
- 4 index 15 index add 0.5 mul
- 5 copy 5 copy 25 15 roll
- 9 index 30 index add 0.5 mul
- 9 index 30 index add 0.5 mul
- 9 index 30 index add 0.5 mul
- 9 index 30 index add 0.5 mul
- 9 index 30 index add 0.5 mul
- 5 copy 5 copy 35 5 roll 25 5 roll 15 5 roll
- 4 index 10 index add 0.5 mul
- 4 index 10 index add 0.5 mul
- 4 index 10 index add 0.5 mul
- 4 index 10 index add 0.5 mul
- 4 index 10 index add 0.5 mul
- 5 copy 5 copy 40 5 roll 25 5 roll 15 5 roll 25 5 roll
- STnoshfill STnoshfill STnoshfill STnoshfill } BD
-/STnoshfill {
- 2 index 8 index sub abs rThreshold gt
- { STsplit }
- { 1 index 7 index sub abs gThreshold gt
- { STsplit }
- { dup 6 index sub abs bThreshold gt
- { STsplit }
- { 2 index 13 index sub abs rThreshold gt
- { STsplit }
- { 1 index 12 index sub abs gThreshold gt
- { STsplit }
- { dup 11 index sub abs bThreshold gt
- { STsplit }
- { 7 index 13 index sub abs rThreshold gt
- { STsplit }
- { 6 index 12 index sub abs gThreshold gt
- { STsplit }
- { 5 index 11 index sub abs bThreshold gt
- { STsplit }
- { Tm }
- ifelse }
- ifelse }
- ifelse }
- ifelse }
- ifelse }
- ifelse }
- ifelse }
- ifelse }
- ifelse } BD
-tryPS3shading
-{ /shfill where
- { /ST { STshfill } BD }
- { /ST { STnoshfill } BD }
- ifelse }
-{ /ST { STnoshfill } BD }
-ifelse
-end
-%%EndProlog
-%%BeginSetup
-/DeviceRGB setcolorspace
-gl2psdict begin
-%%EndSetup
-%%Page: 1 1
-%%BeginPageSetup
-%%EndPageSetup
-mark
-gsave
-1.0 1.0 scale
-1 1 1 C
-535.5 406.875 535.5 58.125 76.5 58.125 T
-76.5 406.875 535.5 406.875 76.5 58.125 T
-76.5 406.875 76.5 406.875 76.5 58.125 T
-535.5 58.125 535.5 58.125 76.5 58.125 T
-76.5 58.125 76.5 406.875 76.5 58.125 T
-76.5 58.125 535.5 58.125 76.5 58.125 T
-0 0 0 C
-(0.0) 50.8936 53.125 10 /SansSerif.plain S
-(0.5) 51.8936 88 10 /SansSerif.plain S
-(1.0) 51.8936 122.875 10 /SansSerif.plain S
-(1.5) 52.8936 157.75 10 /SansSerif.plain S
-(2.0) 51.8936 192.625 10 /SansSerif.plain S
-(2.5) 51.8936 227.5 10 /SansSerif.plain S
-(3.0) 51.8936 262.375 10 /SansSerif.plain S
-(3.5) 51.8936 297.25 10 /SansSerif.plain S
-(4.0) 50.8936 332.125 10 /SansSerif.plain S
-(4.5) 51.8936 367 10 /SansSerif.plain S
-(5.0) 51.8936 401.875 10 /SansSerif.plain S
-(0.0) 68 41.6001 10 /SansSerif.plain S
-(0.5) 114.4 41.6001 10 /SansSerif.plain S
-(1.0) 160.3 41.6001 10 /SansSerif.plain S
-(1.5) 206.7 41.6001 10 /SansSerif.plain S
-(2.0) 252.1 41.6001 10 /SansSerif.plain S
-(2.5) 298 41.6001 10 /SansSerif.plain S
-(3.0) 343.9 41.6001 10 /SansSerif.plain S
-(3.5) 389.8 41.6001 10 /SansSerif.plain S
-(4.0) 435.2 41.6001 10 /SansSerif.plain S
-(4.5) 481.6 41.6001 10 /SansSerif.plain S
-(5.0) 527.5 41.6001 10 /SansSerif.plain S
-1 W
-[11 5] 0 setdash
-0 1 1 C
-76.5 58.125 LS
-535.5 58.125 LE
-76.5 58.125 LS
-76.5 406.875 LE
-[] 0 setdash
-0 0 0 C
-76.5 406.875 LS
-535.5 406.875 L
-535.5 58.125 LE
-76.5 58.125 LS
-76.5 406.875 LE
-76.5 58.125 LS
-69.6152 58.125 LE
-76.5 93 LS
-69.6152 93 LE
-76.5 127.875 LS
-69.6152 127.875 LE
-76.5 162.75 LS
-69.6152 162.75 LE
-76.5 197.625 LS
-69.6152 197.625 LE
-76.5 232.5 LS
-69.6152 232.5 LE
-76.5 267.375 LS
-69.6152 267.375 LE
-76.5 302.25 LS
-69.6152 302.25 LE
-76.5 337.125 LS
-69.6152 337.125 LE
-76.5 372 LS
-69.6152 372 LE
-76.5 406.875 LS
-69.6152 406.875 LE
-76.5 75.5625 LS
-72.3691 75.5625 LE
-76.5 110.438 LS
-72.3691 110.438 LE
-76.5 145.312 LS
-72.3691 145.312 LE
-76.5 180.188 LS
-72.3691 180.188 LE
-76.5 215.062 LS
-72.3691 215.062 LE
-76.5 249.938 LS
-72.3691 249.938 LE
-76.5 284.812 LS
-72.3691 284.812 LE
-76.5 319.688 LS
-72.3691 319.688 LE
-76.5 354.562 LS
-72.3691 354.562 LE
-76.5 389.438 LS
-72.3691 389.438 LE
-76.5 58.125 LS
-535.5 58.125 LE
-76.5 58.125 LS
-76.5 52.9048 LE
-122.4 58.125 LS
-122.4 52.9048 LE
-168.3 58.125 LS
-168.3 52.9048 LE
-214.2 58.125 LS
-214.2 52.9048 LE
-260.1 58.125 LS
-260.1 52.9048 LE
-306 58.125 LS
-306 52.9048 LE
-351.9 58.125 LS
-351.9 52.9048 LE
-397.8 58.125 LS
-397.8 52.9048 LE
-443.7 58.125 LS
-443.7 52.9048 LE
-489.6 58.125 LS
-489.6 52.9048 LE
-535.5 58.125 LS
-535.5 52.9048 LE
-99.4502 58.125 LS
-99.4502 54.9932 LE
-145.35 58.125 LS
-145.35 54.9932 LE
-191.25 58.125 LS
-191.25 54.9932 LE
-237.15 58.125 LS
-237.15 54.9932 LE
-283.05 58.125 LS
-283.05 54.9932 LE
-328.95 58.125 LS
-328.95 54.9932 LE
-374.85 58.125 LS
-374.85 54.9932 LE
-420.75 58.125 LS
-420.75 54.9932 LE
-466.65 58.125 LS
-466.65 54.9932 LE
-512.55 58.125 LS
-512.55 54.9932 LE
-[11 5] 0 setdash
-0 1 1 C
-76.5 58.125 LS
-76.5 58.125 LE
-[] 0 setdash
-0 0 0 C
-76.5 406.875 LS
-76.5 406.875 LE
-535.5 58.125 LS
-535.5 58.125 LE
-535.5 406.875 LS
-535.5 406.875 LE
-0 0 1 C
-76.5 58.125 LS
-85.6802 65.1001 L
-94.8599 72.0752 L
-104.04 79.0498 L
-113.22 86.0249 L
-122.4 93 L
-131.58 99.9751 L
-140.76 106.95 L
-149.94 113.925 L
-159.12 120.9 L
-168.3 127.875 L
-177.48 134.85 L
-186.66 141.825 L
-195.84 148.8 L
-205.02 155.775 L
-214.2 162.75 L
-223.38 169.725 L
-232.56 176.7 L
-241.74 183.675 L
-250.92 190.65 L
-260.1 197.625 L
-269.28 204.6 L
-278.46 211.575 L
-287.64 218.55 L
-296.82 225.525 L
-306 232.5 L
-315.18 239.475 L
-324.36 246.45 L
-333.54 253.425 L
-342.72 260.4 L
-351.9 267.375 L
-361.08 274.35 L
-370.26 281.325 L
-379.44 288.3 L
-388.62 295.275 L
-397.8 302.25 L
-406.98 309.225 L
-416.16 316.2 L
-425.34 323.175 L
-434.52 330.15 L
-443.7 337.125 L
-452.88 344.1 L
-462.06 351.075 L
-471.24 358.05 L
-480.42 365.025 L
-489.6 372 L
-498.78 378.975 L
-507.96 385.95 L
-517.14 392.925 L
-526.32 399.9 L
-535.5 406.875 LE
-0 0.5 0 C
-76.5 58.125 LS
-85.6802 65.0322 L
-94.8599 71.5747 L
-104.04 77.5444 L
-113.22 82.8994 L
-122.4 87.689 L
-131.58 91.9912 L
-140.76 95.8843 L
-149.94 99.4351 L
-159.12 102.698 L
-168.3 105.717 L
-177.48 108.529 L
-186.66 111.161 L
-195.84 113.638 L
-205.02 115.977 L
-214.2 118.195 L
-223.38 120.306 L
-232.56 122.321 L
-241.74 124.249 L
-250.92 126.098 L
-260.1 127.875 L
-269.28 129.587 L
-278.46 131.239 L
-287.64 132.835 L
-296.82 134.381 L
-306 135.878 L
-315.18 137.333 L
-324.36 138.745 L
-333.54 140.119 L
-342.72 141.457 L
-351.9 142.76 L
-361.08 144.032 L
-370.26 145.274 L
-379.44 146.487 L
-388.62 147.674 L
-397.8 148.834 L
-406.98 149.971 L
-416.16 151.084 L
-425.34 152.175 L
-434.52 153.246 L
-443.7 154.296 L
-452.88 155.327 L
-462.06 156.34 L
-471.24 157.335 L
-480.42 158.313 L
-489.6 159.276 L
-498.78 160.222 L
-507.96 161.154 L
-517.14 162.071 L
-526.32 162.975 L
-535.5 163.865 LE
-0 0 0 C
-76.5 58.125 LS
-76.5 406.875 LE
-535.5 58.125 LS
-76.5 58.125 LE
-535.5 406.875 LS
-76.5 406.875 LE
-535.5 406.875 LS
-535.5 58.125 LE
-grestore
-showpage
-cleartomark
-%%PageTrailer
-%%Trailer
-end
-%%EOF