diff options
Diffstat (limited to '3411/CH7/EX7.5/Ex7_5.sce')
-rw-r--r-- | 3411/CH7/EX7.5/Ex7_5.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3411/CH7/EX7.5/Ex7_5.sce b/3411/CH7/EX7.5/Ex7_5.sce new file mode 100644 index 000000000..4ba7f0be2 --- /dev/null +++ b/3411/CH7/EX7.5/Ex7_5.sce @@ -0,0 +1,9 @@ +//Example 7_5
+clc();
+clear;
+//To find the loss specification of a fiber
+l=0.5 //units in KM
+it=7.5*10^-6 //units in micro mts
+i0=8.6*10^-6 //units in micro mts
+alpha=(10/l)*log10(it/i0) //units in db/Km
+printf("The loss specification of the fiber is alpha=%.2f db/km",alpha)
|