summaryrefslogtreecommitdiff
path: root/1946/CH9/EX9.14/Ex_9_14.sce
blob: 0b463ecf90acb0e7c5e05e00b32347cb0ffd1d67 (plain)
1
2
3
4
5
6
7
8
9
10
// Example 9.14;//output photo current
clc;
clear;
close;
R=0.40;//RESPONSIVITY IN AMPERE PER WATT
If=100;//incident flus in micro watt per milli meter square
Ae=2;//active area in mili mtere square
Po=If*Ae;//incident optical power in micro watt
Ip=Po*R*10^-3;//output photo current IN MIILI AMPERE
disp(Ip,"output photo current in milli ampere is")