RECENTLY, the optimization of fiber Bragg gratings

Size: px
Start display at page:

Download "RECENTLY, the optimization of fiber Bragg gratings"

Transcription

1 4382 JOURNA OF IGHTWAVE TECHNOOGY, VO. 23, NO. 12, DECEMBER 2005 Optimizing Fiber Bragg Gratings Using a Genetic Algorithm With Fabrication-Constraint Encoding Guillaume Tremblay, Jean-Numa Gillet, Yunlong Sheng, Martin Bernier, and Gilles Paul-Hus Abstract We propose an advanced genetic algorithm (GA) to design fiber Bragg gratings (FBGs) with given fabrication constraints. Our GA is enhanced by a new Fourier-series-based real-valued encoding to obtain more degrees of freedom and a rank-based fitness function. The new GA enables us to remove phase shifts in the gratings. The designed minimum-dispersion bandpass grating has a dispersion of ±28 ps/nm in the 0.33-nm flat-top passband. The grating is fabricated using a phase mask without phase shift. Index Terms Fabrication constraints, fiber Bragg grating (FBG), genetic algorithm (GA), numerical optimization, optical fiber. I. INTRODUCTION RECENTY, the optimization of fiber Bragg gratings (FBGs) has received strong research interest. In [1] [6], the FBGs are not simply synthesized by the inverse scattering procedures, such as the Gelfand Marchenko methods and the layer-peeling algorithm (PA) [7], [8], but are optimized with tradeoffs among a variety of constraints. Indeed, using powerful optimization algorithms such as the iterative PA [2], [3], [5], simulated annealing, and genetic algorithm (GA), one can include requested fabrication constraints such that the designed FBGs not only achieve the required spectral performance but are also easy to fabricate. The GA optimizes a population of chromosomes by recursive processes of selection, reproduction, and mutation, based on the principles of natural selection [9] [11]. The GA is a globalsearch algorithm and therefore, it is more likely to find the global optimum [9] than local-search approaches such as the iterative PA [2] and simulated annealing with a fast cooling schedule [12]. The GA was already used in FBG design [13], [14]. In this paper, we introduce a new Fourier-seriesbased real-valued encoding technique for FBG coupling coefficients to include fabrication constraints in the GA. We enhance the GA with a rank-based selection and a new fitness function based on a cumulative normal distribution [10]. We show a design example of the bandpass filter with minimum dispersion. Manuscript received February 10, 2005; revised March 31, G. Tremblay, Y. Sheng, M. Bernier, and G. Paul-Hus are with the Department of Physics, Physical Engineering and Optics, and the Center for Optics, Photonics and aser, Université aval, Québec, QC G1K 7P4, Canada ( Guillaume.Tremblay@phy.ulaval.ca; sheng@phy.ulaval.ca). J.-N. Gillet was with the Department of Physics, Physical Engineering and Optics, and the Center for Optics, Photonics and aser, Université aval, Québec, QC G1K 7P4, Canada. He is now with the Department of Engineering Physics, École Polytechnique de Montréal, Montréal, QC H3C 3A7, Canada ( Jean-Numa.Gillet@polymtl.ca). Digital Object Identifier /JT Compared with the recent design of dispersion-free FBGs [15], our design with the fabrication constraints excludes any phase shifts, so that the designed FBG can be fabricated with a conventional high-quality holographic phase mask without requiring custom-made phase masks. As a tradeoff, the FBG s dispersion increases slightly. The designed FBG has been fabricated to confirm its performances. II. GENETIC AGORITHM (GA) A. Real-Valued Encoding In most GA implementations, the solutions (chromosomes) in a population are coded with strings of binary numbers (genes). For designing an FBG, one can divide the grating length into a number of short sections and encode values of the local coupling coefficients in each section as a string of binary genes [13]. The main drawback of this encoding technique is that, in the GA, the crossover and mutation operations would change the coupling coefficients in the neighboring FBG sections independently and randomly, so that the resulting apodization profile could contain many inflections. Such a solution is not appropriate for an FBG. Our goal is to optimize an apodized coupling-coefficient profile q(z) of an FBG that is smooth along the fiber length, satisfies the requested spectral specifications, and is easy to fabricate. An additional fabrication constraint can be to remove all the phase shifts in the FBG so that its coupling-coefficient function is all positive valued. In this way, the designed FBG can be fabricated using a conventional holographic phase mask without specific phase shifts. For this purpose, we propose a new coding method based on the Fourier series. We describe the coupling coefficient q(z) of an FBG as the square of a Fourier series, which is positive valued q(z) =AB [ n 1 m=1 a m cos ( mπz ) ] 2 where /2 z /2, being the length of the grating, A = q max = π n max /λ B with the maximal index modulation n max, the Bragg wavelength λ B, a normalization constant B, and we choose n =13as the number of real-valued genes in a chromosome. Thus, q(z) is the square of a summation of (n 1) = 12 cosine modes. One can observe that by setting a 1 =1and a i =0for 2 i (n 1), we obtain the squared cosine profile. The parameters to be optimized are the n 1=12weights of the sinusoidal modes in the Fourier series, 1 a m 1 with 1 m n 1, which control the shape (1) /$ IEEE

2 TREMBAY et al.: GENETIC AGORITHM WITH FABRICATION-CONSTRAINT ENCODING FOR OPTIMIZING FBGs 4383 of the coupling coefficient q(z). The last gene a 13 is used to calculate A. Note that the number of 13 parameters in the encoding of (1) is much higher than that in the previous GA for FBG optimization [14], where only three parameters were optimized: the grating length, period, and the weight n max of the given squared cosine apodization function. The high number of degrees of freedom is useful for our GA to contain the strong fabrication constraints such as removing all phase shifts in the FBG. Moreover, this representation of q(z) ensures that q( /2) = q(/2) = 0 and that q ( /2) = q (/2) = 0. Indeed, when taking the first derivative of q(z), one obtains We define φ(p) as a cumulative Gaussian normal distribution [10] so that φ(p) =1 ( 2πσ) 1 p [ ] (y µ) 2 exp dy (4) where µ = N 0 /2 and σ = N 0 /6. The selection is performed based on a roulette game. In each game, a random number h, with 0 h 1, is generated with a uniform probability distribution. The chromosome with the rank p is selected for reproduction if σ 2 dq dz = 2π n 1 m=1 a m cos ( mπz ) n 1 ( pπz ) a p p sin p=1 (2) C Φ (p 1) <h C Φ (p) (5) where C Φ (p) is the cumulative selection probability which is always equal to 0 when m is an integer at z = ±/2. At the initial generation k =0, a population of N chromosomes is randomly generated. For the real-coded GA, a usual rule is to use a number N of chromosomes, which is six or seven times larger than the number n of genes in the chromosomes. As the chromosomes are made up of n =13 genes, we set N = 102 to obtain enough genetic diversity. After each chromosome s generation, the FBG spectrum is computed with the transfer-matrix method and a cost function is evaluated as a measure of errors in the actual spectrum with respect to the target spectrum. B. Selection and Pairing For the next generations, k =1, 2, 3,..., a number of chromosomes are selected for reproduction. The N 0 = 100 best chromosomes are all taken as the first parents, which are then paired with N 0 chromosomes selected as the second parents from the N 0 best chromosomes. The two worst chromosomes in each generation are never implicated in the reproduction. This pairing technique increases genetic diversity since all the N 0 best chromosomes will transmit genes to the next generations. In the classical GA, each pair generates two offspring chromosomes while in our GA, each pair is meant to generate only one offspring. The conventional GA often leads to a premature convergence because the selection probability is calculated according to its cost-function value, which can suffer from large numerical fluctuations. We used a selection based on the ranks p of the chromosomes instead of the cost-function values [10]. The ranks 1 <p<100 of the chromosomes are given according to their ascending cost-function values. Then, the selection probability Φ(p) is defined as the normalized fitness function φ(p): Φ(p) = [ N 0 p =1 φ(p) φ(p ) ] (3) where the fitness function φ(p) is a positive number describing the reproductive success of a chromosome according to its rank. C Φ (p) = p Φ(p ). (6) p =1 C. Reproduction We use a multiple crossover method to generate offspring chromosomes. The offspring c is reproduced by randomly selecting genes from parents a and b as follows: } a=[a 1 a 2 a 3 a n ] c=[x b=[b 1 b 2 b 3 b n ] 1 x 2 x 3... x n ] (7) where every x i with 1 i n, inc has an equal probability of being an a i ora b i. On the other hand, a linear crossover of the real-valued chromosomes is also used. The two crossover procedures are performed with an equal probability. In the GA with real-valued coding, the linear crossover usually generates three offspring chomosomes c 1, c 2, and c 3 from two parents a and b [13] c 1 = 0.5a +1.5b (8) c 2 =0.5a +0.5b (9) c 3 =1.5a 0.5b. (10) Then, in the chromosomes space, the three offspring chromosomes are located at predefined intervals on a line segment passing through a and b. One keeps the best two of the three for the next generation and eliminates the worst one. Our linear crossover generates the new chromosome c from the parents a and b with c =( 0.5+g)a +(1.5 g)b (11) where g is a random number chosen in the interval 0 g 2. In our linear crossover, the offspring chromosome can be located randomly anywhere on the line segment passing through a and b. Moreover, as only one offspring chromosome is generated in every reproduction, the elimination process is skipped.

