Copyright 2005 IEEE. Reprinted from IEEE MTT-S International Microwave Symposium 2005

Size: px
Start display at page:

Download "Copyright 2005 IEEE. Reprinted from IEEE MTT-S International Microwave Symposium 2005"

Transcription

1 Copyright 2005 IEEE Reprinted rom IEEE MTT-S International Microwave Symposium 2005 This material is posted here with permission o the IEEE. Such permission o the IEEE does t in any way imply IEEE endorsement o any o Universität Ulm's products or services. Internal or personal use o this material is permitted. However, permission to reprint/republish this material or advertising or promotional purposes or or creating new collective works or resale or redistribution must be obtained rom the IEEE by writing to pubs-permissions@ieee.org. By choosing to view this document, you agree to all provisions o the copyright laws protecting it.

2 A Space Mapping Method Allowing Models with Dierent Parameter Rank and Physical Meanings or Coarse and Fine Model Horst Bilzer, Florian Frank and Wolgang Menzel Microwave Techniques, University o Ulm, D Ulm, Germany w with EADS Ewation GmbH, Wörthstraße 85, D Ulm, Germany w with Institute or Electronics Engineering, University o Erlangen-Nuremberg, D Erlangen, Germany Abstract Automated optimization o complex microwave circuits is still a critical task in wadays. This contribution demonstrates two new approaches in space mapping techlogy. One substantial beneit is the improvement o calculation eiciency o the TRASM algorithm by enhancing the multiparameter extraction step. Furthermore, the possibility o mapping coarse and ine models o dierent degrees o reedom, i.e. with dierent parameter rank, and unequal physical parameter meanings has been introduced to the method. Thereore, arbitrary microwave circuits o high complexness with well-matching coarse models can be eiciently and automatically optimized. I. INTRODUCTION In recent years speciication or microwave components have been set harder and more restrictive. For example, requency bands are allocated more densely and the signal to ise ratio has to be higher. This inluences severely the requirements o the subcircuits o the components. To ensure a short development time o these high end circuits resulting in short time to market and cost reduction, at least partially automated optimization o subcircuits is a critical task. However, optimization o complex miniaturized subcircuits, or example microwave ilters with numerous tuning parameter, with local optimization strategies like gradient method or Powell s method is t possible, as they oten converge in a local optimum next to the starting point. I there possibly exists a lot o local optima in an objective unction due to the great number o optimization parameters, the chance to hit the global optimum is very small. Thereore, global optimization strategies have been developed in the last decade to handle complex microwave circuits, which are based upon local optimization or the search o local optima and evaluate the results aterwards. Although these methods guarantee accurate results, the procedure is very time consuming. In this paper new developments to the trust region aggressive space mapping optimization (TRASM) method [1] will be presented. This technique uses two models with dierent accuracy, a coarse and a ine model o the treated circuit. With a mathematical mapping, the parameter o the coarse model can be transormed to the ine model, and vice versa, leading to the same simulation response. Thus, the search o the optimum parameters can be perormed with the coarse model, and the corresponding parameter set can be ound aterwards by transormation to the ine model. Thereore, most o the simulation eort is shited to the coarse model, speeding up the optimization process compared to classical global methods as explained above. In this contribution, new mathematical strategies extend the technique in a way that irstly, the method can be used with coarse models being physically t related to the ine model (e. g. coarse model: LC model; ine model: 2.5D ull wave-model). Secondly, the extended algorithm can handle dierent degrees o reedom o the models, so that the number o optimization parameters o both models do t have to be equal. The mathematical explanation to these enhancements is given in chapter II. The validation o the algorithms is given by experiments in chapter III. Chapter IV concludes the paper and looks out to uture improvements. II. EXTENDED TRUST REGION AGGRESSIVE SPACE MAPPING ALGORITHM A. Overview o the original TRASM-methodology In order to explain the base algorithm, a brie repetition will be given beore introducing the new approaches. A more detailed explanation is given in [2]. Generally, space mapping (SM) methods require two dierent models o an electrical circuit. The irst one is the so called coarse model, which or example consists o LC components or mathematical descriptions o physical eects. The coarse model solver used in the examples in this contribution is PSpice [3]. The second one is the so called ine model, which employs ield theory and is simulated using a 2.5D solver like Sonnet em [4], which is used here. The n c -dimensional parameter vector o the coarse model is deted by x c, and the n -dimensional parameter vector o the ine model is deted by x, respectively. Up to w in all published examples the models had the same parameter rank (n c =n ). Let R c (x c ) dete the coarse model simulation response o x c. Similarly, let R (x ) dete the ine model response o x. The goal o the used TRASM algorithm is to determine a linear approximation o a mapping unction x c = P(x ) so that R (x ) R c (P(x )) ǫ (1) /05/$20.00 (C) 2005 IEEE

3 is valid or a bounded region. In this equation ǫ is a given small positive constant and indicates the Euclidean rm. With the approximation o P it is possible to map the optimal parameter set xc o the coarse model to the ine parameter space and thus, get the desired solution o the optimization problem. Thereore, an objective unction g(x ) = P(x ) x c (2) is deined which has to be minimized using a quasi- Newton method. With the linear approximation P(x (k+1) ) = P(x (k) ) + B(k)h (k), (3) where B is the approximation o the Jacobian matrix, equation (2) leads to g(x (k+1) ) = P(x (k) ) + B (k) h (k) xc! = 0, (4) B (k) h (k) = g (k). (5) The approximation o the Jacobian matrix is updated by the classic Broyden ormula [2]. Step A: Initialization Step B: δ (k+1) = δ (k) Step C: Calculation o h (k) Step D: h (k) >δ min Step E: Calculation o x (k+1) n and V = x (k+1) o Step F: multi parameter extraction Step G: success criterion satisied? Step L: Broydon update Step M: (9) satisied? Step N: (10) satisied? Step O: k := k + 1 stop Fig. 1. Increasing o δ (k+1) Decreasing o δ (k+1) Step K: Calculation o a temporary point x (i),t Step J: Step H: V = 1 Step I: g < min V = n New calculation o h (k) Flow chart or the TRASM algorithm. For a better understanding o the used TRASM-method [1], which is an extension o the basic algorithm, a short summarization is given here. The low chart o this algorithm is shown in Fig. 1. A: Initialize B (k), x (k) and δ (k) as described in the ollowing chapter. B: Let δ (k+1) := δ (k). C: Find the value h (k) with h (k) δ (k+1). This is done using the algorithm described in [5]. D: Stop i the Euclidean rm o the new step h (k) is smaller than a constant minimal value h min. E: Calculate the{ new point } x (k+1) = h (k) +x (k) and the new set V = x (k+1). All points in this set are used in the parameter extraction step. F: Evaluate the corresponding point x c (k+1) = P(x (k+1) ) using the single parameter extraction and calculate the new value o the objective unction g (k+1). G: I g (k+1) ulills the success criterion ǫ 1 g (k) g (k+1) g (k) g (k) + B (k) h (k), (6) where or example ǫ , go to step L. H: I there is only one element within V, go to step K. I: Compare the value o the objective unction g (k+1) obtained using V elements with the previous value obtained using V 1 elements ( V detes the cardinality o the set V). I there is signiicant dierence, decrease the trust region size δ (k+1) and go to step C. J: Check whether there are less than n elements within the set V. In this case go to step K. Otherwise obtain an approximation o the Jacobian J o the ine model response, decrease the trust region size and calculate a new step h (k) by solving ( J T J + λe ) h (k) = J T b(k). (7) Aterwards go to step D. K: Obtain a temporary point x (k+1) t solving the system o equations ( ) B (k)t B (k) + λe = h (k) t + x (k+1) by h (k) t = B (k)t g (k+1) (8) and add it to the set V. Go to step F. L: Update the matrix B (k) to B (k+1) using Broyden s update. M: Stop, i N: I the success criterion R (x (k+1) ) R (x (k) ) ε. (9) ǫ 2 g (k) g (k+1) g (k) g (k) + B (k) h (k) (10) is satisied, increase the trust region size δ (k+1). In this equation ǫ 2 detes a small positive number with ǫ O: Let k := k + 1 and go to step B.

