2120 |
paro |
1 |
%!PS-Adobe-3.0 |
|
|
2 |
%%Title: Oscilloscope_SCH.ps |
|
|
3 |
%%Creator: XCircuit v3.6 rev165 |
|
|
4 |
%%CreationDate: Mon Aug 15 01:46:54 2011 |
|
|
5 |
%%Pages: 1 |
|
|
6 |
%%BoundingBox: 0 0 612 792 |
|
|
7 |
%%DocumentNeededResources: font Helvetica Times-Roman |
|
|
8 |
%%EndComments |
|
|
9 |
%%BeginProlog |
|
|
10 |
% |
|
|
11 |
% PostScript prolog for output from xcircuit |
|
|
12 |
% Version: 3.3 |
|
|
13 |
% |
|
|
14 |
% Electrical circuit (and otherwise general) drawing program |
|
|
15 |
% |
|
|
16 |
% Written by Tim Edwards 8/5/93--7/13/05 (tim.edwards@multigig.com) |
|
|
17 |
% The Johns Hopkins University (1993-2004) |
|
|
18 |
% MultiGiG, Inc. (2004-present) |
|
|
19 |
% |
|
|
20 |
%%BeginResource: procset XCIRCproc 3.3 0 |
|
|
21 |
% |
|
|
22 |
% supporting definitions --- these are the primary xcircuit types. |
|
|
23 |
|
|
|
24 |
/XCIRCsave save def |
|
|
25 |
/topmat matrix currentmatrix def |
|
|
26 |
|
|
|
27 |
/fontslant { /slant exch def [1 0 slant 1 0 0] |
|
|
28 |
exch findfont exch makefont dup length dict /ndict exch def |
|
|
29 |
{ 1 index /FID ne { ndict 3 1 roll put } { pop pop } ifelse } forall |
|
|
30 |
ndict definefont pop} def |
|
|
31 |
/ul { dup type /stringtype eq showflag 1 eq and { gsave |
|
|
32 |
currentpoint topmat setmatrix 0 0 moveto 2 index stringwidth pop (_) |
|
|
33 |
false charpath flattenpath pathbbox grestore exch pop 1 index |
|
|
34 |
sub setlinewidth exch pop currentpoint 3 -1 roll add moveto 0 |
|
|
35 |
rlineto stroke moveto } if } def |
|
|
36 |
/ol { dup type /stringtype eq showflag 1 eq and { gsave gsave |
|
|
37 |
currentpoint topmat setmatrix 2 index stringwidth pop 3 index |
|
|
38 |
true charpath flattenpath pathbbox grestore exch pop |
|
|
39 |
exch pop topmat setmatrix (_) true charpath pathbbox grestore |
|
|
40 |
exch pop 1 index sub setlinewidth exch pop currentpoint |
|
|
41 |
exch 4 1 roll exch sub add moveto pop 0 rlineto stroke |
|
|
42 |
moveto } if } def |
|
|
43 |
/stW { gsave currentpoint newpath moveto true charpath flattenpath |
|
|
44 |
pathbbox pop exch pop sub grestore } def |
|
|
45 |
/Ts {mark Tabs aload pop counttomark 1 add array astore /Tabs exch def Tabs |
|
|
46 |
|
|
|
47 |
/Tbn {mark Tabs aload pop counttomark dup 2 add 1 roll cleartomark 1 sub} def |
|
|
48 |
/Tb { 0 1 Tbn {Tabs exch get dup currentpoint pop lt |
|
|
49 |
{currentpoint exch pop moveto exit} {pop} ifelse } for } def |
|
|
50 |
/Tf { Tbn -1 0 {Tabs exch get dup currentpoint pop gt |
|
|
51 |
{currentpoint exch pop moveto exit} {pop} ifelse } for } def |
|
|
52 |
/qS { (aa) stW (a a) stW sub 4 div 0 Kn } def |
|
|
53 |
/hS { qS qS } def |
|
|
54 |
/pspc 0 def |
|
|
55 |
/cf0 { scalefont setfont } bind def |
|
|
56 |
/Kn { dup kY add /kY exch def rmoveto } bind def |
|
|
57 |
/ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul |
|
|
58 |
0.33 mul neg Kn} def |
|
|
59 |
/Ss { /fscale fscale 0.67 mul def currentfont 0.67 cf0 0 fscale0 fscale mul |
|
|
60 |
0.67 mul Kn } def |
|
|
61 |
/ns { 0 kY neg Kn /kY 0 def /fscale 1.0 def xfont0 1.0 cf0 } def |
|
|
62 |
/CR { ns 0 /Bline Bline fscale0 neg add def Bline moveto } def |
|
|
63 |
/cf { dup type /realtype ne {1.0} if exch findfont exch kY 0 eq |
|
|
64 |
{ 40 mul dup /fscale0 exch def cf0 /xfont0 currentfont def} |
|
|
65 |
{fscale0 mul fscale mul cf0} ifelse } def |
|
|
66 |
/ctmk { counttomark dup 2 add -1 roll pop } bind def |
|
|
67 |
/label { gsave translate 0 0 moveto dup scale neg /rotval exch def |
|
|
68 |
/just exch def just 384 and 0 gt {/mshow {pop} def} {/mshow {show} |
|
|
69 |
def} ifelse just 16 and 0 gt {gsave rotval rotate 0 1 dtransform |
|
|
70 |
gsave pagemat setmatrix idtransform exch grestore 1 0 dtransform |
|
|
71 |
gsave pagemat setmatrix idtransform exch grestore dup abs 1e-9 lt |
|
|
72 |
{pop mul 0 gt} {3 1 roll pop pop 0 lt} ifelse grestore {-1 /rotval |
|
|
73 |
rotval neg def /just just dup 3 and 1 ne {3 xor} if def} {1} ifelse |
|
|
74 |
exch -1e-9 lt {-1 /rotval rotval neg def /just just dup 12 and |
|
|
75 |
4 ne {12 xor} if def} {1} ifelse scale } if /showflag 0 def |
|
|
76 |
/fspc pspc def /Bline 0 def /Tabs 0 array def /fscale 1.0 def |
|
|
77 |
/kY 0 def gsave dup 1 add copy 0 exch 1 0 dtransform exch atan rotate |
|
|
78 |
{exch dup type /stringtype eq {true charpath flattenpath} {dup type |
|
|
79 |
/arraytype eq {exec} {12 string cvs true charpath flattenpath} ifelse} |
|
|
80 |
ifelse} repeat pop pathbbox grestore 3 -1 roll pop 3 1 roll just |
|
|
81 |
1 and 0 gt {just 2 and 0 gt {exch pop neg fspc sub} {exch sub 0.5 |
|
|
82 |
mul neg} ifelse} {pop neg fspc add} ifelse exch Bline exch just 4 |
|
|
83 |
and 0 gt {just 8 and 0 gt {exch pop neg fspc sub} {add 0.5 mul neg} |
|
|
84 |
ifelse} {pop neg fspc add} ifelse rotval rotate Kn currentpoint |
|
|
85 |
translate /showflag 1 def /Bline 0 def /Tabs 0 array def /fscale |
|
|
86 |
1.0 def /kY 0 def {dup type /stringtype eq {mshow} {dup type |
|
|
87 |
/arraytype eq {exec} {12 string cvs mshow} ifelse} ifelse} repeat |
|
|
88 |
grestore } def |
|
|
89 |
/pinlabel { 4 index 32 and 0 ne hlevel 0 eq or { /pspc 10 def label |
|
|
90 |
/pspc 0 def } { pop pop pop pop pop {pop} repeat } ifelse } def |
|
|
91 |
/pinglobal { pinlabel } def |
|
|
92 |
/infolabel { pinlabel } def |
|
|
93 |
/graphic { gsave 4 index cvx exec /DataSource get resetfile translate |
|
|
94 |
|
|
|
95 |
|
|
|
96 |
/scb { setrgbcolor } bind def /sce { defColor aload pop scb } bind def |
|
|
97 |
/cRedef {/defColor currentcolor 3 array astore def} def |
|
|
98 |
/begingate {dup type /dicttype ne {1 dict} if begin % default params |
|
|
99 |
dup type /dicttype ne {1 dict} if begin % instanced params |
|
|
100 |
/hlevel hlevel 1 add def /defColor currentcolor sce 3 array |
|
|
101 |
astore def gsave sce translate 0 0 moveto neg rotate dup abs scale |
|
|
102 |
} bind def |
|
|
103 |
/endgate { /hlevel hlevel 1 sub def grestore defColor aload pop cRedef |
|
|
104 |
scb end end} bind def |
|
|
105 |
|
|
|
106 |
/hlevel 0 def |
|
|
107 |
/tmpa [1 0 0 1 0 0] def |
|
|
108 |
/gar {8 8 true tmpa {<c0 c0 00 00 0c 0c 00 00>} imagemask} bind |
|
|
109 |
{8 8 true tmpa {<30 70 60 02 03 07 06 20>} imagemask} bind |
|
|
110 |
{8 8 true tmpa {<0c 1e 1e 0c c0 e1 e1 c0>} imagemask} bind |
|
|
111 |
{8 8 true tmpa {<0f 0f 0f 0f f0 f0 f0 f0>} imagemask} bind |
|
|
112 |
{8 8 true tmpa {<3f f3 e1 e1 f3 3f 1e 1e>} imagemask} bind |
|
|
113 |
{8 8 true tmpa {<df cf 8f 9f fd fc f8 f9>} imagemask} bind |
|
|
114 |
{8 8 true tmpa {<ff 3f 3f ff ff f3 f3 ff>} imagemask} bind 7 array astore def |
|
|
115 |
/ppaint { gsave clip tmpa dup setmatrix pathbbox neg exch neg 4 2 roll |
|
|
116 |
neg 4 -1 roll 2 copy gt {exch} if 8 div ceiling 8 mul 4 2 roll neg 2 copy |
|
|
117 |
gt {exch} if 8 div ceiling 8 mul 3 -1 roll -8 5 -1 roll |
|
|
118 |
{ 3 index exch 5 exch put dup -8 3 index { 3 index |
|
|
119 |
exch 4 exch put 3 index exec } for } for pop pop pop pop grestore } bind def |
|
|
120 |
/setstyles { |
|
|
121 |
currentlinewidth mul setlinewidth /style exch def |
|
|
122 |
style 1 and 0 gt not {closepath} if |
|
|
123 |
style 1024 and 0 gt {2 setlinecap} if |
|
|
124 |
style 2 and 0 gt {currentlinewidth 4 mul dup 2 array astore 0 setdash} if |
|
|
125 |
style 4 and 0 gt {0.5 currentlinewidth 4 mul 2 array astore 0 setdash} if |
|
|
126 |
gsave style 16 and 0 gt { style 224 and -5 bitshift style 256 and 0 gt { |
|
|
127 |
7 exch sub 8 div dup 1 exch sub currentrgbcolor 3 array astore |
|
|
128 |
{3 copy mul add 4 1 roll pop} forall pop pop setrgbcolor eofill} |
|
|
129 |
{dup 7 lt {gar exch get ppaint} {pop eofill} ifelse} ifelse} |
|
|
130 |
{style 256 and 0 gt {1 setgray eofill} if} ifelse grestore style 8 and 0 gt |
|
|
131 |
style 512 eq or {newpath} {stroke} ifelse grestore} def |
|
|
132 |
|
|
|
133 |
/polygon { gsave /num exch def moveto num 1 sub {lineto} repeat setstyles } def |
|
|
134 |
/xcarc { gsave newpath arc setstyles } def |
|
|
135 |
/elb { matrix currentmatrix 7 -1 roll 7 -1 roll translate 5 1 roll 4 -1 roll |
|
|
136 |
3 index div 1 scale } def |
|
|
137 |
/ele { 0 4 1 roll 0 4 1 roll } bind def |
|
|
138 |
/ellipse { gsave elb newpath ele arc setmatrix setstyles } def |
|
|
139 |
/pellip { elb ele arc setmatrix } def |
|
|
140 |
/nellip { elb ele arcn setmatrix } def |
|
|
141 |
/spline { gsave moveto curveto setstyles } def |
|
|
142 |
/polyc { {lineto} repeat } bind def |
|
|
143 |
/beginpath { gsave moveto } bind def |
|
|
144 |
/endpath { setstyles } bind def |
|
|
145 |
/bop { 1 setlinecap 0 setlinejoin 6 setmiterlimit 0 0 0 scb cRedef } def |
|
|
146 |
/psinsertion {/PSobj save def /showpage {} def /setpagedevice {pop} def bop |
|
|
147 |
rotate translate dup scale} def |
|
|
148 |
/end_insert {PSobj restore} def |
|
|
149 |
/setpagemat {/pagemat matrix currentmatrix def} def |
|
|
150 |
/inchscale {setpagemat 0.375 mul dup scale} def |
|
|
151 |
/cmscale {setpagemat 0.35433071 mul dup scale} def |
|
|
152 |
|
|
|
153 |
%%EndResource |
|
|
154 |
%%EndProlog |
|
|
155 |
|
|
|
156 |
% XCircuit output starts here. |
|
|
157 |
|
|
|
158 |
%%BeginSetup |
|
|
159 |
|
|
|
160 |
/generic::circle { |
|
|
161 |
% trivial |
|
|
162 |
begingate |
|
|
163 |
1 1.000 16 0 6 0.000 360.000 xcarc |
|
|
164 |
1 1.000 0 0 10 0 2 polygon |
|
|
165 |
1.000 0.000 0.000 scb |
|
|
166 |
(out) {/Times-Roman cf} 2 4 0 1.000 16 0 pinlabel |
|
|
167 |
(out) {/Times-Roman cf} 2 7 0 1.000 0 0 pinlabel |
|
|
168 |
endgate |
|
|
169 |
} def |
|
|
170 |
|
|
|
171 |
|
|
|
172 |
%%EndSetup |
|
|
173 |
|
|
|
174 |
%%Page: Oscilloscope_SCH 1 |
|
|
175 |
%%PageOrientation: Portrait |
|
|
176 |
%%PageBoundingBox: 0 0 612 792 |
|
|
177 |
/pgsave save def bop |
|
|
178 |
0.8571 inchscale |
|
|
179 |
2.6000 setlinewidth 1728 1472 translate |
|
|
180 |
|
|
|
181 |
(Personal computer) {/Helvetica cf} 2 16 0 1.000 -1072 432 label |
|
|
182 |
(ATprogISPUSBA01) {/Helvetica cf} 2 21 0 1.000 -1168 128 label |
|
|
183 |
(USB232R01B) {/Helvetica cf} 2 21 0 1.000 -688 128 label |
|
|
184 |
(ATMEGA801B) {/Helvetica cf} 2 16 0 1.000 -1056 -160 label |
|
|
185 |
(ADCmonoSPI01B) {/Helvetica cf} 2 21 0 1.000 -400 -480 label |
|
|
186 |
(USB) {/Helvetica cf} 2 16 0 1.000 -688 272 label |
|
|
187 |
(USB) {/Helvetica cf} 2 16 0 1.000 -1152 272 label |
|
|
188 |
(AT PC supply unit) {/Helvetica cf} 2 16 0 1.000 -1472 -928 label |
|
|
189 |
(Analog power supply) {/Helvetica cf} 2 16 0 1.000 -912 -960 label |
|
|
190 |
(+/-8 V) {/Helvetica cf} 2 21 0 1.000 -816 -896 label |
|
|
191 |
(5 V) {/Helvetica cf} 2 21 0 1.000 -640 -896 label |
|
|
192 |
(TX) {/Helvetica cf} 2 16 0 1.000 -848 -80 label |
|
|
193 |
(RX) {/Helvetica cf} 2 16 0 1.000 -784 -80 label |
|
|
194 |
(ISP 6-pin) {/Helvetica cf} 2 20 0 1.000 -1472 -256 label |
|
|
195 |
(RX) {/Helvetica cf} 2 16 0 1.000 -784 32 label |
|
|
196 |
(TX) {/Helvetica cf} 2 16 0 1.000 -848 32 label |
|
|
197 |
(5 V) {/Helvetica cf} 2 21 0 1.000 -528 16 label |
|
|
198 |
(50 kHz lowpass) {/Helvetica cf} 2 16 0 1.000 -1056 -688 label |
|
|
199 |
(bias 2.5 V) {/Helvetica cf} 2 16 0 1.000 -704 -688 label |
|
|
200 |
(protection clamp) {/Helvetica cf} 2 16 0 1.000 -448 -688 label |
|
|
201 |
(INPUT) {/Helvetica cf} 2 16 0 1.000 -1488 -688 label |
|
|
202 |
|
|
|
203 |
|
|
|
204 |
|
|
|
205 |
|
|
|
206 |
(SPI) {/Helvetica cf} 2 16 0 1.000 -1136 -336 label |
|
|
207 |
1 1.000 -1168 192 -1168 384 2 polygon |
|
|
208 |
1 1.000 -688 192 -688 384 2 polygon |
|
|
209 |
1 1.000 -848 64 -848 0 -784 -32 -784 -96 4 polygon |
|
|
210 |
1 1.000 -784 64 -784 0 -848 -32 -848 -96 4 polygon |
|
|
211 |
1 1.000 -1296 64 -1296 -400 -1104 -400 -1104 -352 4 polygon |
|
|
212 |
1 1.000 -1344 -688 -1216 -688 2 polygon |
|
|
213 |
1 1.000 -1216 -688 -1216 -608 -1120 -688 -1216 -768 -1216 -688 5 polygon |
|
|
214 |
1 1.000 -576 64 -576 -128 2 polygon |
|
|
215 |
1 1.000 -576 -128 -656 -192 2 polygon |
|
|
216 |
1 1.000 -256 -432 -576 -432 -576 -528 -256 -528 -192 -480 -256 -432 6 polygon |
|
|
217 |
|
|
|
218 |
|
|
|
219 |
|
|
|
220 |
|
|
|
221 |
-1.000 0 -1344 -688 generic::circle |
|
|
222 |
1 1.000 -1120 -688 -1072 -688 2 polygon |
|
|
223 |
1 1.000 -752 -688 -720 -688 2 polygon |
|
|
224 |
1 1.000 -496 -688 -464 -688 2 polygon |
|
|
225 |
1 1.000 -144 -688 -112 -688 -112 -480 -192 -480 4 polygon |
|
|
226 |
1 1.000 -576 -480 -1088 -480 -1088 -352 3 polygon |
|
|
227 |
(SCK,SDO) {/Helvetica cf} 2 16 0 1.000 -752 -512 label |
|
|
228 |
(SCK,MISO) {/Helvetica cf} 2 16 0 1.000 -1088 -384 label |
|
|
229 |
1 1.000 -880 -352 -880 -464 -576 -464 3 polygon |
|
|
230 |
(SS) {/Helvetica cf} 2 16 0 1.000 -880 -384 label |
|
|
231 |
(CONV) {/Helvetica cf} 2 16 0 1.000 -704 -448 label |
|
|
232 |
1 1.000 -832 -864 -832 -736 2 polygon |
|
|
233 |
1 1.000 -816 -864 -816 -816 -720 -736 3 polygon |
|
|
234 |
1 1.000 -800 -864 -800 -832 -720 -768 -432 -768 -400 -736 5 polygon |
|
|
235 |
1 1.000 -640 -864 -640 -848 -592 -800 -176 -800 -48 -704 -48 -448 -128 -368 |
|
|
236 |
-352 -368 -400 -416 -400 -432 10 polygon |
|
|
237 |
(5 V) {/Helvetica cf} 2 21 0 1.000 -304 -336 label |
|
|
238 |
|
|
|
239 |
1 1.000 -1136 -928 -944 -928 2 polygon |
|
|
240 |
(+/- 12 V) {/Helvetica cf} 2 16 0 1.000 -1120 -912 label |
|
|
241 |
pgsave restore showpage |
|
|
242 |
|
|
|
243 |
%%Trailer |
|
|
244 |
XCIRCsave restore |
|
|
245 |
%%EOF |