(root)/AFE/TX/APC/optical_divergence.mdl – Rev 36
Rev 1 |
Details |
Compare with Previous |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
1 |
florent_ba |
1 |
** This device models a laser beam divergence in a simple way
|
|
|
2 |
* Assumption : the emmitted beam is spherical
|
|
|
3 |
|
|
|
4 |
*Input is an optical power in Watts/V.
|
|
|
5 |
*Output is an irradiance in (W*m²)/V.
|
|
|
6 |
|
|
|
7 |
.SUBCKT optical_div W WM2 PARAMS: D=10 THETA_DEG=2
|
|
|
8 |
EGAIN WM2 0 W 0 {1/(pi*D*D*tan(THETA_DEG*pi/180))}
|
|
|
9 |
.ENDS
|