4 B. New initialization approach or handling parameters with dierent physical meanings in the coarse and the ine model s space Due to dierent rank and physical meaning o the coarse and ine model parameters, several new aspects have to be considered during the initialization phase o the algorithm. First, it is necessary to initialize the Broyden matrix with values representing an approximation o the correlation o the two parameter spaces. This means that the elements o the Broyden matrix must be chosen in a way which enables mapping a parameter vector o the ine model to the parameter vector o the coarse model so that (1) is satisied. For deining the correct values it is necessary to use kwn relations between the two model spaces as mentioned in [6] or to consider the changes o the simulation responses caused by variations o particular parameters. Secondly, the start value o the vector x has to be chosen in a way that R (x (0) ) R c (xc ) is as small as possible. Furthermore, the initial trust region size depends on the number and dimensions o the ine model parameters and has to be chosen in a suitable orm. C. An improved parameter extraction technique The crucial step in every space mapping algorithm is the so called parameter extraction (PE). In this step, the parameter set o the coarse model whose response matches a kwn ine model response is obtained. Thereore, x (k) c = arg min R (x (k) ) R c (x c ) (11) x c D has to be solved, using a local optimization method. In many cases this method leads to wrong results because o local convergence. To improve the results o the parameter extraction step a multiparameter extraction (MPE) concept was proposed [7]. In this extension o the simple PE the two models (coarse and ine) are simultaneously matched at a number o points. Thus, more ine model simulations are needed and thereby, the optimization time is increased. A reduction in required optimization time can be obtained with a new improvement o the MPE, which enables parameter extraction without calculating the gradient o the MPE-objective unction. Thereore, beside the error vectors mentioned in [7], a urther error vector ê = min R c (x c, k + x c (k) ) R (x (k) ), (12) has to be evaluated, where k is the iteration index o the MPE optimization method. This new vector detes the minimal distance between the ine model response at x (k) and the kwn coarse model responses at the points x c, k+ x c (i). I ê < R c (x c ) R (x (k) ) (13) is satisied, x c, k+1 = x c, k + x c is the new point. It minimizes the MPE-objective unction with x c being taken as the result o (12). Thus, the new point x c, k+1 is obtained without analyses o the coarse model and without additionally calculating the gradient o the MPE-objective unction, respectively. Because o this improvement it is possible to reduce the number o required simulations o the coarse model rom V (n c + 1) to V per iteration. III. EXPERIMENTS A. Optimization o a planar MSL rectangular resonator In order to check the unction o the algorithm with a well kwn example, the optimization o a planar microstrip line (MSL) rectangular resonator is considered. The corresponding coarse model simply consists o a capacitor C and a serial inductor L, as shown in the inset o Fig. 2. The values o these lumped elements are s21 in db C 1 l Fig. 2. The transmission coeicient o the optimal coarse model ( ), and o the ine model at the starting point ( ) and at the ending point (- - -) o the optimization. The simulation models are shown in the inset. the coarse model s parameters, and the parameter o the ine model is the length o the resonator l. Thus, in this simple example models with dierent parameter rank and dierent physical parameter meanings are used. The goal o the optimization is to move the resonant requency o the ine model to 9.6 GHz. The initial value in ine model s space is x,start = [ 19.7 mm ] or the line length and the optimal parameter vector, which is obtained by optimization o the coarse model is xc = [ 0.07 F 3.85 nh ] T or the LC circuit, respectively. The simulation responses or these values are shown in Fig. 2. The initial value o the Broyden-matrix is B start = ( 1 1 ) T. The optimization is inished ater our iterations, which include seven simulations o the ine model. = [ mm ] is the optimal parameter vector in ine model s space. This basic example with low complexity but with dierent parameter rank demonstrates the great advantage o the SM-optimization technique over a direct optimization o the ine model with respect to the number x L 1 2

5 o time consuming analyses o the 2.5D ullwave model. In comparison, direct optimization would require about twenty or more simulations o the physical structure. B. Optimization o a miniature three resonator suspended stripline ilter. The second example is the design and optimization o a three resonator suspended stripline (SSL) bandpass ilter. This circuit has been chosen to demonstrate the unction o the extended SM technique using models with many parameters and high complexity. The ine model is shown in Fig. 3(a), and the corresponding coarse model in Fig. 3(b). This type o microwave ilter and the used design method has been proposed in [6]. The given design speciications or this ilter are center requency 0 = 8 GHz and bandwidth b = 1 GHz. d 01 w 1 w 1 d 12 w 2 w 2 d 12 d 01 x x 1 x 1 (a) (b) C 01 C 12 C 1 L 1C 2 L 2 C 1 w 1 w 1 C 12 C 01 Fig. 3. The physical structure (a) and the LC-circuit-model (b) o the three resonator SSL-ilter. ((a): dark gray: ront side metalization, light gray: back side). The optimal coarse parameter vector is calculated using classical ilter theory [8]. With approximated start values or the correlations between the ine model s space and the coarse model s space, it is possible to deine the initial values o the Broyden matrix and the vector x. The scattering parameter amplitudes s 11 and s 21 responses o both models at the points x (0) and xc are shown in Fig. 4(a) and (b), respectively. The optimal parameter values o the ine model are obtained ater 11 simulations o the 2.5D ull wave model, including the MPE. The absolute scattering parameter values at the optimal point x are shown in Fig. 4, too. In contrast, optimizing the ine model directly using a gradient method was t possible because o local minima o the objective unction. IV. CONCLUSION The proposed improvements o the TRASM method oer the possibility to map models with dierent degrees L 1 s11 in db s21 in db (a) (b) Fig. 4. The optimal coarse model response ( ) and the ine model responses at the starting point ( ) and the ending point (- - -) o the optimization. o reedom and physical parameter meanings. Thus, nearly arbitrary microwave circuits with equivalent lumped element models can be optimized. The new approaches make simulation more eicient by decreasing the number o necessary simulation steps or the MPE algorithm. In order to validate the operability o these methods, two dierent circuits were considered. A microstrip line resonator with a LC circuit coarse model and a complex SSL-ilter, again with a LC circuit coarse model, has been optimized. Results o excellent accuracy have been achieved in short simulation time compared to the handling o these problems with classical optimization methods. REFERENCES [1] M. H. Bakr, J. W. Bandler, R. M. Biernacki, S. H. Chen, and K. Madsen, A trust region agressive space mapping algorithm or em optimization, IEEE Transactions on Microwave Theory and Techniques, vol. 46,. 12, pp , Dec [2] J. W. Bandler, R. Biernacki, S. Chen, R. Hemmers, and K. Madsen, Electromagnetic optimization exploiting aggressive space mapping, IEEE Transactions on Microwave Theory and Techniques, vol. MTT-43,. 12, pp , Dec [3] OrCAD, Inc., PSpice A/D, version [4] Sonnet Sotware, Inc., SonnetLite, version [5] J. J. Moré and D. C. Sorensen, Computing a trust region step, SIAM J. Sci. Stat. Comput., vol. 4,. 3, pp , Sept [6] W. Menzel, A vel miniature suspended stripline ilter, European Microwave Con., Munich, pp , Oct [7] M. H. Bakr, J. W. Bandler, and N. Georgieva, An aggressive approach to parameter extraction, IEEE Transactions on Microwave Theory and Techniques, vol. 47,. 12, pp , Dec [8] G. L. Matthaei, L. Young, and E. M. T. Jones, Microwave ilters, impedance-matching networks, and coupling structures. 685 Canton Street, Norwood, Massachusetts 02026: Artech House, INC., 1980.

