diff options
Diffstat (limited to '3834/CH11/EX11.1.1')
-rw-r--r-- | 3834/CH11/EX11.1.1/Ex11_1_1.jpg | bin | 0 -> 206148 bytes | |||
-rw-r--r-- | 3834/CH11/EX11.1.1/Ex11_1_1.sce | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/3834/CH11/EX11.1.1/Ex11_1_1.jpg b/3834/CH11/EX11.1.1/Ex11_1_1.jpg Binary files differnew file mode 100644 index 000000000..9bf840b65 --- /dev/null +++ b/3834/CH11/EX11.1.1/Ex11_1_1.jpg diff --git a/3834/CH11/EX11.1.1/Ex11_1_1.sce b/3834/CH11/EX11.1.1/Ex11_1_1.sce new file mode 100644 index 000000000..d5d2e1f4c --- /dev/null +++ b/3834/CH11/EX11.1.1/Ex11_1_1.sce @@ -0,0 +1,13 @@ +//Fiber-optics communication technology, by Djafer K. Mynbaev and Lowell L. Scheiner
+//Example 11.1.1
+//windows 7
+//Scilab version-6.0.0
+clc;
+clear ;
+//given
+
+R=0.85;//Responsivity of photodiode in A/W
+P=1E-3;//Input power saturation in W
+
+Ip=R*P;//The photocurrent in A
+mprintf("The photocurrent =%.2f mA",Ip*1E+3);
|