代写 10/9/2018 project

10/9/2018 project
EEET2392 Project – Semester 2 2018 Introduction
Wavelength Division Multiplexing (WDM) is a common technique used in optical communication networks to increase the data capacity of a single optical fibre. By using different wavelengths, many optical communication channels can be transmitted simultaneously in an optical fibre.
In a WDM transmission system, a multiplexer is used at the transmitter to combine (multiplex) several wavelength channels together. At the receiver, different wavelength channels are separated by a WDM demultiplexer.
A WDM demultiplexer can be constructed from cascaded add-drop ring resonators [1, 2] as illustrated in Fig. 1.
Figure 1. WDM demultiplexer based on cascaded add-drop ring resonators The wavelength response of a WDM demultiplexer is illustrated in Fig. 2
Figure 2. WDM demultiplexer wavelength response Some important characteristics of a WDM are:
Channel bandwidth(BW): 3 dB bandwidth of a wavelength channel Channel spacing (CS): wavelength spacing between adjacent channels
Insertion loss (IL): IL = at the center wavelength of a channel
Cross-talk (XT): XT = is the difference in the output power of the adjacent channel (channel j+1) and a channel (channel j).
http://10.205.0.140:8000/user/s3688469/notebooks/Final%20Project/project.ipynb
1/4
j,tuoP 01gol 01 1+j,tuoP
niP 01gol 01 tuoP

10/9/2018 project
Free Spectral Range (FSR)
References:
[1] Xuezhe Zheng, Ivan Shubin, Guoliang Li, Thierry Pinguet, Attila Mekis, Jin Yao, Hiren Thacker, Ying Luo, Joey Costa, Kannan Raj, John E. Cunningham, and Ashok V. Krishnamoorthy, “A tunable 1×4 silicon CMOS photonic wavelength multiplexer/demultiplexer for dense optical interconnects,” Opt. Express 18, 5151-5160 (2010)
[2] Philippe P. Absil, Peter De Heyn, Pieter Dumon, Dries Van Thourhout, Peter Verheyen, Shankar Selvaraja, Guy Lepage, Marianna Pantouvaki, Michal Rakowski, Joris Van Campenhout, “Advances in silicon photonics WDM devices,” Proc. SPIE 9010, Next-Generation Optical Networks for Data Centers and Short-Reach Links, 90100J (2014/02/19)
Project
In this project, you will design a four-channel WDM demultiplexer based on add-drop ring resonators. The specifications of your demultiplxer depend on your student number.
Run the below code cell and enter your student number to obtain the demultiplexer specifications
In [1]:
Enter your student number, without s, eg 1234567, then press Enter: 3688469
Below are the specifications of your WDM demultiplexer:
– Number of channel: 4
– Centre wavelength of the first channel (Ch1): 1542.5 nm
– Channel spacing: 5.0 nm
Below are the requirements for the waveguide used in your design:
– All waveguides are wire waveguide
– Waveguide width: 450.0 nm
– Waveguide loss: 2 dB/cm
The designed WDM demultiplexer must also satisfy the following requirements:
All ring resonators must be critically coupled.
The gap between waveguides in the directional couplers must not be smaller than 150 nm The FSR range of all ring resonators must be at least four times the channel spacing
Design a demultiplxer to meet the all above requirements. You need to work out the length of all rings, the gap and length of all directional couplers. For this project, you can assume that the effect of the bend sections on the coupling ratios of the directional couplers is negilible.
You also must use ASP PDK in your design. You will learn about PDK in week 10. To use ASP PDK you need to import asp_silicon_photonics.technology instead to default silicon photonic technology, ie import asp_silicon_photonics.technology instead of from technologies import silicon_photonics
Create a PCell for the demultiplexer. The PCell must contain the Layout view and other views required for circuit simulation.
student_number = raw_input(“Enter your student number, without s, eg 1234567, then press En from eeet2392.wdm_specs import *
wdm_specs(student_number)
http://10.205.0.140:8000/user/s3688469/notebooks/Final%20Project/project.ipynb
2/4

10/9/2018 project
Simulate the designed demultiplexer and plot the wavelength response of all channels and the through port. From the simulation results, determine the bandwidth, insersion loss, cross talk of each channel. Discuss what you can do to increase the bandwidth, reduce the insersion loss and reduce the cross-talk.
Attach grating couplers from the PDK to all input and output ports of the demultiplexer to form a completed demultiplexer circuit ready to be interfaced to optical fibres. All grating couplers must be spaced 50 m or multiple of 50 m apart horizontally. Generate the GDS file for your final device. Simulate your demultiplexer with grating couplers.
Discuss the effect (if there is any) of the input and output grating couplers on the performance of the designed WDM demultiplexer.
Investigate the effects of the variation in the waveguide width on the performance of the designed WDM demultiplexer. Extra marks will be given if you can investigate the effect of silicon core layer thickness variation or temperature variation on the demultiplexer performance.
Project submission
You will need to submit:
This notebook
A report summarising your design process, the results and your discussion. The report should contain:
Abstract
Introduction
Main body (can be divided into different sections) Discussion
Conclusions
References
Please refer to project report marking rubric in Canvas for further requirements of the report. The report will need to be submitted via the submission link on Canvas.
The due date for notebook submission is Wednesday October 17 at 23:59 (Week 13). The due date for report submission is Friday October 19 at 23:59. Late submission will be penalised at 5% of the total available marks per 6 hours for up to 48 hours. Submission more than 48 hours after the deadline will not be marked.
You are also required to demonstrate your design (ie running the notebook) to your course lecturer on Thursday October 19, from 10 AM to 12.30 PM in Building 80, Level 08, Room 09 (80.08.09).
About Plagiarism
This is an individual project. Each student will have different set of specifications based on your student number. Do not copy designs or reports from other students. If two design notebooks or reports are found to be similar, mark penalty will be applied for both notebooks or reports.
Important: Plagiarism is academic misconduct and you will be penalised and reported to RMIT senior officer for academic misconduct
Your project design starts from here
http://10.205.0.140:8000/user/s3688469/notebooks/Final%20Project/project.ipynb
3/4
¦Ì
¦Ì

10/9/2018 project
Add new cells and enter code to work on your design. All of your calculation, design and simulation should be contained in this notebook.
Before each code cell you need include some explanation of what are you trying to achieve with that code cell. Use markdown cell to enter your text. You should use headings to organise your notebook into sections
In [ ]:
In [ ]:
By submitting this project I agree that all the work was done by me and that I have not copied anything from anyone else.
http://10.205.0.140:8000/user/s3688469/notebooks/Final%20Project/project.ipynb
4/4