3 4384 JOURNA OF IGHTWAVE TECHNOOGY, VO. 23, NO. 12, DECEMBER 2005 The reproduction probability was set to 0.9. In the case where reproduction does not occur, the offspring is cloned from its second parent. To introduce more genetic diversity, the mutation of a chromosome element m is also performed to generate m m as m m =0.25(2h 1) m (12) where h is a random value and 0 h 1 such that the mutated value is kept close to the original value within an interval controlled by h. Only one randomly chosen chromosome element is mutated each time, with a mutation probability of 0.4. This value is a little higher than typical values of for a real-valued GA [16] in order to increase genetic diversity. D. Elitism Elitism is necessary for the GA to converge [10]. The best genome in the population should not be altered or destroyed by reproduction processes. Elite chromosomes are transmitted to the next generation without crossovers or mutations. In our GA, a new generation consists of 100 new offspring individuals and two cloned elite individuals. Typically, elites are the individuals having the lowest total cost-function values. Usually, these individuals are similar to each other so that the use of too many elites often results in premature convergence. We select our two elites differently: the first one being selected according to the total cost value and the second one according to the partial cost value from the reflectivity spectrum. This technique improves genetic diversity in the population because there are two different elites distributing their genes into the population in each generation. The two elites are usually quite different in the early generations. Then, they tend to converge to the global optimum in the later generations. III. DESIGN As an example, we designed a bandpass FBG filter with minimum dispersion. The dispersion-free filter is extensively studied. In a preceding design with the PA [15], the FBG contained eight π phase shifts. Our GA uses the all-positivevalued coding of the coupling coefficients. The designed FBG contains no π phase shifts and can be fabricated with a conventional holographic phase mask. As a price to pay, we expect a slightly deteriorated dispersion spectrum compared with that of the previous design [15]. The grating length was set to 1 cm and the target bandpass width was set to 0.4 nm. The FBG reflectivity and dispersion spectra are calculated using the transfer-matrix method with a subdivision of the grating into M = 200 uniform sections. The contribution of the reflectivity spectrum error Γ R to the cost function is a sum of three cost values, which are defined at the central wavelength λ = λ B as 0, for R(λB ) db (= 99%) γ(λ B )= (13) G, otherwise where R is the reflectivity and the number G.Atthetwo control points λ = λ B ± 0.15 nm, the cost value is set to G if R drops below a preset value of 0.5 db to ensure a flat-top passband (R > 0.5 db) at least 0.3 nm wide so that 0, for R(λ) 0.5 db γ(λ B ± 0.15) =. (14) G, otherwise In the bands where 0.3 λ λ B 0.8 nm, the cost value is defined for the isolation error of the FBG so that γ(λ) = 40 R(λ) 3, for R(λ) 40 db 0, otherwise. (15) We do not constrain the reflectivity spectrum in the bandgaps between the control points λ = λ B ± 0.15 nm to λ = λ B ± 0.3 nm, respectively, to provide some degrees of freedom for the GA to converge. The dispersion in the flat-top passband is to be minimized. The contribution of the dispersion to the cost function Γ D is the maximum dispersion within the R> 0.5 db band. The total cost function Γ consists of the two contributions from the cost of the reflectivity error and that of the dispersion. One usually suggests Γ=βΓ R +(1 β)γ D, where 0 <β<1 is a weighting parameter [13]. This technique however relies on the determination of parameter β to properly weight the contributions of the two partial cost functions. However, in many GA applications including FBG optimization, the mean value and the variance of the statistical distribution of each partial cost contribution can vary greatly over generations. The weight of each contribution is thus affected by the degree of convergence of the population. This can make the choice of a suitable weight parameter β difficult. We thus define the total cost function according to the partial ranks as Γ i = wp Ri + p Di (16) where p Ri and p Di are the rank of the chromosome i according to its reflectivity and dispersion costs Γ Ri and Γ Di, respectively, and w is a weighting constant. The total cost function defined in (16) would not be affected by the statistical distribution of the partial costs Γ R and Γ D. We choose a rational weight w = such that the product w p is never an integer in order to prevent equalities between different Γ i s. The total cost Γ i is then used to determine the rank p of the chromosome i, and the fitness φ(p) in (3) and cumulative probability C Φ (p) in (6) for selection. The GA recursive search process was stopped after only 325 generations. Fig. 1 shows the coupling coefficient q(z) of the designed FBG. Many runs of our GA were performed leading to the same results, which could be a sign that we achieved the global optimum. Simulations show that the grating has maximum reflectivity of 0.99, isolation of 33.3 db, dispersion of ±28 ps/nm in the 0.33 nm passband, and bandwidth utilization ratio, which is the ratio of the bandwidths of the 0.5 db passband over the 30 db stopband, BWU= Experimental results were obtained using a frequency-doubled argon laser of 500 mw and a holographic uniform phase mask at the central wavelength of nm to write the FBG in