Copyright 1996 IEEE. Reprinted from IEEE MTT-S International Microwave Symposium 1996

Copyright 1996 IEEE. Reprinted from IEEE MTT-S International Microwave Symposium 1996 Copyright 1996 IEEE Reprinted from IEEE MTT-S International Microwave Symposium 1996 This material is posted here with permission of the IEEE. Such permission of the IEEE does not in any way imply IEEE

More information

Copyright 2005 IEEE. Reprinted from IEEE Transactions on Microwave Theory and Techniques, Vol. 53, No. 10, October 2005

Copyright 2005 IEEE. Reprinted from IEEE Transactions on Microwave Theory and Techniques, Vol. 53, No. 10, October 2005 Copyright 2005 IEEE Reprinted from IEEE Transactions on Microwave Theory and Techniques, Vol. 53, No. 10, October 2005 This material is posted here with permission of the IEEE. Such permission of the IEEE

More information

AM Receiver. Prelab. baseband

AM Receiver. Prelab. baseband AM Receiver Prelab In this experiment you will use what you learned in your previous lab sessions to make an AM receiver circuit. You will construct an envelope detector AM receiver. P1) Introduction One

More information

Frequency Range Extension of Spectrum Analyzers with Harmonic Mixers

Frequency Range Extension of Spectrum Analyzers with Harmonic Mixers Products FSEM21/31 and FSEK21/31 or FSEM20/30 and FSEK20/30 with FSE-B21 Frequency Range Extension o Spectrum Analyzers with Harmonic Mixers This application note describes the principle o harmonic mixing

More information

A MPCP-Based Centralized Rate Control Method for Mobile Stations in FiWi Access Networks

A MPCP-Based Centralized Rate Control Method for Mobile Stations in FiWi Access Networks A MPCP-Based Centralized Rate Control Method or Mobile Stations in FiWi Access Networks 215 IEEE. Personal use o this material is permitted. Permission rom IEEE must be obtained or all other uses, in any

More information

THE MODELING AND CALCULATION OF SOUND RADIATION FROM FACILITIES WITH GAS FLOWED PIPES INTRODUCTION

THE MODELING AND CALCULATION OF SOUND RADIATION FROM FACILITIES WITH GAS FLOWED PIPES INTRODUCTION THE MODELING AND CALCULATION OF SOUND ADIATION FOM FACILITIES WITH GAS FLOWED PIPES INTODUCTION Analysis o the emission caused by industrial acilities like chemical plants, reineries or other production

More information

A performance analysis of EtherCAT and PROFINET IRT

A performance analysis of EtherCAT and PROFINET IRT A perormance analysis o EtherCAT and PROFINET IRT Conerence paper by Gunnar Prytz ABB AS Corporate Research Center Bergerveien 12 NO-1396 Billingstad, Norway Copyright 2008 IEEE. Reprinted rom the proceedings

More information

Using quantum computing to realize the Fourier Transform in computer vision applications

Using quantum computing to realize the Fourier Transform in computer vision applications Using quantum computing to realize the Fourier Transorm in computer vision applications Renato O. Violin and José H. Saito Computing Department Federal University o São Carlos {renato_violin, saito }@dc.uscar.br

More information

Copyright 2000 IEEE. Reprinted from IEEE MTT-S International Microwave Symposium 2000

Copyright 2000 IEEE. Reprinted from IEEE MTT-S International Microwave Symposium 2000 Copyright 2000 IEEE Reprinted from IEEE MTT-S International Microwave Symposium 2000 This material is posted here with permission of the IEEE. Such permission of the IEEE does not in any way imply IEEE

More information

A NOVEL ALGORITHM WITH IM-LSI INDEX FOR INCREMENTAL MAINTENANCE OF MATERIALIZED VIEW

A NOVEL ALGORITHM WITH IM-LSI INDEX FOR INCREMENTAL MAINTENANCE OF MATERIALIZED VIEW A NOVEL ALGORITHM WITH IM-LSI INDEX FOR INCREMENTAL MAINTENANCE OF MATERIALIZED VIEW 1 Dr.T.Nalini,, 2 Dr. A.Kumaravel, 3 Dr.K.Rangarajan Dept o CSE, Bharath University Email-id: nalinicha2002@yahoo.co.in

More information

Co-simulation of Microwave Networks. Sanghoon Shin, Ph.D. RS Microwave

Co-simulation of Microwave Networks. Sanghoon Shin, Ph.D. RS Microwave Co-simulation of Microwave Networks Sanghoon Shin, Ph.D. RS Microwave Outline Brief review of EM solvers 2D and 3D EM simulators Technical Tips for EM solvers Co-simulated Examples of RF filters and Diplexer

More information

A New Concept of PTP Vector Network Analyzer

A New Concept of PTP Vector Network Analyzer A New Concept of PTP Vector Network Analyzer Vadim Závodný, Karel Hoffmann and Zbynek Skvor Department of Electromagnetic Field, Faculty of Electrical Engineering, Czech Technical University, Technická,

More information

Integrated airline scheduling

Integrated airline scheduling Computers & Operations Research 36 (2009) 176 195 www.elsevier.com/locate/cor Integrated airline scheduling Nikolaos Papadakos a,b, a Department o Computing, Imperial College London, 180 Queen s Gate,

More information

A LabVIEW Based Experimental Platform for Ultrasonic Range Measurements

A LabVIEW Based Experimental Platform for Ultrasonic Range Measurements DSP Journal, Volume 6, Issue, February, 007 A LabVIEW Based Experimental Platorm or Ultrasonic Range Measurements Abdallah Hammad, Ashra Haez, Mohamed arek Elewa Benha University - Faculty o Engineering

More information

Copyright 2005 IEEE. Reprinted from IEEE MTT-S International Microwave Symposium 2005

Copyright 2005 IEEE. Reprinted from IEEE MTT-S International Microwave Symposium 2005 Copyright 25 IEEE Reprinted from IEEE MTT-S International Microwave Symposium 25 This material is posted here with permission of the IEEE. Such permission of the IEEE does not in any way imply IEEE endorsement

More information

Superheterodyne Radio Receivers

Superheterodyne Radio Receivers EE354 Superheterodyne Handout 1 Superheterodyne Radio Receivers Thus ar in the course, we have investigated two types o receivers or AM signals (shown below): coherent and incoherent. Because broadcast

More information

How To Write A Paper On The Brain Reaction Index During Mental Calculation Rom The Ew

How To Write A Paper On The Brain Reaction Index During Mental Calculation Rom The Ew , pp.123-132 http://dx.doi.org/10.14257/ijbsbt.2014.6.4.12 Suggestion o a ew Brain Reaction Index or the EEG Signal Identiication and Analysis Jungeun Lim 1, Bohyeok Seo 2 and Soonyong Chun * 1 School

More information

The Complex Step Method Applied to Waterflooding Optimization

The Complex Step Method Applied to Waterflooding Optimization JOSE L. CARBALLAL JR. and BERNARDO HOROWITZ. THE COMPLEX STEP METHOD APPLIED TO WATERFLOODING 45 The Complex Step Method Applied to Waterlooding Optimization José L. Carballal Jr. 1, Bernardo Horowitz

More information

A RAPID METHOD FOR WATER TARGET EXTRACTION IN SAR IMAGE

A RAPID METHOD FOR WATER TARGET EXTRACTION IN SAR IMAGE A RAPI METHO FOR WATER TARGET EXTRACTION IN SAR IMAGE WANG ong a, QIN Ping a ept. o Surveying and Geo-inormatic Tongji University, Shanghai 200092, China. - wangdong75@gmail.com ept. o Inormation, East

More information

Rainfall generator for the Meuse basin

Rainfall generator for the Meuse basin KNMI publication; 196 - IV Rainall generator or the Meuse basin Description o 20 000-year simulations R. Leander and T.A. Buishand De Bilt, 2008 KNMI publication = KNMI publicatie; 196 - IV De Bilt, 2008

More information

Broadband Push-Pull Power Amplifier Design at Microwave Frequencies

Broadband Push-Pull Power Amplifier Design at Microwave Frequencies Broadband Push-Pull Power Amplifier Design at Microwave Frequencies Robert Smith and Prof. Steve Cripps Centre for High Frequency Engineering, Cardiff University smithrm3@cardiff.ac.uk A broadband, high

More information

FIXED INCOME ATTRIBUTION

FIXED INCOME ATTRIBUTION Sotware Requirement Speciication FIXED INCOME ATTRIBUTION Authors Risto Lehtinen Version Date Comment 0.1 2007/02/20 First Drat Table o Contents 1 Introduction... 3 1.1 Purpose o Document... 3 1.2 Glossary,

More information

User Guide. Introduction. HCS12PLLCALUG/D Rev. 0, 12/2002. HCS12 PLL Component Calculator

User Guide. Introduction. HCS12PLLCALUG/D Rev. 0, 12/2002. HCS12 PLL Component Calculator User Guide HCS12PLLCALUG/D Rev. 0, 12/2002 HCS12 PLL Component Calculator by Stuart Robb Applications Engineering Motorola, East Kilbride Introduction The MC9S12D amily o MCUs includes a Phase-Locked Loop

More information

Maintenance Scheduling Optimization for 30kt Heavy Haul Combined Train in Daqin Railway

Maintenance Scheduling Optimization for 30kt Heavy Haul Combined Train in Daqin Railway 5th International Conerence on Civil Engineering and Transportation (ICCET 2015) Maintenance Scheduling Optimization or 30kt Heavy Haul Combined Train in Daqin Railway Yuan Lin1, a, Leishan Zhou1, b and

More information

Efficient Meshing in Sonnet

Efficient Meshing in Sonnet 100 Elwood Davis Road North Syracuse, NY 13212 USA Efficient Meshing in Sonnet Volker Mühlhaus Dr. Mühlhaus Consulting & Software GmbH 2008 Sonnet Software, Inc. Sonnet is a registered trademark of Sonnet

More information

International Journal of Pure and Applied Sciences and Technology

International Journal of Pure and Applied Sciences and Technology Int. J. Pure Appl. Sci. Technol., 18(1) (213), pp. 43-53 International Journal o Pure and Applied Sciences and Technology ISS 2229-617 Available online at www.iopaasat.in Research Paper Eect o Volatility

More information

Bandwidth and Mutual Coupling Analysis of a Circular Microstrip MIMO Antenna Using Artificial Neural Networks

Bandwidth and Mutual Coupling Analysis of a Circular Microstrip MIMO Antenna Using Artificial Neural Networks Bandwidth and Mutual Coupling Analysis of a Circular Microstrip MIMO Antenna Using Artificial Neural Networks K SRI RAMA KRISHNA Department of Electronics and Communication Engineering Jawaharlal Nehru

More information

THE EFFECT OF THE SPINDLE SYSTEM ON THE POSITION OF CIRCULAR SAW TEETH A STATIC APPROACH

THE EFFECT OF THE SPINDLE SYSTEM ON THE POSITION OF CIRCULAR SAW TEETH A STATIC APPROACH TRIESKOVÉ A BEZTRIESKOVÉ OBRÁBANIE DREVA 2006 12. - 14. 10. 2006 305 THE EFFECT OF THE SPINDLE SYSTEM ON THE POSITION OF CIRCULAR SAW TEETH A STATIC APPROACH Roman Wasielewski - Kazimierz A. Orłowski Abstract

More information

Digital Systems Design Based on DSP algorithms in FPGA for Fault Identification in Rotary Machines

Digital Systems Design Based on DSP algorithms in FPGA for Fault Identification in Rotary Machines Digital Systems Design Based on DSP algorithms in FPGA or Fault Identiication in Rotary Machines Masamori Kashiwagi 1, Cesar da Costa 1 *, Mauro Hugo Mathias 1 1 Department o Mechanical Engineering, UNESP

More information

Cardio -Vascular Image Contrast Improvement via Hardware Design

Cardio -Vascular Image Contrast Improvement via Hardware Design Cardio -Vascular Image Contrast Improvement via Hardware Design Aimé Lay-Ekuakille 1, Giuseppe Vendramin 1, Ivonne Sgura, Amerigo Trotta 3 1 Dipartimento d Ingegneria dell Innovazione, University o Salento,

More information

Doppler Shift Estimation for TETRA Cellular Networks

Doppler Shift Estimation for TETRA Cellular Networks oppler Shit Estimation or TETRA Cellular Networks Javad Ashar Jahanshahi, Seyed Ali Ghorashi epartment o Electrical and Computer Engineering, Shahid Beheshti University, Tehran, Iran j.ashar@mail.sbu.ac.ir,

