diff options
Diffstat (limited to '3834/CH11/EX11.1.2/Ex11_1_2.sce')
-rw-r--r-- | 3834/CH11/EX11.1.2/Ex11_1_2.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3834/CH11/EX11.1.2/Ex11_1_2.sce b/3834/CH11/EX11.1.2/Ex11_1_2.sce new file mode 100644 index 000000000..f18ba0122 --- /dev/null +++ b/3834/CH11/EX11.1.2/Ex11_1_2.sce @@ -0,0 +1,12 @@ +//Fiber-optics communication technology, by Djafer K. Mynbaev and Lowell L. Scheiner
+//Example 10.3.3
+//windows 7
+//Scilab version-6.0.0
+clc;
+clear ;
+//given
+ETA=0.7;//The quantum efficiency
+lambda=1664;//Operating wavelength in nm
+R=(ETA/1248)*lambda;//Responsivity of an InGaAs photodiode A/W
+
+mprintf("Responsivity of an InGaAs photodiode =%.3f A/W",R);
|