4 TREMBAY et al.: GENETIC AGORITHM WITH FABRICATION-CONSTRAINT ENCODING FOR OPTIMIZING FBGs 4385 IV. CONCUSION We have successfully included the fabrication constraints in the genetic algorithm (GA) with the real-valued encoding for the optimization of a low-dispersion bandpass fiber Bragg grating (FBG) without phase shifts. The GA is enforced by a higher number of degrees of freedom and a rank-based fitness function. The designed FBG contains no phase shift and has a dispersion of ±28 ps/nm in the 0.33-nm flat-top passband. The designed FBG was fabricated with a conventional holographic phase mask. Experimental results confirm the designed FBG performances. Fig. 1. Coupling coefficient q(z) of the designed FBG. Fig. 2. Simulated (thin curve) and experimental (thick curve) reflection spectra of the designed FBG. Fig. 3. Simulated (thin curve) and experimental (thick curve) group delay of the designed FBG. an H 2 loaded Ge-doped Corning SMF28 fiber. A piezoelectric actuator is used in the scanning system to control the index variation profile related to q(z). Numerical and experimental results are shown by the thin and thick curves, respectively, in Figs. 2 and 3, and present a very good agreement. The experimental curves were obtained using an Agilent chromatic-dispersion measurement system model HP86037C, with a scanning resolution of 4 pm and a frequency modulation of 250 MHz. It is apparent that experimental results are in good agreement with simulations, as shown in Figs. 2 and 3. The fabricated grating has a dispersion of ±33 ps/nm and an isolation of 22 db in the 0.33-nm passband. REFERENCES [1] N. Plougmann and M. Kristensen, Efficient iterative technique for designing Bragg gratings, Opt. ett., vol. 29,no. 1,pp ,Jan [2] Y. OuYang and Y. Sheng, Design fiber Bragg grating using iterative layer-peeling algorithm, presented at the Optical Fiber Communication Conf. (OFC), 2004, Paper MF32. [3] H. i, T. Kumagai, K. Ogusu, and Y. Sheng, Advanced design of a multichannel fiber Bragg grating based on a layer-peeling method, J. Opt. Soc. Amer.B,Opt.Phys., vol. 21, no. 11, pp , Nov [4] K. Aksnes and J. Skaar, Design of short fiber Bragg gratings by use of optimization, Appl. Opt., vol. 43, no. 11, pp , Apr [5] K. Y. Kolossovski, R. A. Sammut, A. V. Buryak, and D. Y. Stepanov, Three-step design optimization for multi-channel fibre Bragg gratings, Opt. Express, vol. 11, no. 9, pp , May [6] A. V. Buryak, Iterative scheme for the mixed scattering problem, presented at the Bragg Gratings, Photosensitivity and Poling in Glass Waveguides (BGPP), Monterey, CA, 2003, MB3. [7] J. Skaar,. Wang, and T. Erdogan, On the synthesis of fiber Bragg grating by layer peeling, IEEE J. Quantum Electron., vol. 37, no. 2, pp , Feb [8] R. Feced, M. N. Zervas, and M. A. Muriel, An efficient inverse scattering algorithm for the design of nonuniform fiber Bragg gratings, IEEE J. Quantum Electron., vol. 35, no. 8, pp , Aug [9] W. S. Klug and M. R. Cummings, Concepts of Genetics, 6th ed. Upper Saddle River, NJ: Prentice-Hall, [10] J. N. Gillet and Y. Sheng, Multiplexed computer-generated holograms with polygonal-aperture layouts optimized by genetic algorithm, Appl. Opt., vol. 42, no. 20, pp , Jul [11] J. H. Holland, Genetic algorithms, Sci. Amer., vol. 267, no. 1, pp , Jul [12] S. Kirckpatrick, C. D. Gelatt, Jr., and M. P. Vecchi, Optimization by simulated annealing, Science, vol. 220, no. 4598, pp , May [13] J. Skaar and K. M. Risvik, A genetic algorithm for the inverse problem in synthesis of fiber gratings, J. ightw. Technol., vol. 16, no. 10, pp , Oct [14] G. Cormier, R. Boudreau, and S. Thériault, Real-coded genetic algorithm for Bragg grating parameter synthesis, J. Opt. Soc. Amer. B, Opt. Phys., vol. 18, no. 12, pp , Dec [15] J. Skaar and O. H. Waagaard, Design and characterization of finite-length fiber gratings, J. Quantum Electron., vol. 39, no. 10, pp , Oct [16] A. H. Wright, Genetic algorithm for real parameter optimization, in Foundation of Genetic Algorithms, G. J. E. Rawlins, Ed. San Mateo, CA: Morgan Kaufmann, Guillaume Tremblay received the B.Ing and M.Sc. degrees in physics from the Université aval, Québec City, QC, Canada, in 2002 and 2005, respectively. He is currently pursuing the Ph.D. degree. His research interests involve fiber Bragg gratings (FBGs).

5 4386 JOURNA OF IGHTWAVE TECHNOOGY, VO. 23, NO. 12, DECEMBER 2005 Jean-Numa Gillet received the Master s degree (second cycle) in physical engineering from Université ibre de Bruxelles, Brussels, Belgium, in August 1996 and the Ph.D. degree (cum laude) in physics, with optics as the subject, from Université aval, Québec City, QC, Canada, in December From January 2002 to December 2003, he was a Postdoctoral Fellow (January 2002 to January 2003, Université aval, and January 2003 to December 2003, École Polytechnique de Montréal, Montréal, QC, Canada). Currently, he holds the Faculty position of Research Fellow in the Department of Engineering Physics at the École Polytechnique de Montréal. He is a renowned researcher in varying fields of optics and photonics, such as diffractive optics, holography, laser processing, and fiber Bragg gratings (FBGs). He also performed other highly valuable research in other fields of physics, mathematics, and artificial intelligence, such as modeling, numerical physics, simulated annealing, genetic algorithms (GAs), semiconductor physics, microelectronics, nanotechnology, and X-ray photoelectron spectroscopy (XPS). Martin Bernier received the B.Ing degree and Master s degrees in physics from aval University, Québec City, QC, Canada, in 2003 and 2004, respectively. Currently, he is pursuing the Ph.D. degree at the Center for Optics, Photonics and aser at aval University. His research interests involve fiber Bragg gratings, diffractive optics and femtosecond science. He also performed a technical position at National Optical Institute, Québec City, QC, Canada, from 1999 to 2001 and worked among other things on the development of the holographic phase mask technology. Yunlong Sheng received the B.S. degree from the University of Sciences and Technology of China in He received the M.Sc., Doctor, and Doctor ès Science Physique degrees from the Université de Franche-Comté, Besançon, France, in 1980, 1982, and 1986, respectively. Since 1985, he has been with the Centre d Optique, Photonique et aser, Université aval, Québec City, QC, Canada, and is now a Full Professor. His research interests involve diffractive optics, fiber Bragg gratings (FBGs), nanooptics optical signal processing, pattern recognition, and image fusion. He is the author and coauthor of more than 180 technical papers, books, and book chapters and holds two patents on the FBG fabrication. Dr. Sheng is a Fellow of the Optical Society of America (OSA) and a Fellow of The International Society for Optical Engineering (SPIE). Dr. Sheng serves as a Guest Editor of Diffractive Optics in Optical Engineering, and a Cochair of a number of International Conferences. Gilles Paul-Hus received the M.Sc. degree in physics form aval University, Québec City, QC, Canada, in He was an Invited Scholar within the context of the German Academic Exchange Service from 1995 to 1997 at Dresden University of Technology, Dresden, Germany. From 1998 to 2002, he was with Jones, Duck, and Sinclair (JDS) Uniphase and Alcatel Optronics in the Ottawa/Gatineau area, where he was involved in the development of fiber Bragg grating (FBG) technology. Since 2002, he has been the Research Assistant in charge of the Nanophotonics Infrastructure at the Centre d Optique, Photonique et aser at aval University. In addition, he has worked with graduate students on the development of passive optical component.

I. INTRODUCTION. ρ(z) = q(z) tanh ( q(z) ) (1)

I. INTRODUCTION. ρ(z) = q(z) tanh ( q(z) ) (1) 3924 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 23, NO. 11, NOVEMBER 2005 Iterative Layer-Peeling Algorithm for Designing Fiber Bragg Gratings With Fabrication Constraints Yueh Ouyang, Yunlong Sheng, Fellow,

More information

Design of multichannel DWDM fiber Bragg grating filters by Lagrange multiplier constrained optimization

Design of multichannel DWDM fiber Bragg grating filters by Lagrange multiplier constrained optimization Design of multichannel DWDM fiber Bragg grating filters by Lagrange multiplier constrained optimization Cheng-Ling Lee Department of Electro-Optical Engineering, National United University, Miaoli, 36,

More information

AMACH Zehnder interferometer (MZI) based on the

AMACH Zehnder interferometer (MZI) based on the 1284 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 23, NO. 3, MARCH 2005 Optimal Design of Planar Wavelength Circuits Based on Mach Zehnder Interferometers and Their Cascaded Forms Qian Wang and Sailing He, Senior

More information

Exposure schedule for multiplexing holograms in photopolymer films

Exposure schedule for multiplexing holograms in photopolymer films Exposure schedule for multiplexing holograms in photopolymer films Allen Pu, MEMBER SPIE Kevin Curtis,* MEMBER SPIE Demetri Psaltis, MEMBER SPIE California Institute of Technology 136-93 Caltech Pasadena,

More information

IEEE SENSORS JOURNAL, VOL. 8, NO. 11, NOVEMBER X/$ IEEE

