Experiment-1: Introduction To Optical Fiber Communication
Experiment-1: Introduction To Optical Fiber Communication
AIM:
THEORY:
Due to much lower attenuation and interference, optical fiber has large
advantages over existing copper wire in long-distance, high-demand
applications. It is used by many telecommunications companies to transmit
telephone signals, Internet communication and cable television signals.
1. Transmitter
2. Informational channel
3. Receiver
RESULT:
We have studied the structure , need and block diagram of Optical fiber
communication .
EXPERIMENT-2
AIM:
THEORY:
• Project Layout
• Perform Control
• Parameter Settings
• Show Navigate
Project Layout
The main working area that displays the layout of the project, including
components and connections .
Perform Control
Show Navigate
The Show Navigate control (File Display) allows you to view the list of file
attachments included as part of the active project. For example, an Adobe .pdf
file could contain documents regarding OptiSystem.
Parameter Settings
The Parameter Settings control allows you to view the list of global parameters
created as part of the active project.
RESULT:
AIM:
To study change in eye diagram , BER and Q factor w.r.t fibre length.
THEORY:
BER - The number of bit errors is the number of received bits of a data stream
over a communication channel that have been altered due to noise, interference,
distortion or bit synchronization errors.
The change of eye diagram , BER and Q factor is studied in this experiment
with respect to fibre length .
EXPERIMENT-4
AIM:
THEORY:
DIAGRAM:
OUTPUT:
RESULT:
THEORY:
1) NUMERICAL APERTURE
The Numerical Aperture (NA) of a fiber is defined as the sine of the largest angle an incident ray
can have for total internal reflectance in the core. Rays launched outside the angle specified by a
fiber's NA will excite radiation modes of the fiber. A higher core index, with respect to the
cladding, means larger NA. However, increasing NA causes higher scattering loss from greater
concentrations of dopant. A fiber's NA can be determined by measuring the divergence angle of
the light cone it emits when all its modes are excited.
clc;
clear all;
NA = ((n1^2)-(n2^2))^(1/2);
disp(NA);
theta = asind(NA);
disp(theta);
ohm = pi*(NA^2);
disp(ohm);
beta = (2*pi*n1/lamda)*cos(theta);
disp(beta);
TABLE:
n1 > n2 less
θa (n1 and n2 ) 1.4 < (n1 , n2) < 1.5 Sin-1[(n12 - n22)1/ 2]
or
and or 00 to 250 degree
NA
n1 > n2 Sin-1(NA)
Ω (n1 and n2 ) 1.4 < (n1 , n2) < 1.5 π(n12 - n22)
or
and or
NA
n1 > n2 π(NA)2 radian
or
or
θa
πθa2
β (n1 , n2 ,λ) 1.4 < (n1 , n2) < 1.5 (2π n1 / λ)Cos(θa)
or and or
EXPERIMENT- 6
AIM: To Calculate for graded index fiber:-
Theory:
2).V number: The V number is a dimensionless parameter which is often used in the context of step-index fibers.
It is defined as:
where λ is the vacuum wavelength, a is the radius of the fiber core, and NA is the numerical aperture. Of course,
the V number should not be confused with some velocity v, e.g. the phase velocity of light, and also not with the
Abbe number, which is also sometimes called V-number.
3).Cut-off wavelength: The number of guided modes of a waveguide (for example, an optical fiber) depends
on the optical wavelength: the shorter the wavelength, the more modes can be guided. For long wavelengths,
there may be only a single guided mode (→
single-mode fibers) or even none at all, whereas multimode behavior is obtained at shorter wavelengths.
When a particular mode ceases to exist beyond a certain wavelength, that wavelength is called its cut-off
wavelength. For an optical fiber, the cut-off wavelength for the LP11 mode sets a limit to the single-mode regime,
as below that wavelength there is at least the LP01 and the LP11 mode.
The total number of mode traveling in a fibre depends on the V – Number and is related as: For Graded Index
Fibre:
Ms= (N^2)/4
Code:
clc; clear
all;
d = input('diameter of core in micrometer='); n1 =
input('enter the index of core =');
n2 = input('enter the index of cladding =');
k = 2*pi/lamda;
disp(beta);
Vnumber = pi*d*NA/lamda;
disp('V number = ');
disp(Vnumber);
xlabel('Vnumber(unitless)--->');
for j=x1(1,2):x1(1,1201)
k=2*pi/j;
y1=[y1,(k*d*NA/2)];
end
Vc = 2.405;
disp('cutoffwavlength(nm) = ');
disp(CutoffWavelength);
int2str(CutoffWavelength))});
n1 > n 2
λ and
and
Output:
Graph
Experiment No:7
AIM:To Calculate for graded index fiber:-
a) NA
b) Vnumber(V)
c) Cut off wavelength(λc)
d) Number of modes traveling infiber(Ms)
Theory:
1)N.A.(Numerical
aperture):
The Numerical Aperture (NA) of a fiber is defined as the sine of the largest angle an incident
ray can have for total internal reflectance in the core. Rays launched outside the angle specified
by a fiber's NA will excite radiation modes of the fiber. A higher core index, with respect to the
cladding, means larger NA. However, increasing NA causes higher scattering loss from greater
concentrations of dopant. A fiber's NA can be determined by measuring the divergence angle
of the light cone it emits when all itsmodes are excited.
2).V number: The V number is a dimensionless parameter which is often used in the context
of step-index fibers. It is defined as:
where λ is the vacuum wavelength, a is the radius of the fiber core, and NA is the numerical
aperture. Of course, the V number should not be confused with some velocity v, e.g. the
phase velocity of light, and also not with the Abbe number, which is also sometimes called V-
number.
single-mode fibers) or even none at all, whereas multimode behavior is obtained at shorter
wavelengths.
When a particular mode ceases to exist beyond a certain wavelength, that wavelength is called
its cut-off wavelength. For an optical fiber, the cut-off wavelength for the LP11 mode sets a
limit to the single-mode regime, as below that wavelength there is at least the LP01 and the
LP11 mode.
Ms= (V^2)/4
Code:
clc;
cleara
ll;
d=input('diameter of core in
micrometer='); n1=input('index of
core=');
n2=input('index of
cladding='); NA = ((n1^2)-
(n2^2))^(1/2);
Vnumber =
pi*d*NA/Lamda; disp('V
number = ');
disp(Vnumber);
CutoffWavelength = pi*d*NA/Vnumber;
CutoffWavelength =
round(CutoffWavelength);
disp('cutoffwavlength(nm) = ');
disp(CutoffWavelength);
Ms = (Vnumber^2)/4;
disp(Ms);
TABLE:
1.5
and
0.14to unit less
n1>n2
0.20
and
and λ) and
0.3μm<2a<25
V>2.405
μm
for
multimo
de fiber
or 2 2
(2πa/Vc)[(n1 -n2 )1/2
n1>n2
(a Or
and
NA
and
and Vc)
(2πa/Vc)*NA
0.3μm<2a<25
μm
M V V>=10 2 unit
V /2
s
Output:
EXPERIMENT- 8
AIM: To Calculate for step index fiber:-
Theory:
1)N.A.(Numerical aperture):
The Numerical Aperture (NA) of a fiber is defined as the sine of the largest angle an incident
ray can have for total internal reflectance in the core. Rays launched outside the angle specified
by a fiber's NA will excite radiation modes of the fiber. A higher core index, with respect to the
cladding, means larger NA. However, increasing NA causes higher scattering loss from greater
concentrations of dopant. A fiber's NA can be determined by measuring the divergence angle of
the light cone it emits when all its modes are excited.
clc;
clear all;
r = input ('enter the radius in micrometer at which acceptance angle is to be fined =');
a = d/2;
del = ((n1axis^2)-(n2^2))/(2*(n1axis^2));
R = [0:1:a];
n1r = n1axis;
NA = NAaxis;
l = a+1;
end
theta = asind (NAaxis*((1- (r/a) ^alpha) ^ (1/2)));
disp (theta);
plot(R, n1r);
grid;
plot(R, NA);
grid;
TABLE:
n1[r] n1[0] 1.4 < (n1[0] , n2) n1[0] * (1- n1[0] <
< 1.5 2∆(r/a)α)1/2 n1[r] < n2
and unit
and less
∆
n1[0] > n2
and
and
a
0.3 μm < 2a <
and 25 μm
α and
0 < r <= a
1< α < ∞
NA[0] n1[0] 1.4 < (n1[0] , n2) (n1[0]2 - n22)1/ 2 0.14 to unit
< 1.5 0.20 less
and
and
n2
n1[0] > n2
NA[r] NA[0] 0.3 μm < 2a < NA[0] * (1- unit
25 μm (r/a)α)1/2 less
and
and
a
0 < r <= a
or
NA[r]
Output:
Graph: