Categories
MATLAB Modeling

Pulse Propagation Modeling in Dispersion Managed Optical Fibers

The following is an excerpt from a group project completed in my finial year at the University of Aberdeen. Dr. Kaliyaperumal Nakkeeran supervised the project. The group project title was Simulation of Pulse Propagation in Optical Fiber Transmission Systems. The aim of the project was to simulate the pulse propagation in dispersion managed (DM) optical fiber transmission systems. Effects like optical losses, group-velocity dispersion and self-phase modulation are analyzed in this project. Part of my contribution to the project was the production of a MATLAB simulation of the pulses’ propagation through the wave-guide.

The following is an excerpt from a group project completed in my finial year at the University of Aberdeen. Dr. Kaliyaperumal Nakkeeran supervised the project. The group project title was Simulation of Pulse Propagation in Optical Fiber Transmission Systems. The aim of the project was to simulate the pulse propagation in dispersion managed (DM) optical fiber transmission systems. Effects like optical losses, group-velocity dispersion and self-phase modulation are analyzed in this project. Part of my contribution to the project was the production of a MATLAB simulation of the pulses’ propagation through the wave-guide.

Introduction

The aim of this group project was to simulate the pulse propagation in dispersion managed (DM) optical fibre transmission systems. Effects like optical losses, group-velocity dispersion and self-phase modulation are analyzed in this project.

Nonlinear pulse propagation in a fiber can be described by the generalized nonlinear Schrödinger equation (NLSE), which has the form,

Wwhere ψ(z, t) is the slowly varying envelope amplitude of the electric field measured in units of square root of Watts at position z, at time t. Subscript z or t denotes the partial derivative with respect to that letter. β2(z) and β3(z) represent the second and third order dispersion coefficients respectively. γ(z) represents the strength of the nonlinearities.

Split Step Fourier Method

Description

The non-linear Schrödinger equation describes the propagation of the wave through an optical wave-guide. The equation is described in Equation 2‑1. The equation represents the non-linear response of the dielectric to the electric field of the propagating light wave.

Equation 2‑1

The non-linear Schrödinger equation consists of two main components, the linear component as described in Equation 2‑2 and the non-linear component as described in Equation 2‑3. The non-linear and the linear components of the equation is solvable separately however non-linear Schrödinger equation does not have a simple solution.

Equation 2‑2
Equation 2‑3

If the only a step h is taken along the waveguide z, then the linear and non-linear components can be treated separately resulting in only a small numerical error.  These steps are illustrated in Figure 2‑1

fig1
Figure 2‑1

In each step in the splits-step method there are three operations, involving the non-linear and linear components. The non-linear transfer function is applied from to , then from to . The linear transfer function is then applied from to . This is illustrated in Figure 2‑2.

fig2
Figure 2‑2

Derivation

Linear Component

The linear component of the operation can be obtained from the non-linear Schrödinger’s equation (Equation 2‑4).

Equation 2‑4

The second derivative of the amplitude can be substituted with the Fourier transform as described in Equation 2‑5,

Equation 2‑5

Rearranging for  gives Equation 2‑6,

Equation 2‑6
Equation 2‑7

Integrating  with respect to  between  and , and with respect to  over o to h as in Equation 2‑8,

Equation 2‑8

giving Equation 2‑9.

Equation 2‑9
image068
Equation 2‑10

Re-arranging into a transfer function between the current step and the next step values as in Equation 2‑11,

Equation 2‑11

When implemented in MATLAB Equation 2‑11 takes the form:

i = sqrt(-1);

A = A.*exp(-alpha*(h/2)+i*beta/2*w.^2*(h/2));

Non-Linear Component

The non-linear component of the operation can be obtained from the non-linear Schrödinger’s equation (Equation 2‑12).

Equation 2‑12

The equation is then rearranged in terms of , as in Equation 2‑13

Equation 2‑13

Integrating  with respect to  between  and , and with respect to  over 0 to h as in Equation 2‑14,

Equation 2‑14

giving Equation 2‑15

Equation 2‑15
Equation 2‑16
Equation 2‑17

Re arranging into a transfer function between the current step and the next step values as in Equation 2‑18,

Equation 2‑18

When implemented in MATLAB Equation 2‑18 takes the form:

i = sqrt(-1);

A = A.*exp(i*gamma*(abs(A).^2)*h);

Demonstration of Algorithm

The MATLAB program is demonstrated in Figure 2‑2. In this graph a generic pulse is shown evolving as it propagates through a glass wave-guide.

pulse_evo
Figure 2‑3

Flow Diagram of Procedure

fig3
Figure 2‑4

23 replies on “Pulse Propagation Modeling in Dispersion Managed Optical Fibers”

Hi, I am Dr. Hamie from the lebanese University, I am wondering if could you send to me your MAtlab code.
Thanks a lot in advanced.

hi,
can i try your code. I am interested to know Is there an flexibility to define w-index profile in the code .
Thank you in advance,

Hello, been trying to create something similar myself, results are not of a soliton but more of a soliton lumped, could it be possible for you to show your code in it’s entirety or to send it?

Thank you very much.

please can anyone send me : the complete matlab code for simulation for NLSE..its really urgent for me

If possible could you please mail me your matlab code.This is a part of my topic of research and will help me a lot

Leave a Reply

Your email address will not be published. Required fields are marked *