IEEE SENSORS JOURNAL, VOL. 8, NO. 11, NOVEMBER X/$ IEEE IEEE SENSORS JOURNAL, VOL. 8, NO. 11, NOVEMBER 2008 1771 Interrogation of a Long Period Grating Fiber Sensor With an Arrayed-Waveguide-Grating-Based Demultiplexer Through Curve Fitting Honglei Guo, Student

More information

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM

SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 2005-2008 JATIT. All rights reserved. SECTOR SYNTHESIS OF ANTENNA ARRAY USING GENETIC ALGORITHM 1 Abdelaziz A. Abdelaziz and 2 Hanan A. Kamal 1 Assoc. Prof., Department of Electrical Engineering, Faculty

More information

Novel fiber Bragg grating fabrication system for long gratings with independent apodization and with local phase and wavelength control

Novel fiber Bragg grating fabrication system for long gratings with independent apodization and with local phase and wavelength control Novel fiber Bragg grating fabrication system for long gratings with independent apodization and with local phase and wavelength control K. M. Chung, 1,* L. Dong, 2 C. Lu, 3 and H.Y. Tam 1 1 Photonics Research

More information

Optical signal processing for fiber Bragg grating based wear sensors

Optical signal processing for fiber Bragg grating based wear sensors University of Wollongong Research Online Faculty of Informatics - Papers (Archive) Faculty of Engineering and Information Sciences 2005 Optical signal processing for fiber Bragg grating based wear sensors

More information

Pulse shaping with a phase-shifted fiber Bragg grating for antisymmetric pulse generation

Pulse shaping with a phase-shifted fiber Bragg grating for antisymmetric pulse generation Pulse shaping with a phase-shifted fiber Bragg grating for antisymmetric pulse generation G. Curatu, S. LaRochelle *, C. Paré **, and P.-A. Bélanger Centre d Optique, Photonique et Lasers, Université Laval,

More information

S-band gain-clamped grating-based erbiumdoped fiber amplifier by forward optical feedback technique

S-band gain-clamped grating-based erbiumdoped fiber amplifier by forward optical feedback technique S-band gain-clamped grating-based erbiumdoped fiber amplifier by forward optical feedback technique Chien-Hung Yeh 1, *, Ming-Ching Lin 3, Ting-Tsan Huang 2, Kuei-Chu Hsu 2 Cheng-Hao Ko 2, and Sien Chi

More information

Investigation of ultrasmall 1 x N AWG for SOI- Based AWG demodulation integration microsystem

Investigation of ultrasmall 1 x N AWG for SOI- Based AWG demodulation integration microsystem University of Wollongong Research Online Faculty of Engineering and Information Sciences - Papers: Part A Faculty of Engineering and Information Sciences 2015 Investigation of ultrasmall 1 x N AWG for

More information

Holographic Bragg Reflectors: Designs and Applications

Holographic Bragg Reflectors: Designs and Applications OTuP1.pdf 2009 OSA/OFC/NFOEC 2009 Holographic Bragg Reflectors: Designs and Applications T. W. Mossberg, C. Greiner, D. Iazikov LightSmyth Technologies OFC 2009 Review - Volume Holograms (mode-selective

More information

Photonics and Optical Communication

Photonics and Optical Communication Photonics and Optical Communication (Course Number 300352) Spring 2007 Dr. Dietmar Knipp Assistant Professor of Electrical Engineering http://www.faculty.iu-bremen.de/dknipp/ 1 Photonics and Optical Communication

More information

The Genetic Algorithm

The Genetic Algorithm The Genetic Algorithm The Genetic Algorithm, (GA) is finding increasing applications in electromagnetics including antenna design. In this lesson we will learn about some of these techniques so you are

More information

Sensors & Transducers 2014 by IFSA Publishing, S. L.

Sensors & Transducers 2014 by IFSA Publishing, S. L. Sensors & Transducers 04 by IFSA Publishing, S. L. http://www.sensorsportal.com Dense Wavelength Division (De) Multiplexers Based on Fiber Bragg Gratings S. BENAMEUR, M. KANDOUCI, C. AUPETIT-THELEMOT,

More information

New Architecture & Codes for Optical Frequency-Hopping Multiple Access

New Architecture & Codes for Optical Frequency-Hopping Multiple Access ew Architecture & Codes for Optical Frequency-Hopping Multiple Access Louis-Patrick Boulianne and Leslie A. Rusch COPL, Department of Electrical and Computer Engineering Laval University, Québec, Canada

More information

CHIRPED FIBER BRAGG GRATING (CFBG) BY ETCHING TECHNIQUE FOR SIMULTANEOUS TEMPERATURE AND REFRACTIVE INDEX SENSING

CHIRPED FIBER BRAGG GRATING (CFBG) BY ETCHING TECHNIQUE FOR SIMULTANEOUS TEMPERATURE AND REFRACTIVE INDEX SENSING CHIRPED FIBER BRAGG GRATING (CFBG) BY ETCHING TECHNIQUE FOR SIMULTANEOUS TEMPERATURE AND REFRACTIVE INDEX SENSING Siti Aisyah bt. Ibrahim and Chong Wu Yi Photonics Research Center Department of Physics,

More information

Design & Analysis the parameters of strain based FBG sensors using Optigrating

Design & Analysis the parameters of strain based FBG sensors using Optigrating Design & Analysis the parameters of strain based FBG sensors using Optigrating Azhar Shadab, Nagma Jurel, Priya Sarswat, 1Assistant Professor, Department of ECE, Anand Engineering College-Agra,282007 2

More information

DESIGN OF LATTICE FORM OPTICAL DELAY LINE STRUCTURE FOR MICROWAVE BAND PASS FILTER APPLICATIONS

DESIGN OF LATTICE FORM OPTICAL DELAY LINE STRUCTURE FOR MICROWAVE BAND PASS FILTER APPLICATIONS Progress In Electromagnetics Research C, Vol. 32, 197 206, 2012 DESIGN OF LATTICE FORM OPTICAL DELAY LINE STRUCTURE FOR MICROWAVE BAND PASS FILTER APPLICATIONS P. Praash and M. Ganesh Madhan * Department

More information

SUPPLEMENTARY INFORMATION

SUPPLEMENTARY INFORMATION SUPPLEMENTARY INFORMATION doi:0.038/nature727 Table of Contents S. Power and Phase Management in the Nanophotonic Phased Array 3 S.2 Nanoantenna Design 6 S.3 Synthesis of Large-Scale Nanophotonic Phased

More information

The Effect of Radiation Coupling in Higher Order Fiber Bragg Gratings

The Effect of Radiation Coupling in Higher Order Fiber Bragg Gratings PIERS ONLINE, VOL. 3, NO. 4, 27 462 The Effect of Radiation Coupling in Higher Order Fiber Bragg Gratings Li Yang 1, Wei-Ping Huang 2, and Xi-Jia Gu 3 1 Department EEIS, University of Science and Technology

More information

Evaluation of RF power degradation in microwave photonic systems employing uniform period fibre Bragg gratings

Evaluation of RF power degradation in microwave photonic systems employing uniform period fibre Bragg gratings Evaluation of RF power degradation in microwave photonic systems employing uniform period fibre Bragg gratings G. Yu, W. Zhang and J. A. R. Williams Photonics Research Group, Department of EECS, Aston

More information

A Factorial Representation of Permutations and Its Application to Flow-Shop Scheduling

A Factorial Representation of Permutations and Its Application to Flow-Shop Scheduling Systems and Computers in Japan, Vol. 38, No. 1, 2007 Translated from Denshi Joho Tsushin Gakkai Ronbunshi, Vol. J85-D-I, No. 5, May 2002, pp. 411 423 A Factorial Representation of Permutations and Its

More information

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM

Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM Chapter 5 OPTIMIZATION OF BOW TIE ANTENNA USING GENETIC ALGORITHM 5.1 Introduction This chapter focuses on the use of an optimization technique known as genetic algorithm to optimize the dimensions of

More information

Opto-VLSI-based reconfigurable photonic RF filter

Opto-VLSI-based reconfigurable photonic RF filter Research Online ECU Publications 29 Opto-VLSI-based reconfigurable photonic RF filter Feng Xiao Mingya Shen Budi Juswardy Kamal Alameh This article was originally published as: Xiao, F., Shen, M., Juswardy,

More information

DC Index Shifted Dual Grating Based Superstructure Fiber Bragg Grating as Multichannel FBG and Multiparameter Sensor

DC Index Shifted Dual Grating Based Superstructure Fiber Bragg Grating as Multichannel FBG and Multiparameter Sensor IJCTA Vol.8, No.1, Jan-June 2015, Pp.208-212 International Sciences Press, India DC Index Shifted Dual Grating Based Superstructure Fiber Bragg Grating as Multichannel FBG and Multiparameter Sensor Somnath

More information

Silicon Photonic Device Based on Bragg Grating Waveguide

Silicon Photonic Device Based on Bragg Grating Waveguide Silicon Photonic Device Based on Bragg Grating Waveguide Hwee-Gee Teo, 1 Ming-Bin Yu, 1 Guo-Qiang Lo, 1 Kazuhiro Goi, 2 Ken Sakuma, 2 Kensuke Ogawa, 2 Ning Guan, 2 and Yong-Tsong Tan 2 Silicon photonics

More information

JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 26, NO. 15, AUGUST 1, /$ IEEE

JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 26, NO. 15, AUGUST 1, /$ IEEE JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 26, NO. 15, AUGUST 1, 2008 2513 Optical Generation of Binary Phase-Coded Direct-Sequence UWB Signals Using a Multichannel Chirped Fiber Bragg Grating Yitang Dai and

More information

Chirped Bragg Grating Dispersion Compensation in Dense Wavelength Division Multiplexing Optical Long-Haul Networks

Chirped Bragg Grating Dispersion Compensation in Dense Wavelength Division Multiplexing Optical Long-Haul Networks 363 Chirped Bragg Grating Dispersion Compensation in Dense Wavelength Division Multiplexing Optical Long-Haul Networks CHAOUI Fahd 3, HAJAJI Anas 1, AGHZOUT Otman 2,4, CHAKKOUR Mounia 3, EL YAKHLOUFI Mounir

More information

Property improvement of flat-top 50 GHz-88 ch arrayed waveguide grating using phase correction waveguides

Property improvement of flat-top 50 GHz-88 ch arrayed waveguide grating using phase correction waveguides Property improvement of flat-top 50 GHz-88 ch arrayed waveguide grating using phase correction waveguides Kazutaka Nara 1a) and Noritaka Matsubara 2 1 FITEL Photonics Laboratory, Furukawa Electric Co.,

More information

THE EFFECT of multipath fading in wireless systems can

THE EFFECT of multipath fading in wireless systems can IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 47, NO. 1, FEBRUARY 1998 119 The Diversity Gain of Transmit Diversity in Wireless Systems with Rayleigh Fading Jack H. Winters, Fellow, IEEE Abstract In

More information

Optical RI sensor based on an in-fiber Bragg grating. Fabry-Perot cavity embedded with a micro-channel

Optical RI sensor based on an in-fiber Bragg grating. Fabry-Perot cavity embedded with a micro-channel Optical RI sensor based on an in-fiber Bragg grating Fabry-Perot cavity embedded with a micro-channel Zhijun Yan *, Pouneh Saffari, Kaiming Zhou, Adedotun Adebay, Lin Zhang Photonic Research Group, Aston

More information

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment

The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment The Simulated Location Accuracy of Integrated CCGA for TDOA Radio Spectrum Monitoring System in NLOS Environment ao-tang Chang 1, Hsu-Chih Cheng 2 and Chi-Lin Wu 3 1 Department of Information Technology,

More information

Cost-effective wavelength-tunable fiber laser using self-seeding Fabry-Perot laser diode

Cost-effective wavelength-tunable fiber laser using self-seeding Fabry-Perot laser diode Cost-effective wavelength-tunable fiber laser using self-seeding Fabry-Perot laser diode Chien Hung Yeh, 1* Fu Yuan Shih, 2 Chia Hsuan Wang, 3 Chi Wai Chow, 3 and Sien Chi 2, 3 1 Information and Communications

More information

Optimal Design of Modulation Parameters for Underwater Acoustic Communication

Optimal Design of Modulation Parameters for Underwater Acoustic Communication Optimal Design of Modulation Parameters for Underwater Acoustic Communication Hai-Peng Ren and Yang Zhao Abstract As the main way of underwater wireless communication, underwater acoustic communication

More information

Bragg and fiber gratings. Mikko Saarinen

Bragg and fiber gratings. Mikko Saarinen Bragg and fiber gratings Mikko Saarinen 27.10.2009 Bragg grating - Bragg gratings are periodic perturbations in the propagating medium, usually periodic variation of the refractive index - like diffraction

More information

Width of the apodization area in the case of diffractive optical elements with variable efficiency

Width of the apodization area in the case of diffractive optical elements with variable efficiency Width of the apodization area in the case of diffractive optical elements with variable efficiency Tomasz Osuch 1, Zbigniew Jaroszewicz 1,, Andrzej Kołodziejczyk 3 1 National Institute of Telecommunications,

More information

SIGNAL processing in the optical domain is considered

SIGNAL processing in the optical domain is considered 1410 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 23, NO. 3, MARCH 2005 All-Optical Microwave Filters Using Uniform Fiber Bragg Gratings With Identical Reflectivities Fei Zeng, Student Member, IEEE, Student Member,

More information

Photonics (OPTI 510R 2017) - Final exam. (May 8, 10:30am-12:30pm, R307)

Photonics (OPTI 510R 2017) - Final exam. (May 8, 10:30am-12:30pm, R307) Photonics (OPTI 510R 2017) - Final exam (May 8, 10:30am-12:30pm, R307) Problem 1: (30pts) You are tasked with building a high speed fiber communication link between San Francisco and Tokyo (Japan) which

More information

An Amplified WDM-PON Using Broadband Light Source Seeded Optical Sources and a Novel Bidirectional Reach Extender

An Amplified WDM-PON Using Broadband Light Source Seeded Optical Sources and a Novel Bidirectional Reach Extender Journal of the Optical Society of Korea Vol. 15, No. 3, September 2011, pp. 222-226 DOI: http://dx.doi.org/10.3807/josk.2011.15.3.222 An Amplified WDM-PON Using Broadband Light Source Seeded Optical Sources

More information

Multiple wavelength resonant grating filters at oblique incidence with broad angular acceptance

Multiple wavelength resonant grating filters at oblique incidence with broad angular acceptance Multiple wavelength resonant grating filters at oblique incidence with broad angular acceptance Andrew B. Greenwell, Sakoolkan Boonruang, M.G. Moharam College of Optics and Photonics - CREOL, University

More information

Stable dual-wavelength oscillation of an erbium-doped fiber ring laser at room temperature

Stable dual-wavelength oscillation of an erbium-doped fiber ring laser at room temperature Stable dual-wavelength oscillation of an erbium-doped fiber ring laser at room temperature Donghui Zhao.a, Xuewen Shu b, Wei Zhang b, Yicheng Lai a, Lin Zhang a, Ian Bennion a a Photonics Research Group,

More information

Narrowing spectral width of green LED by GMR structure to expand color mixing field

Narrowing spectral width of green LED by GMR structure to expand color mixing field Narrowing spectral width of green LED by GMR structure to expand color mixing field S. H. Tu 1, Y. C. Lee 2, C. L. Hsu 1, W. P. Lin 1, M. L. Wu 1, T. S. Yang 1, J. Y. Chang 1 1. Department of Optical and

More information

Integrated Photonics based on Planar Holographic Bragg Reflectors

Integrated Photonics based on Planar Holographic Bragg Reflectors Integrated Photonics based on Planar Holographic Bragg Reflectors C. Greiner *, D. Iazikov and T. W. Mossberg LightSmyth Technologies, Inc., 86 W. Park St., Ste 25, Eugene, OR 9741 ABSTRACT Integrated

