summaryrefslogtreecommitdiff
path: root/3638/CH8/EX8.6/Ex8_6.sce
blob: 460a95753a1a5e2f813f2e5ce71278e010d9a3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Introduction to Fiber Optics by A. Ghatak and K. Thyagarajan, Cambridge, New Delhi, 1999
//Example 8.6
//OS=Windows XP sp3
//Scilab version 5.5.2
clc;
clear;
//given
lambda0=1300e-9;//operating wavelength of single mode fiber in m
MFD=10e-6;//mode field diameter of fiber in m
omega=MFD/2;//corresponding spot size of fiber in m
thetae=asind(lambda0/(%pi*omega));//corresponding value of angle in degrees where amplitude falls to 1/e of maximum value
mprintf("Corresponding value of angle=%.2f degrees",thetae);