summaryrefslogtreecommitdiff
path: root/1946/CH9/EX9.21/Ex_9_21.sce
blob: 796f49670a720a50e1c3b6b29c037f0529b86005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Example 9.21;//dark current
clc;
clear;
close;
C=2.998*10^8;//SPEED of light in meter per second
e=1.6*10^-19;//elecronic charge
ht=6.62*10^-34;//plank constt.
h=0.85;//wavelength in micro meters
n=0.64;//efficiency
B=1;//bandwidth in hertz
D=7*10^10;//SPECIFIC DETECTIVITY
a=10;//active dimension in micro meter
Id=((n*sqrt(e*a*10^-6)*h*10^-6)/(ht*C*sqrt(2)*D))^2;//
disp(Id,"Dark current in ampere is")