More information

RADIO-OVER-FIBER TRANSPORT SYSTEMS BASED ON DFB LD WITH MAIN AND 1 SIDE MODES INJECTION-LOCKED TECHNIQUE

RADIO-OVER-FIBER TRANSPORT SYSTEMS BASED ON DFB LD WITH MAIN AND 1 SIDE MODES INJECTION-LOCKED TECHNIQUE Progress In Electromagnetics Research Letters, Vol. 7, 25 33, 2009 RADIO-OVER-FIBER TRANSPORT SYSTEMS BASED ON DFB LD WITH MAIN AND 1 SIDE MODES INJECTION-LOCKED TECHNIQUE H.-H. Lu, C.-Y. Li, C.-H. Lee,

More information

Optical Narrow Band Filter without Resonances

Optical Narrow Band Filter without Resonances FACTA UNIVERSITATIS (NIŠ) SER.: ELEC. ENERG. vol. 17, August 2004, 209-217 Optical Narrow Band Filter without Resonances This paper is dedicated to Professor Karlheinz Tröndle on the ocassion of his 65th

More information

Spectral Characteristics of Mechanically Induced of Ultralong Period Fiber Gratings (UPFG) as a Pressure Sensor.

Spectral Characteristics of Mechanically Induced of Ultralong Period Fiber Gratings (UPFG) as a Pressure Sensor. Spectral Characteristics of Mechanically Induced of Ultralong Period Fiber Gratings (UPFG) as a Pressure Sensor. V. Mishra, V V Dwivedi C.U shah University, Surendranagar, Gujrat Abstract. We report here

More information

HARMONIC REDUCTION IN CASCADED MULTILEVEL INVERTER WITH REDUCED NUMBER OF SWITCHES USING GENETIC ALGORITHMS

HARMONIC REDUCTION IN CASCADED MULTILEVEL INVERTER WITH REDUCED NUMBER OF SWITCHES USING GENETIC ALGORITHMS HARMONIC REDUCTION IN CASCADED MULTILEVEL INVERTER WITH REDUCED NUMBER OF SWITCHES USING GENETIC ALGORITHMS C. Udhaya Shankar 1, J.Thamizharasi 1, Rani Thottungal 1, N. Nithyadevi 2 1 Department of EEE,

More information

Optimization of Uniform Fiber Bragg Grating Reflection Spectra for Maximum Reflectivity and Narrow Bandwidth

Optimization of Uniform Fiber Bragg Grating Reflection Spectra for Maximum Reflectivity and Narrow Bandwidth ISSN (e): 225 35 Vol, 5 Issue,2 February 25 International Journal of Computational Engineering Research (IJCER) Optimization of Uniform Fiber Bragg Grating Reflection Spectra for Maximum Reflectivity and

More information

Photonic Microwave Filter Employing an Opto- VLSI-Based Adaptive Optical Combiner

Photonic Microwave Filter Employing an Opto- VLSI-Based Adaptive Optical Combiner Research Online ECU Publications 211 211 Photonic Microwave Filter Employing an Opto- VLSI-Based Adaptive Optical Combiner Haithem Mustafa Feng Xiao Kamal Alameh 1.119/HONET.211.6149818 This article was

More information

Longitudinal mode selection in laser cavity by moiré volume Bragg grating

Longitudinal mode selection in laser cavity by moiré volume Bragg grating Longitudinal mode selection in laser cavity by moiré volume Bragg grating Daniel Ott* a, Vasile Rotar a, Julien Lumeau a, Sergiy Mokhov a, Ivan Divliansky a, Aleksandr Ryasnyanskiy b, Nikolai Vorobiev

More information

Speech Synthesis using Mel-Cepstral Coefficient Feature

Speech Synthesis using Mel-Cepstral Coefficient Feature Speech Synthesis using Mel-Cepstral Coefficient Feature By Lu Wang Senior Thesis in Electrical Engineering University of Illinois at Urbana-Champaign Advisor: Professor Mark Hasegawa-Johnson May 2018 Abstract

More information

Chapter 5 5.1 What are the factors that determine the thickness of a polystyrene waveguide formed by spinning a solution of dissolved polystyrene onto a substrate? density of polymer concentration of polymer

More information

LONG-HAUL optical transmission systems use wavelength-division

LONG-HAUL optical transmission systems use wavelength-division 612 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 22, NO. 2, FEBRUARY 2004 Multilayer Thin-Film Stacks With Steplike Spatial Beam Shifting Martina Gerken, Member, IEEE, and David A. B. Miller, Fellow, IEEE, Fellow,

More information

ADD/DROP filters that access one channel of a

ADD/DROP filters that access one channel of a IEEE JOURNAL OF QUANTUM ELECTRONICS, VOL 35, NO 10, OCTOBER 1999 1451 Mode-Coupling Analysis of Multipole Symmetric Resonant Add/Drop Filters M J Khan, C Manolatou, Shanhui Fan, Pierre R Villeneuve, H

More information

Lecture 7 Fiber Optical Communication Lecture 7, Slide 1

Lecture 7 Fiber Optical Communication Lecture 7, Slide 1 Dispersion management Lecture 7 Dispersion compensating fibers (DCF) Fiber Bragg gratings (FBG) Dispersion-equalizing filters Optical phase conjugation (OPC) Electronic dispersion compensation (EDC) Fiber

More information

SEMICONDUCTOR lasers and amplifiers are important

SEMICONDUCTOR lasers and amplifiers are important 240 JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 28, NO. 3, FEBRUARY 1, 2010 Temperature-Dependent Saturation Characteristics of Injection Seeded Fabry Pérot Laser Diodes/Reflective Optical Amplifiers Hongyun

More information

High-Speed Optical Modulators and Photonic Sideband Management

High-Speed Optical Modulators and Photonic Sideband Management 114 High-Speed Optical Modulators and Photonic Sideband Management Tetsuya Kawanishi National Institute of Information and Communications Technology 4-2-1 Nukui-Kita, Koganei, Tokyo, Japan Tel: 81-42-327-7490;

More information

SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) Volume 2 Issue 6 June 2015

SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) Volume 2 Issue 6 June 2015 SSRG International Journal of Electronics and Communication Engineering (SSRG-IJECE) Volume Issue 6 June 15 Designing of a Long Period Fiber Grating (LPFG) using Optigrating Simulation Software Mr. Puneet

More information

RECENTLY, studies have begun that are designed to meet

RECENTLY, studies have begun that are designed to meet 838 IEEE JOURNAL OF QUANTUM ELECTRONICS, VOL. 43, NO. 9, SEPTEMBER 2007 Design of a Fiber Bragg Grating External Cavity Diode Laser to Realize Mode-Hop Isolation Toshiya Sato Abstract Recently, a unique

More information

A PIECE WISE LINEAR SOLUTION FOR NONLINEAR SRS EFFECT IN DWDM FIBER OPTIC COMMUNICATION SYSTEMS

A PIECE WISE LINEAR SOLUTION FOR NONLINEAR SRS EFFECT IN DWDM FIBER OPTIC COMMUNICATION SYSTEMS 9 A PIECE WISE LINEAR SOLUION FOR NONLINEAR SRS EFFEC IN DWDM FIBER OPIC COMMUNICAION SYSEMS M. L. SINGH and I. S. HUDIARA Department of Electronics echnology Guru Nanak Dev University Amritsar-005, India

More information

DFB laser contribution to phase noise in an optoelectronic microwave oscillator

DFB laser contribution to phase noise in an optoelectronic microwave oscillator DFB laser contribution to phase noise in an optoelectronic microwave oscillator K. Volyanskiy, Y. K. Chembo, L. Larger, E. Rubiola web page http://rubiola.org arxiv:0809.4132v2 [physics.optics] 25 Sep

More information

Thin-Core-Fiber-Based Long-Period Fiber Grating for High-Sensitivity Refractive Index Measurement

