Subversion Repositories Electronics.Rangefider

Rev

Rev 4 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 florent_ba 1
*
4 florent_ba 2
.SUBCKT photoreceptor WM2 A K IAC+ IAC- PARAMS:
3
+area_mm2=0.25
4
+cjo=30p
5
+cmin=1.2p
6
+RS=20
7
+sensivity=0.55
8
+reverse_breakdown=150
1 florent_ba 9
+transit_time=1.5n
10
 
11
*Monitor photodiode basic model
12
*including junction capacitance vatiation Vs reverse bias*
4 florent_ba 13
DMONITOR A CAT DMON
1 florent_ba 14
CFINAL A CAT {cmin}
4 florent_ba 15
RSH  A CAT 1G
1 florent_ba 16
RS CAT K {RS}
17
 
18
 
19
*Flow -->>m
4 florent_ba 20
GPH K A WM2 0 {area_mm2*1e-6*sensivity}
1 florent_ba 21
 
22
*access used to insert parallel current sources to create noise sim
4 florent_ba 23
VACC1 CAT IAC+ 0
24
VACC2 A IAC- 0
1 florent_ba 25
 
26
.model DMON D(cjo={cjo} TT={transit_time} BV={reverse_breakdown})
27
 
28
.ENDS