summaryrefslogtreecommitdiff
path: root/2183/CH7/EX7.9/Ex_7_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '2183/CH7/EX7.9/Ex_7_9.sce')
-rwxr-xr-x2183/CH7/EX7.9/Ex_7_9.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/2183/CH7/EX7.9/Ex_7_9.sce b/2183/CH7/EX7.9/Ex_7_9.sce
new file mode 100755
index 000000000..4919f9795
--- /dev/null
+++ b/2183/CH7/EX7.9/Ex_7_9.sce
@@ -0,0 +1,16 @@
+//Example 7.9 // NEP and specific detectivity
+clc;
+clear;
+close;
+//given data :
+h=6.63*10^-34;
+c=3*10^8;
+Id=9*10^-9;// in A
+e=1.6*10^-19;
+eta=60/100;
+lamda=1.3*10^-6;// in m
+A=100*50*10^-12;// in m^2
+NEP=(h*c*sqrt(2*Id*e))/(eta*e*lamda);
+disp(NEP,"NEP,(W) = ")
+D=sqrt(A)/NEP;
+disp(D,"Specific detectivity,(MHz^(-1/2) W^-1) = ")