Thin-Core-Fiber-Based Long-Period Fiber Grating for High-Sensitivity Refractive Index Measurement Thin-Core-Fiber-Based Long-Period Fiber Grating for High-Sensitivity Refractive Index Measurement Volume 7, Number 6, December 2015 Cailing Fu Xiaoyong Zhong Changrui Liao Yiping Wang Ying Wang Jian Tang

More information

Pump noise as the source of self-modulation and self-pulsing in Erbium fiber laser

Pump noise as the source of self-modulation and self-pulsing in Erbium fiber laser Pump noise as the source of self-modulation and self-pulsing in Erbium fiber laser Yuri O. Barmenkov and Alexander V. Kir yanov Centro de Investigaciones en Optica, Loma del Bosque 5, Col. Lomas del Campestre,

More information

Novel Optical Waveguide Design Based on Wavefront Matching Method

Novel Optical Waveguide Design Based on Wavefront Matching Method Novel Optical Waveguide Design Based on Wavefront Matching Method Hiroshi Takahashi, Takashi Saida, Yohei Sakamaki, and Toshikazu Hashimoto Abstract The wavefront matching method provides a new way to

More information

Spectral Characteristics of Uniform Fiber Bragg Grating With Different Grating Length and Refractive Index Variation

Spectral Characteristics of Uniform Fiber Bragg Grating With Different Grating Length and Refractive Index Variation Spectral Characteristics of Uniform Fiber Bragg Grating With Different Grating Length and efractive Index Variation Chiranjit Ghosh 1, Quazi Md. Alfred 2, Biswajit Ghosh 3 ME (EIE) Student, University

More information

Performance analysis of Erbium Doped Fiber Amplifier at different pumping configurations

Performance analysis of Erbium Doped Fiber Amplifier at different pumping configurations Performance analysis of Erbium Doped Fiber Amplifier at different pumping configurations Mayur Date M.E. Scholar Department of Electronics and Communication Ujjain Engineering College, Ujjain (M.P.) datemayur3@gmail.com

More information

Gain-clamping techniques in two-stage double-pass L-band EDFA

Gain-clamping techniques in two-stage double-pass L-band EDFA PRAMANA c Indian Academy of Sciences Vol. 66, No. 3 journal of March 2006 physics pp. 539 545 Gain-clamping techniques in two-stage double-pass L-band EDFA S W HARUN 1, N Md SAMSURI 2 and H AHMAD 2 1 Faculty

More information

Mechanism of intrinsic wavelength tuning and sideband asymmetry in a passively mode-locked soliton fiber ring laser

Mechanism of intrinsic wavelength tuning and sideband asymmetry in a passively mode-locked soliton fiber ring laser 28 J. Opt. Soc. Am. B/Vol. 17, No. 1/January 2000 Man et al. Mechanism of intrinsic wavelength tuning and sideband asymmetry in a passively mode-locked soliton fiber ring laser W. S. Man, H. Y. Tam, and

More information

Intensity-modulated and temperature-insensitive fiber Bragg grating vibration sensor

Intensity-modulated and temperature-insensitive fiber Bragg grating vibration sensor Intensity-modulated and temperature-insensitive fiber Bragg grating vibration sensor Lan Li, Xinyong Dong, Yangqing Qiu, Chunliu Zhao and Yiling Sun Institute of Optoelectronic Technology, China Jiliang

More information

Channel wavelength selectable singleõdualwavelength erbium-doped fiber ring laser

Channel wavelength selectable singleõdualwavelength erbium-doped fiber ring laser Channel wavelength selectable singleõdualwavelength erbium-doped fiber ring laser Tong Liu Yeng Chai Soh Qijie Wang Nanyang Technological University School of Electrical and Electronic Engineering Nanyang

More information

Multiwavelength Single-Longitudinal-Mode Ytterbium-Doped Fiber Laser. Citation IEEE Photon. Technol. Lett., 2013, v. 25, p.

Multiwavelength Single-Longitudinal-Mode Ytterbium-Doped Fiber Laser. Citation IEEE Photon. Technol. Lett., 2013, v. 25, p. Title Multiwavelength Single-Longitudinal-Mode Ytterbium-Doped Fiber Laser Author(s) ZHOU, Y; Chui, PC; Wong, KKY Citation IEEE Photon. Technol. Lett., 2013, v. 25, p. 385-388 Issued Date 2013 URL http://hdl.handle.net/10722/189009

More information

Development of Etalon-Type Gain-Flattening Filter

Development of Etalon-Type Gain-Flattening Filter Development of Etalon-Type Gain-Flattening Filter by Kazuyou Mizuno *, Yasuhiro Nishi *, You Mimura *, Yoshitaka Iida *, Hiroshi Matsuura *, Daeyoul Yoon *, Osamu Aso *, Toshiro Yamamoto *2, Tomoaki Toratani

More information

Optical Fiber Technology

Optical Fiber Technology Optical Fiber Technology 18 (2012) 29 33 Contents lists available at SciVerse ScienceDirect Optical Fiber Technology www.elsevier.com/locate/yofte A novel WDM passive optical network architecture supporting

More information

ESTIMATION OF NOISE FIGURE USING GFF WITH HYBRID QUAD PUMPING

ESTIMATION OF NOISE FIGURE USING GFF WITH HYBRID QUAD PUMPING IJCRR Vol 05 issue 13 Section: Technology Category: Research Received on: 19/12/12 Revised on: 16/01/13 Accepted on: 09/02/13 ESTIMATION OF NOISE FIGURE USING GFF WITH HYBRID QUAD PUMPING V.R. Prakash,

More information

Broadband Optical Phased-Array Beam Steering

Broadband Optical Phased-Array Beam Steering Kent State University Digital Commons @ Kent State University Libraries Chemical Physics Publications Department of Chemical Physics 12-2005 Broadband Optical Phased-Array Beam Steering Paul F. McManamon

More information

Performance Analysis of Chromatic Dispersion Compensation of a Chirped Fiber Grating on a Differential Phase-shift-keyed Transmission

Performance Analysis of Chromatic Dispersion Compensation of a Chirped Fiber Grating on a Differential Phase-shift-keyed Transmission Journal of the Optical Society of Korea Vol. 13, No. 1, March 2009, pp. 107-111 DOI: 10.3807/JOSK.2009.13.1.107 Performance Analysis of Chromatic Dispersion Compensation of a Chirped Fiber Grating on a

More information

Loop Mirror Multi-wavelength Brillouin Fiber Laser Utilizing Semiconductor Optical Amplifier and Fiber Bragg Grating

Loop Mirror Multi-wavelength Brillouin Fiber Laser Utilizing Semiconductor Optical Amplifier and Fiber Bragg Grating Loop Mirror Multi-wavelength Brillouin Fiber Laser Utilizing Semiconductor Optical Amplifier and Fiber Bragg Grating N. A. Idris 1,2,*, N. A. M. Ahmad Hambali 1,2, M.H.A. Wahid 1,2, N. A. Ariffin 1,2,

More information

Ophthalmic lens design with the optimization of the aspherical coefficients

Ophthalmic lens design with the optimization of the aspherical coefficients Ophthalmic lens design with the optimization of the aspherical coefficients Wen-Shing Sun Chuen-Lin Tien Ching-Cherng Sun, MEMBER SPIE National Central University Institute of Optical Sciences Chung-Li,

More information

Self-organizing laser diode cavities with photorefractive nonlinear crystals

Self-organizing laser diode cavities with photorefractive nonlinear crystals Institut d'optique http://www.iota.u-psud.fr/~roosen/ Self-organizing laser diode cavities with photorefractive nonlinear crystals Nicolas Dubreuil, Gilles Pauliat, Gérald Roosen Nicolas Huot, Laurent

More information

OPTICAL generation of microwave and millimeter-wave

OPTICAL generation of microwave and millimeter-wave 804 IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES, VOL. 54, NO. 2, FEBRUARY 2006 Photonic Generation of Microwave Signal Using a Dual-Wavelength Single-Longitudinal-Mode Fiber Ring Laser Xiangfei

More information

Temporal differentiation of optical signals using a phase-shifted fiber Bragg grating