More information

Connected U-Slots Patch Antenna for WiMAX Applications

Connected U-Slots Patch Antenna for WiMAX Applications Connected U-Slots Patch Antenna for WiMAX Applications Hattan F. AbuTarboush (1), D. Budimir (2), R. Nilavalan (1) and H. S. Al-Raweshidy (1) (1) Wireless Network and Communication Centre (WNCC), School

More information

J. Zhang, J.-Z. Gu, B. Cui, andx. W. Sun Shanghai Institute of Microsystem & Information Technology CAS Shanghai 200050, China

J. Zhang, J.-Z. Gu, B. Cui, andx. W. Sun Shanghai Institute of Microsystem & Information Technology CAS Shanghai 200050, China Progress In Electromagnetics Research, PIER 69, 93 100, 2007 COMPACT AND HARMONIC SUPPRESSION OPEN-LOOP RESONATOR BANDPASS FILTER WITH TRI-SECTION SIR J. Zhang, J.-Z. Gu, B. Cui, andx. W. Sun Shanghai

More information

NATIONAL SENIOR CERTIFICATE GRADE 12

NATIONAL SENIOR CERTIFICATE GRADE 12 NATIONAL SENI CERTIFICATE GRADE 1 PHYSICAL SCIENCES: PHYSICS (P1) NOVEMBER 010 MEMANDUM MARKS: 150 This memorandum consists o 3 pages. NOTE: Marking rule 1.5 was changed according to decisions taken at

More information

Eye Gaze Tracking Under Natural Head Movements

Eye Gaze Tracking Under Natural Head Movements Eye Gaze Tracking Under Natural Head Movements Zhiwei Zhu and Qiang Ji Department o ECE, Rensselaer Polytechnic Institute, Troy, NY,12180 {zhuz,jiq}@rpi.edu Abstract Most available remote eye gaze trackers

More information

A FRAMEWORK FOR AUTOMATIC FUNCTION POINT COUNTING

A FRAMEWORK FOR AUTOMATIC FUNCTION POINT COUNTING A FRAMEWORK FOR AUTOMATIC FUNCTION POINT COUNTING FROM SOURCE CODE Vinh T. Ho and Alain Abran Sotware Engineering Management Research Laboratory Université du Québec à Montréal (Canada) vho@lrgl.uqam.ca

More information

Design of Rectangular Microstrip Slot Antenna for Multi Band Application

Design of Rectangular Microstrip Slot Antenna for Multi Band Application Design of Rectangular Microstrip Slot Antenna for Multi Band Application K.Thamarairubini 1, V. Kiruthiga 2 Assistant professor, Dept. of ECE, BIT College, Sathyamangalam, Tamilnadu, India 1 PG Student

More information

SIMPLIFIED CBA CONCEPT AND EXPRESS CHOICE METHOD FOR INTEGRATED NETWORK MANAGEMENT SYSTEM

SIMPLIFIED CBA CONCEPT AND EXPRESS CHOICE METHOD FOR INTEGRATED NETWORK MANAGEMENT SYSTEM SIMPLIFIED CBA CONCEPT AND EXPRESS CHOICE METHOD FOR INTEGRATED NETWORK MANAGEMENT SYSTEM Mohammad Al Rawajbeh 1, Vladimir Sayenko 2 and Mohammad I. Muhairat 3 1 Department o Computer Networks, Al-Zaytoonah

More information

Quality assurance of solar thermal systems with the ISFH- Input/Output-Procedure

Quality assurance of solar thermal systems with the ISFH- Input/Output-Procedure Quality assurance o solar thermal systems with the ISFH- Input/Output-Procedure Peter Paerisch * and Klaus Vanoli Institut uer Solarenergieorschung Hameln (ISFH), Am Ohrberg 1, 31860 Emmerthal, Germany

More information

Performance of Receiver Autonomous Integrity Monitoring (RAIM) for vertically guided approaches

