summaryrefslogtreecommitdiff
path: root/848/CH3/EX3.3
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /848/CH3/EX3.3
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '848/CH3/EX3.3')
-rwxr-xr-x848/CH3/EX3.3/Example3_3.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/848/CH3/EX3.3/Example3_3.sce b/848/CH3/EX3.3/Example3_3.sce
new file mode 100755
index 000000000..b0804f7fc
--- /dev/null
+++ b/848/CH3/EX3.3/Example3_3.sce
@@ -0,0 +1,14 @@
+//clear//
+//Caption:Rayleigh scattering loss
+//Example3.3
+//page97
+clear;
+close;
+clc;
+alpha_0 = 1.64; //attenuation at Lambda_0 in dB/KM
+Lambda_0 = 850e-09;// wavelength 850 nanometer
+Lambda = 1310e-09; //wavelength 1350 nanometer
+alpha_Lambda = alpha_0*((Lambda_0/Lambda)^4);
+disp(alpha_Lambda,'Rayleigh scattering loss alpha(Lambda) = ')
+//Result
+//Rayleigh scattering loss alpha(Lambda) = 0.2906929