Temporal differentiation of optical signals using a phase-shifted fiber Bragg grating Temporal differentiation of optical signals using a phase-shifted fiber Bragg grating Naum K. Berger, Boris Levit and Baruch Fischer Department of Electrical Engineering, Technion - Israel Institute of

More information

Waveguide Bragg Gratings and Resonators LUMERICAL SOLUTIONS INC

Waveguide Bragg Gratings and Resonators LUMERICAL SOLUTIONS INC Waveguide Bragg Gratings and Resonators JUNE 2016 1 Outline Introduction Waveguide Bragg gratings Background Simulation challenges and solutions Photolithography simulation Initial design with FDTD Band

More information

O. Mahran 1,2 and A.A.Samir 1

O. Mahran 1,2 and A.A.Samir 1 International Journal of Scientific & Engineering Research, Volume 6, Issue 1, January-2015 1306 The Effect of the Amplifier Length on the Gain and Noise Figure of the Er/Yb Co-Doped Waveguide Amplifiers

More information

DBR based passively mode-locked 1.5m semiconductor laser with 9 nm tuning range Moskalenko, V.; Williams, K.A.; Bente, E.A.J.M.

DBR based passively mode-locked 1.5m semiconductor laser with 9 nm tuning range Moskalenko, V.; Williams, K.A.; Bente, E.A.J.M. DBR based passively mode-locked 1.5m semiconductor laser with 9 nm tuning range Moskalenko, V.; Williams, K.A.; Bente, E.A.J.M. Published in: Proceedings of the 20th Annual Symposium of the IEEE Photonics

More information

Photonics and Optical Communication Spring 2005

Photonics and Optical Communication Spring 2005 Photonics and Optical Communication Spring 2005 Final Exam Instructor: Dr. Dietmar Knipp, Assistant Professor of Electrical Engineering Name: Mat. -Nr.: Guidelines: Duration of the Final Exam: 2 hour You

More information

Nd:YSO resonator array Transmission spectrum (a. u.) Supplementary Figure 1. An array of nano-beam resonators fabricated in Nd:YSO.

Nd:YSO resonator array Transmission spectrum (a. u.) Supplementary Figure 1. An array of nano-beam resonators fabricated in Nd:YSO. a Nd:YSO resonator array µm Transmission spectrum (a. u.) b 4 F3/2-4I9/2 25 2 5 5 875 88 λ(nm) 885 Supplementary Figure. An array of nano-beam resonators fabricated in Nd:YSO. (a) Scanning electron microscope

More information

4-2 Image Storage Techniques using Photorefractive

4-2 Image Storage Techniques using Photorefractive 4-2 Image Storage Techniques using Photorefractive Effect TAKAYAMA Yoshihisa, ZHANG Jiasen, OKAZAKI Yumi, KODATE Kashiko, and ARUGA Tadashi Optical image storage techniques using the photorefractive effect

More information

Optical systems have carrier frequencies of ~100 THz. This corresponds to wavelengths from µm.

Optical systems have carrier frequencies of ~100 THz. This corresponds to wavelengths from µm. Introduction A communication system transmits information form one place to another. This could be from one building to another or across the ocean(s). Many systems use an EM carrier wave to transmit information.

More information

Research and Development of Optical Filters for Wavelength Division Multiplexing Systems

Research and Development of Optical Filters for Wavelength Division Multiplexing Systems Research and Development of Optical Filters for Wavelength Division Multiplexing Systems Zheng Rui Tao School of Electrical & Electronic Engineering A thesis submitted to the Nanyang Technological University

More information

Achievement of Arbitrary Bandwidth of a Narrow Bandpass Filter

Achievement of Arbitrary Bandwidth of a Narrow Bandpass Filter Achievement of Arbitrary Bandwidth of a Narrow Bandpass Filter Cheng-Chung ee, Sheng-ui Chen, Chien-Cheng Kuo and Ching-Yi Wei 2 Department of Optics and Photonics/ Thin Film Technology Center, National

More information

Fiber Bragg grating sequential UV-writing method with real-time interferometric sidediffraction

Fiber Bragg grating sequential UV-writing method with real-time interferometric sidediffraction Fiber Bragg grating sequential UV-writing method with real-time interferometric sidediffraction position monitoring Kuei-Chu Hsu Department of Photonics & Institute of Electro-Optical Engineering, National

More information

THE applications of renewable energy power generation

THE applications of renewable energy power generation IEEE TRANSACTIONS ON ENERGY CONVERSION, VOL. 20, NO. 2, JUNE 2005 467 Calculation of the Optimum Installation Angle for Fixed Solar-Cell Panels Based on the Genetic Algorithm and the Simulated-Annealing

More information

Performance Comparison of Pre-, Post-, and Symmetrical Dispersion Compensation for 96 x 40 Gb/s DWDM System using DCF

Performance Comparison of Pre-, Post-, and Symmetrical Dispersion Compensation for 96 x 40 Gb/s DWDM System using DCF Performance Comparison of Pre-, Post-, and Symmetrical Dispersion Compensation for 96 x 40 Gb/s DWDM System using Sabina #1, Manpreet Kaur *2 # M.Tech(Scholar) & Department of Electronics & Communication

More information

Realization of Polarization-Insensitive Optical Polymer Waveguide Devices

Realization of Polarization-Insensitive Optical Polymer Waveguide Devices 644 Realization of Polarization-Insensitive Optical Polymer Waveguide Devices Kin Seng Chiang,* Sin Yip Cheng, Hau Ping Chan, Qing Liu, Kar Pong Lor, and Chi Kin Chow Department of Electronic Engineering,

More information

NUMERICAL SIMULATION OF SELF-STRUCTURING ANTENNAS BASED ON A GENETIC ALGORITHM OPTIMIZATION SCHEME

NUMERICAL SIMULATION OF SELF-STRUCTURING ANTENNAS BASED ON A GENETIC ALGORITHM OPTIMIZATION SCHEME NUMERICAL SIMULATION OF SELF-STRUCTURING ANTENNAS BASED ON A GENETIC ALGORITHM OPTIMIZATION SCHEME J.E. Ross * John Ross & Associates 350 W 800 N, Suite 317 Salt Lake City, UT 84103 E.J. Rothwell, C.M.

More information

GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE

GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE AJSTD Vol. 26 Issue 2 pp. 45-60 (2010) GENETIC ALGORITHM BASED SOLUTION IN PWM CONVERTER SWITCHING FOR VOLTAGE SOURCE INVERTER FEEDING AN INDUCTION MOTOR DRIVE V. Jegathesan Department of EEE, Karunya

More information

Implementation of Orthogonal Frequency Coded SAW Devices Using Apodized Reflectors

Implementation of Orthogonal Frequency Coded SAW Devices Using Apodized Reflectors Implementation of Orthogonal Frequency Coded SAW Devices Using Apodized Reflectors Derek Puccio, Don Malocha, Nancy Saldanha Department of Electrical and Computer Engineering University of Central Florida

More information

HIGH-PERFORMANCE microwave oscillators require a

HIGH-PERFORMANCE microwave oscillators require a IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES, VOL. 53, NO. 3, MARCH 2005 929 Injection-Locked Dual Opto-Electronic Oscillator With Ultra-Low Phase Noise and Ultra-Low Spurious Level Weimin Zhou,

More information

AN EXPERIMENT RESEARCH ON EXTEND THE RANGE OF FIBER BRAGG GRATING SENSOR FOR STRAIN MEASUREMENT BASED ON CWDM

AN EXPERIMENT RESEARCH ON EXTEND THE RANGE OF FIBER BRAGG GRATING SENSOR FOR STRAIN MEASUREMENT BASED ON CWDM Progress In Electromagnetics Research Letters, Vol. 6, 115 121, 2009 AN EXPERIMENT RESEARCH ON EXTEND THE RANGE OF FIBER BRAGG GRATING SENSOR FOR STRAIN MEASUREMENT BASED ON CWDM M. He, J. Jiang, J. Han,

More information