blob: 04abf1bf1342c2a459169b90b054db2dcde83611 (
plain)
1
2
3
4
5
|
// Example 1.7.b : photocurrent
clc, clear
r=0.85; // reponsivity of a photodiode in apmere per watt
p1=2; // incident light power in milli watt
disp("Given input power saturation is 1.5mw so Ip is not proportional to Pop hencewe cannot find the value of photocurrent")
|