Performance of Receiver Autonomous Integrity Monitoring (RAIM) for vertically guided approaches erormance o Receiver Autonomous Integrity Monitoring (RAIM or vertically guided approaches Anaïs Martineau, Christophe Macabiau, Igor Nikiorov, Benoit Roturier o cite this version Anaïs Martineau, Christophe

More information

Time-Optimal Online Trajectory Generator for Robotic Manipulators

Time-Optimal Online Trajectory Generator for Robotic Manipulators Time-Optimal Online Trajectory Generator or Robotic Manipulators Francisco Ramos, Mohanarajah Gajamohan, Nico Huebel and Raaello D Andrea Abstract This work presents a trajectory generator or time-optimal

More information

Electronic filters design tutorial -2

Electronic filters design tutorial -2 In the first part of this tutorial we explored the bandpass filters designed with lumped elements, namely inductors and capacitors. In this second part we will design filters with distributed components

More information

Time-Memory Trade-Offs: False Alarm Detection Using Checkpoints

Time-Memory Trade-Offs: False Alarm Detection Using Checkpoints Time-Memory Trade-Os: False Alarm Detection Using Checkpoints Gildas Avoine 1, Pascal Junod 2, and Philippe Oechslin 1,3 1 EPFL, Lausanne, Switzerland 2 Nagravision SA (Kudelski Group), Switzerland 3 Objecti

More information

Specifying Calibration Standards and Kits for Agilent Vector Network Analyzers. Application Note 1287-11

Specifying Calibration Standards and Kits for Agilent Vector Network Analyzers. Application Note 1287-11 Speciying Calibration Standards and Kits or Agilent Vector Network Analyzers Application Note 1287-11 Table o Contents Introduction... 3 Measurement errors... 3 Measurement calibration... 3 Calibration

More information

National Laboratory of Antennas and Microwave Technology Xidian University Xi an, Shaanxi 710071, China

National Laboratory of Antennas and Microwave Technology Xidian University Xi an, Shaanxi 710071, China Progress In Electromagnetics Research, PIER 76, 237 242, 2007 A BROADBAND CPW-FED T-SHAPE SLOT ANTENNA J.-J. Jiao, G. Zhao, F.-S. Zhang, H.-W. Yuan, and Y.-C. Jiao National Laboratory of Antennas and Microwave

More information

Connectivity in a Wireless World. Cables Connectors 2014. A Special Supplement to

Connectivity in a Wireless World. Cables Connectors 2014. A Special Supplement to Connectivity in a Wireless World Cables Connectors 204 A Special Supplement to Signal Launch Methods for RF/Microwave PCBs John Coonrod Rogers Corp., Chandler, AZ COAX CABLE MICROSTRIP TRANSMISSION LINE

More information

8. ENERGY PERFORMANCE ASSESSMENT OF COMPRESSORS 8.1 Introduction

8. ENERGY PERFORMANCE ASSESSMENT OF COMPRESSORS 8.1 Introduction 8. ENERGY PERFORMANCE ASSESSMENT OF COMPRESSORS 8.1 Introduction The compressed air system is not only an energy intensive utility but also one o the least energy eicient. Over a period o time, both perormance

More information

Today s handsets have to meet tough ELECTROMAGNETIC SIMULATION OF MOBILE PHONE ANTENNA PERFORMANCE

Today s handsets have to meet tough ELECTROMAGNETIC SIMULATION OF MOBILE PHONE ANTENNA PERFORMANCE ELECTROMAGNETIC SIMULATION OF MOBILE PHONE ANTENNA PERFORMANCE The telecommunications sector is making great advances aimed at delivering an even stream of high-tech devices, covering the significant consumer

More information

Simulation of Mobile Phone Antenna Performance

Simulation of Mobile Phone Antenna Performance Tough technical requirements are being put on handsets. Mobile phones have to deal with an ever increasing number of services, while at the same time the cost of the systems is being reduced. RD in the

More information

MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION

MODELING OF PLANAR METAMATERIAL STRUCTURE AND ITS EFFECTIVE PARAMETER EXTRACTION International Journal of Electronics and Communication Engineering & Technology (IJECET) Volume 7, Issue 1, Jan-Feb 2016, pp. 55-62, Article ID: IJECET_07_01_006 Available online at http://www.iaeme.com/ijecetissues.asp?jtype=ijecet&vtype=7&itype=1

More information

Design of an U-slot Folded Shorted Patch Antenna for RF Energy Harvesting

Design of an U-slot Folded Shorted Patch Antenna for RF Energy Harvesting Design of an U-slot Folded Shorted Patch Antenna for RF Energy Harvesting Diponkar Kundu, Ahmed Wasif Reza, and Harikrishnan Ramiah Abstract Novel optimized U-slot Folded Shorted Patch Antenna (FSPA) is

More information

Characterization of Spatial Power Waveguide Amplifiers

Characterization of Spatial Power Waveguide Amplifiers Characterization of Spatial Power Waveguide Amplifiers Authored by: Matthew H. Commens Ansoft Corporation Ansoft 003 / Global Seminars: Delivering Performance Presentation # Outline What is a Spatial Waveguide

More information

Accommodating Transient Connectivity in Ad Hoc and Mobile Settings

Accommodating Transient Connectivity in Ad Hoc and Mobile Settings Accommodating Transient Connectivity in Ad Hoc and Mobile Settings Radu Handorean, Christopher Gill and Gruia-Catalin Roman Department o Computer Science and Engineering Washington University in St. Louis

More information

Planar Inter Digital Capacitors on Printed Circuit Board

Planar Inter Digital Capacitors on Printed Circuit Board 1 Planar Inter Digital Capacitors on Printed Circuit Board Ajayan K.R., K.J.Vinoy Department of Electrical Communication Engineering Indian Institute of Science, Bangalore, India 561 Email {ajayanr jvinoy}

More information

Power functions: f(x) = x n, n is a natural number The graphs of some power functions are given below. n- even n- odd

Power functions: f(x) = x n, n is a natural number The graphs of some power functions are given below. n- even n- odd 5.1 Polynomial Functions A polynomial unctions is a unction o the orm = a n n + a n-1 n-1 + + a 1 + a 0 Eample: = 3 3 + 5 - The domain o a polynomial unction is the set o all real numbers. The -intercepts

More information

Thermal Management of OSRAM OSTAR Projection Light Source Application Note

Thermal Management of OSRAM OSTAR Projection Light Source Application Note Thermal Management o OSRAM OSTAR Projection Light Source Application Note Abstract This application note provides an introduction to the thermal undamentals o the compact LED high power light source OSRAM

More information

Financial Services [Applications]

Financial Services [Applications] Financial Services [Applications] Tomáš Sedliačik Institute o Finance University o Vienna tomas.sedliacik@univie.ac.at 1 Organization Overall there will be 14 units (12 regular units + 2 exams) Course

More information

! #! % & % ( )! & +,,.! / 0 1 /) ) %222 3 4 1 5 6. /,,, %778,,9 / 6, : 0 9, 99, 3 +,, 9 9

! #! % & % ( )! & +,,.! / 0 1 /) ) %222 3 4 1 5 6. /,,, %778,,9 / 6, : 0 9, 99, 3 +,, 9 9 ! #! % & % ( )! & +,,.! / 0 1 /) ) %222 3 4 1 5 6. /,,, %778,,9 / 6, : 0 9, 99, 3 +,, 9 9 ; 896 IEEE TRANSACTIONS ON MICROWAVE THEORY AND TECHNIQUES, VOL. 56, NO. 4, APRIL 2008 A Circuit-Theoretic Approach

More information

Highway Asset Management

Highway Asset Management Highway Asset Management By Chao Yang A Doctoral Thesis Submitted in partial ulilment o the requirements or the award o Doctor o Philosophy o the University o Nottingham Abstract The aim o this thesis

More information

Doppler Shift Estimation and Jamming Detection for Cellular Networks

Doppler Shift Estimation and Jamming Detection for Cellular Networks Australian Journal o Basic and Applied Sciences, 4(12): 6590-6597, 2010 ISSN 1991-8178 oppler Shit Estimation and Jamming etection or Cellular Networks Javad Ashar Jahanshahi, Seyed Ali Ghorashi Cognitive

More information

Is the trailing-stop strategy always good for stock trading?

Is the trailing-stop strategy always good for stock trading? Is the trailing-stop strategy always good or stock trading? Zhe George Zhang, Yu Benjamin Fu December 27, 2011 Abstract This paper characterizes the trailing-stop strategy or stock trading and provides

More information

UIC at TREC 2010 Faceted Blog Distillation

UIC at TREC 2010 Faceted Blog Distillation UIC at TREC 2010 Faceted Blog Distillation Lieng Jia and Clement Yu Department o Computer Science University o Illinois at Chicago 851 S Morgan St., Chicago, IL 60607, USA {ljia2, cyu}@uic.edu ABSTRACT

More information

Efficient Continuous Scanning in RFID Systems

Efficient Continuous Scanning in RFID Systems Eicient Continuous Scanning in RFID Systems Bo Sheng Northeastern University Email: shengbo@ccs.neu.edu Qun Li College o William and Mary Email: liqun@cs.wm.edu Weizhen Mao College o William and Mary Email:

More information

Keywords: Slot antenna, ultra wideband (UWB), Microstrip line feeding, HFSS Simulation software.

Keywords: Slot antenna, ultra wideband (UWB), Microstrip line feeding, HFSS Simulation software. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Design of Compact UWB Printed Slot Antenna for GPS, GSM &Bluetooth Applications S.P.Shinde *1, M. M. Jadhav 2 *1, 2 Electronics

More information

Darcy Friction Factor Formulae in Turbulent Pipe Flow

Darcy Friction Factor Formulae in Turbulent Pipe Flow Darcy Friction Factor Formulae in Turbulent Pipe Flow Jukka Kiijärvi Lunowa Fluid Mechanics Paper 110727 July 29, 2011 Abstract The Darcy riction actor in turbulent pipe low must be solved rom the Colebrook

More information

8. Exception Handling

8. Exception Handling 8. Exception Handling February 2011 NII52006-10.1.0 NII52006-10.1.0 Introduction This chapter discusses how to write programs to handle exceptions in the Nios II processor architecture. Emphasis is placed

More information

Communication Systems

Communication Systems AM/FM Receiver Communication Systems We have studied the basic blocks o any communication system Modulator Demodulator Modulation Schemes: Linear Modulation (DSB, AM, SSB, VSB) Angle Modulation (FM, PM)

More information

A Fractal-based Printed Slot Antenna for Multi-band Wireless Applications

A Fractal-based Printed Slot Antenna for Multi-band Wireless Applications Progress In Electromagnetics Research Symposium Proceedings, Stockholm, Sweden, Aug. 12-15, 2013 1047 A Fractal-based Printed Slot Antenna for Multi-band Wireless Applications Seevan F. Abdulkareem, Ali

More information

Theoretical Computer Science

Theoretical Computer Science Theoretical Computer Science 410 (2009) 4489 4503 Contents lists available at ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs A push relabel approximation algorithm

More information

Tracking Moving Objects In Video Sequences Yiwei Wang, Robert E. Van Dyck, and John F. Doherty Department of Electrical Engineering The Pennsylvania State University University Park, PA16802 Abstract{Object

More information

Copyright 2003 IEEE. Reprinted from IEEE Transactions on Microwave Theory and Techniques, Vol. 51, No. 4, April 2003

Copyright 2003 IEEE. Reprinted from IEEE Transactions on Microwave Theory and Techniques, Vol. 51, No. 4, April 2003 Copyright 2003 IEEE Reprinted from IEEE Transactions on Microwave Theory and Techniques, Vol. 51, No. 4, April 2003 This material is posted here with permission of the IEEE. Such permission of the IEEE

More information

Patch management is a crucial component of information security management. An important problem within

Patch management is a crucial component of information security management. An important problem within MANAGEMENT SCIENCE Vol. 54, No. 4, April 2008, pp. 657 670 issn 0025-1909 eissn 1526-5501 08 5404 0657 inorms doi 10.1287/mnsc.1070.0794 2008 INFORMS Security Patch Management: Share the Burden or Share

More information

Investigating the Implications of Multi-crop Revenue Insurance for Producer Risk Management

Investigating the Implications of Multi-crop Revenue Insurance for Producer Risk Management Mississippi State University Department o Agricultural Economics roessional resentation 2000-002 April 2000 Investigating the Implications o Multi-crop Revenue Insurance or roducer Risk Management orey

More information

Minimizing crosstalk in a high-speed cable-connector assembly.

Minimizing crosstalk in a high-speed cable-connector assembly. Minimizing crosstalk in a high-speed cable-connector assembly. Evans, B.J. Calvo Giraldo, E. Motos Lopez, T. CERN, 1211 Geneva 23, Switzerland John.Evans@cern.ch Eva.Calvo.Giraldo@cern.ch Tomas.Motos-Lopez@cern.ch

More information

A Tabu Search Algorithm for the Parallel Assembly Line Balancing Problem

A Tabu Search Algorithm for the Parallel Assembly Line Balancing Problem G.U. Journal o Science (): 33-33 (9) IN PRESS www.gujs.org A Tabu Search Algorithm or the Parallel Assembly Line Balancing Problem Uğur ÖZCAN, Hakan ÇERÇĐOĞLU, Hadi GÖKÇEN, Bilal TOKLU Selçuk University,

More information

A Similarity Search Scheme over Encrypted Cloud Images based on Secure Transformation

A Similarity Search Scheme over Encrypted Cloud Images based on Secure Transformation A Simiarity Search Scheme over Encrypted Coud Images based on Secure Transormation Zhihua Xia, Yi Zhu, Xingming Sun, and Jin Wang Jiangsu Engineering Center o Network Monitoring, Nanjing University o Inormation

More information

Copyright 2004 IEEE. Reprinted from IEEE Transactions on Microwave Theory and Techniques, Vol. 52, No. 5, May 2004

Copyright 2004 IEEE. Reprinted from IEEE Transactions on Microwave Theory and Techniques, Vol. 52, No. 5, May 2004 Copyright 2004 IEEE Reprinted from IEEE Transactions on Microwave Theory and Techniques, Vol. 52, No. 5, May 2004 This material is posted here with permission of the IEEE. Such permission of the IEEE does

More information

Real-Time Reservoir Model Updating Using Ensemble Kalman Filter Xian-Huan Wen, SPE and Wen. H. Chen, SPE, ChevronTexaco Energy Technology Company

Real-Time Reservoir Model Updating Using Ensemble Kalman Filter Xian-Huan Wen, SPE and Wen. H. Chen, SPE, ChevronTexaco Energy Technology Company SPE 92991 Real-Time Reservoir Model Updating Using Ensemble Kalman Filter Xian-Huan Wen, SPE and Wen. H. Chen, SPE, ChevronTexaco Energy Technology Company Copyright 2004, Society o Petroleum Engineers

More information

Appendix C White Paper to Support Bicycle Facility Design Toolkit on Lane Width Design Modifications DRAFT

Appendix C White Paper to Support Bicycle Facility Design Toolkit on Lane Width Design Modifications DRAFT Appendix C White Paper to Support Bicycle Facility Design Toolkit on Lane Width Design Modiications MEMORANDUM Date: December 31, 2012 Project #: 11080.03 To: Washington County From: Hermanus Steyn, Pr.

More information

8. Hardware Acceleration and Coprocessing

8. Hardware Acceleration and Coprocessing July 2011 ED51006-1.2 8. Hardware Acceleration and ED51006-1.2 This chapter discusses how you can use hardware accelerators and coprocessing to create more eicient, higher throughput designs in OPC Builder.

More information

Measurement of Multi-Port S-Parameters using Four-Port Network Analyzer

Measurement of Multi-Port S-Parameters using Four-Port Network Analyzer JOURNAL OF SEMICONDUCTOR TECHNOLOGY AND SCIENCE, VOL.13, NO.6, DECEMBER, 2013 http://dx.doi.org/10.5573/jsts.2013.13.6.589 Measurement of Multi-Port S-Parameters using Four-Port Network Analyzer Jongmin

More information

Politecnico di Torino. Porto Institutional Repository

Politecnico di Torino. Porto Institutional Repository Politecnico di Torino Porto Institutional Repository [Proceeding] Multiport network analyzer self-calibration: a new approach and some interesting results Original Citation: G.L. Madonna, A. Ferrero, U.

More information

IMPROVED NETWORK PARAMETER ERROR IDENTIFICATION USING MULTIPLE MEASUREMENT SCANS

IMPROVED NETWORK PARAMETER ERROR IDENTIFICATION USING MULTIPLE MEASUREMENT SCANS IMPROVED NETWORK PARAMETER ERROR IDENTIFICATION USING MULTIPLE MEASUREMENT SCANS Liuxi Zhang and Ali Abur Department of Electrical and Computer Engineering Northeastern University Boston, MA, USA lzhang@ece.neu.edu

More information

The Tangled Web of Agricultural Insurance: Evaluating the Impacts of Government Policy

The Tangled Web of Agricultural Insurance: Evaluating the Impacts of Government Policy Journal o Agricultural and Resource Economics 40(1):80 111 ISSN 1068-5502 Copyright 2015 Western Agricultural Economics Association The Tangled Web o Agricultural Insurance: Evaluating the Impacts o Government

More information

Blind Deconvolution of Barcodes via Dictionary Analysis and Wiener Filter of Barcode Subsections

Blind Deconvolution of Barcodes via Dictionary Analysis and Wiener Filter of Barcode Subsections Blind Deconvolution of Barcodes via Dictionary Analysis and Wiener Filter of Barcode Subsections Maximilian Hung, Bohyun B. Kim, Xiling Zhang August 17, 2013 Abstract While current systems already provide

More information

Small Terminal Antennas for Mobile Applications: Design Considerations and Specific Examples.

Small Terminal Antennas for Mobile Applications: Design Considerations and Specific Examples. Small Terminal Antennas for Mobile Applications: Design Considerations and Specific Examples. # Juan R.Mosig 1, Anja K.Skrivervik 1, Marta Martinez-Vazquez 2 1 EPFL, CH-1015, Lausanne, Switzerland, juan.mosig@epfl.ch

More information

METHODOLOGICAL CONSIDERATIONS OF DRIVE SYSTEM SIMULATION, WHEN COUPLING FINITE ELEMENT MACHINE MODELS WITH THE CIRCUIT SIMULATOR MODELS OF CONVERTERS.

METHODOLOGICAL CONSIDERATIONS OF DRIVE SYSTEM SIMULATION, WHEN COUPLING FINITE ELEMENT MACHINE MODELS WITH THE CIRCUIT SIMULATOR MODELS OF CONVERTERS. SEDM 24 June 16th - 18th, CPRI (Italy) METHODOLOGICL CONSIDERTIONS OF DRIVE SYSTEM SIMULTION, WHEN COUPLING FINITE ELEMENT MCHINE MODELS WITH THE CIRCUIT SIMULTOR MODELS OF CONVERTERS. Áron Szûcs BB Electrical

More information

An Epicor White Paper. Improve Scheduling, Production, and Quality Using Cloud ERP

An Epicor White Paper. Improve Scheduling, Production, and Quality Using Cloud ERP An Epicor White Paper Improve Scheduling, Production, and Quality Using Cloud ERP Table o Contents Introduction...1 Best Practices or Discrete anuacturers...2 Inventory-based manuacturing...2 Discrete

More information

Chapter 7: Acceleration and Gravity

Chapter 7: Acceleration and Gravity Chapter 7: Acceleration and Gravity 7.1 The Principle o Equivalence We saw in the special theory o relativity that the laws o physics must be the same in all inertial reerence systems. But what is so special

More information

Small Cell Traffic Balancing Over Licensed and Unlicensed Bands

Small Cell Traffic Balancing Over Licensed and Unlicensed Bands 1 Small Cell Traic Balancing Over Licensed and Unlicensed Bands Feilu Liu, Erdem Bala, Elza Erkip, Mihaela C. Beluri and Rui Yang arxiv:1501.00203v1 [cs.ni] 31 Dec 2014 Abstract The 3rd Generation Partnership

More information

A Novel Multi Frequency Rectangular Microstrip Antenna with Dual T Shaped Slots for UWB Applications

A Novel Multi Frequency Rectangular Microstrip Antenna with Dual T Shaped Slots for UWB Applications IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 1, Ver. VI (Feb. 2014), PP 120-124 A Novel Multi Frequency Rectangular Microstrip

More information

Research on On-card Bytecode Verifier for Java Cards

Research on On-card Bytecode Verifier for Java Cards 502 JOURNAL OF COMPUTERS, VOL. 4, NO. 6, JUNE 2009 Research on On-card Bytecode Veriier or Java Cards Tongyang Wang, Pengei Yu, Jun-jun Wu and Xin-long Ma Institute o Inormation & System Technology,Huazhong

More information

Investment Analysis (FIN 670) Fall 2009. Homework 5

Investment Analysis (FIN 670) Fall 2009. Homework 5 Investment Analysis (FIN 670) Fall 009 Homework 5 Instructions: please read careully You should show your work how to get the answer or each calculation question to get ull credit The due date is Tuesday,

More information

Offshore Oilfield Development Planning under Uncertainty and Fiscal Considerations

Offshore Oilfield Development Planning under Uncertainty and Fiscal Considerations Oshore Oilield Development Planning under Uncertainty and Fiscal Considerations Vijay Gupta 1 and Ignacio E. Grossmann 2 Department o Chemical Engineering, Carnegie Mellon University Pittsburgh, PA 15213

More information

Impedance Matching and Matching Networks. Valentin Todorow, December, 2009

Impedance Matching and Matching Networks. Valentin Todorow, December, 2009 Impedance Matching and Matching Networks Valentin Todorow, December, 2009 RF for Plasma Processing - Definition of RF What is RF? The IEEE Standard Dictionary of Electrical and Electronics Terms defines

More information

Coaxial End-Launched and Microstrip to Partial H-Plane Waveguide Transitions

Coaxial End-Launched and Microstrip to Partial H-Plane Waveguide Transitions 1 Coaxial End-Launched and Microstrip to Partial H-Plane Waveguide Transitions Kevin H. Kloke, Johan Joubert, Senior Member, IEEE, and Johann W. Odendaal, Senior Member, IEEE Abstract Conventional rectangular

More information

S-PARAMETER MEASUREMENTS OF MEMS SWITCHES

S-PARAMETER MEASUREMENTS OF MEMS SWITCHES Radant MEMS employs adaptations of the JMicroTechnology test fixture depicted in Figure 1 to measure MEMS switch s-parameters. RF probeable JMicroTechnology microstrip-to-coplanar waveguide adapter substrates

More information

A Reflection-Type Vector Modulator with Balanced Loads

A Reflection-Type Vector Modulator with Balanced Loads 45 A Reflection-Type Vector Modulator with Balanced Loads Franco Di Paolo, Mauro Ferrari, Franco Giannini, Ernesto Limiti Department of Electronic Engineering, University of Rome Tor Vergata Via del Politecnico

More information

Review Paper for Broadband CPW-Fed T-Shape Slot Antenna

Review Paper for Broadband CPW-Fed T-Shape Slot Antenna Review Paper for Broadband CPW-Fed T-Shape Slot Antenna Shahpure Sana 1, Bharate Rajashri 2, Prof. Jadhav D.A. 3 1,2 BE, Dept. of E&TC, Brahmdevdada Mane Institute of Technology, Dist. Solapur (Maharashtra)

More information

Analysis of Antenna Mispointing Effect on SAR Image Quality

Analysis of Antenna Mispointing Effect on SAR Image Quality Journal o Computational Inormation Systems 1: 13 14 5731 5738 Available at http://www.jocis.com Analysis o Antenna Mispointing Eect on SAR Image Quality Yuhua GUO, Xiaoyuan YANG, Liuhe CHEN Department

More information