Parameter Identification of Transfer Functions Using MATLAB

Size: px
Start display at page:

Download "Parameter Identification of Transfer Functions Using MATLAB"

Transcription

1 Paraeter Identification of Transfer Functions Using MATLAB Mato Fruk, Goran Vujisić, Toislav Špoljarić Departent of Electrical Engineering The Polytechnic of Zagreb Konavoska, Zagreb, Croatia ABSTRACT - This paper describes a procedure for identifying the transfer function paraeters by using Matlab's Syste Identification Toolbox (SIT). The procedure is explained for obtaining nuerical data using a digital oscilloscope in a forat suitable for loading the data into Matlab and processing within the SIT. The easured data series connected RLC circuits were analyzed. Also, using the speed response of separately excited DC otor with and without soothing coil was easured, and transfer functions were obtained. I. INTRODUCTION Soeties, in process analysis, there is a lack of possibility to access certain parts of the exained syste, whether the structure of the syste is not known, or the knowledge of atheatical odel needed for syste analysis is insufficient. In that case, the process needs to be tested with known function, and tie response needs to be obtained and handled with either conventional or odern techniques. This article describes the way in which Matlab and Microsoft Excell are connected. Measureents are ade with digital oscilloscope. Input and output signal processing is exained before testing and paraeter identification of transfer functions of the syste is calculated via Matlab's Syste Identification Toolbox. A set of exaples including voltage response in RLC circuit and speed response of separately excited DC otor is being used. II. PROCESS ANALYSIS Process analysis is defined as an iterative procedure that cobines theoretical analysis and experiental exaination. Matheatical odel of the process is obtained by eans of input-output process signals. The advantage in using experients is that they do not require detailed specific knowledge of researched syste, and siple atheatical odels that describe the syste can be given as a result. The disadvantage of this analysis is that an earlier research syste ust exist as well as the fact that the results have liited application for siilar systes. Input signal is chosen on the basis of knowing the process a priori. When using paraeter procedures (odel structure is unknown), iterative calculation is used for obtaining the eleent order and its dead tie (transportation lag). Paraeter estiation is being repeated until process and odel are successfully atched. For identification of continuous processes the signal ust be discretized, so it could be processed through various nuerical ethods. When using discrete signals, one ust take into consideration eleents such as sapling frequency, nuber of bits for coding the received signal and quantization noise. u Real syste (process) Model Θ Algorhyt for defining odel paraeters ys ym + rs + - y + e* Condition Fig. 1 Identification based on paraeter estiation III. PARAMETER IDENTIFICATION IN MATLAB Paraeter identification can be calculated by using Syste identification toolbox (SIT), a tool that exists under Matlab since version 6.5. SIT is a tool for creating atheatical odels, and is based on collecting input/output data of the syste. It has a GUI that is user friendly in odel building. Certain knowledge in syste odelling is needed when choosing the odel in SIT, because atheatical odels process the easured data. Model can be defined by adjusting settings of the assued process odel, until odelling is satisfactory accurate according to the input data in SIT package. Fig. Syste identification toolbox Fig. shows a graphical interface. On the left side of the interface there is a space for entering the iport data which need to be entered in associated windows. This can be done by using the following coand: MIPRO 013/CE 697

2 data = iddata (output,input,t s ) In the above entioned case iport data (Fig. 9) will be equal to data, and iddata is the coand which enters data in Syste Identification Toolbox. In parentheses, output defines easured output data, input defines easured input data, while T s defines sapling tie (tie base for collecting saples by eans of the easuring instruent used). One ust take into consideration that atrices containing input and output data ust have the exact nuber of rows. This eans that the quantity of output data ust be the sae as the quantity of input data. It is not necessary that one set of input data gives one set of output data, but it is necessary that atrices have the following for: [output] = [n]x[k] [input] = [n]x[1] A. CONNECTION BETWEEN MATLAB AND MICROSOFT EXCELL Connecting of the two packages entioned above takes place when easured data are acquired in the forat that is not copatible with Matlab based processing. Most digital oscilloscopes have the ability to save easured data as docuents in forats such as text or CSV (coa separated values). These forats are copatible with Microsoft Excell, and Microsoft Excell has the ability (in for of add-in) to forward this data to Matlab. In Excell, when Excell options window is opened, entioned addin is selected and then button Go... needs to be clicked (Fig. 3). When add-in is installed, in Excell options window, under Add-Ins options, a package for connecting with Matlab will appear, which gives the possibility to convert atrices fro Excell forat to Matlab forat and vice versa (Fig. 5). Fig. 5 Access toolbar in Excell for exclink add-in Furtherore, an explanation for loading data fro Excell to Matlab's workspace will be given, based on the exaple of easured data on real syste (RLC circuit) B. PARAMETER IDENTIFICATION BASED ON REAL SYSTEM (RLC CIRCUIT) Input and output data for RLC series circuit have been acquired by using digital oscilloscope, where output data are observed as voltage on capacitor. Nuerical data are saved in.txt forat. On the basis of tie response of voltage drop on capacitor paraeters have been defined using conventional ethods, and then given as data to Syste Identification Toolbox. The results have been copared. Transfer function of the RLC series circuit is as follows: G RLC where: K K K () s 1 n ws Tw s s n ns s 1 s n n 1/ T 1/ LC, R / L n w n (1) Fig. 3 Connecting Excell with Matlab Then, on the next window click Browse... and find the directory containing installed Matlab package. Inside that directory there is a toolbox directory which contains exlink directory. Inside exlink directory there is a file naed exclink.xla and this file is a software expansion used for connecting Excell with Matlab (Fig. 4). Fig. 4 Path to exclink.xla Fig. 6 Tie response of voltage drop on capacitor of the RLC series circuit Fig. 6 shows that paraeters of the second order transfer function are: - K = 1 (gain), - t p = 3 s (oent of peak overshoot), - y = 8,5 V (peak overshoot), - y st = 5 V (steady state value). Fro these values paraeters of the second order transfer function can be defined by these forulas: y yst 1 rad e ; 0,118; n 1074 y st t p 1 s The second order transfer function is as follows: G RLC , s s s 86,7 10 s 3 6 By using SIT to obtain transfer function, the procedure is faster and sipler than using conventional ethods. This procedure is explained in next few steps. First, all data are being transferred fro Excell to Matlab's () (3) 698 MIPRO 013/CE

3 workspace. This can be done by selecting data atrix that is to be transferred fro Excell, and by clicking the putatrix button. This coand executes the action of transferring data atrix to Matlab, after typing desired nae for Matlab variable (Fig. 5, 7). Fig. 7 Transferring data atrix fro Excell to Matlab Output data need to be transferred after transferring the input data. In Fig. 9 window shows that it is needed to define sapling frequency (sapling period) in SIT package. Furtherore, inside coand line on Matlab's workspace the coand for data entering needs to be typed in, as follows: RLC = iddata(izlaz,ulaz,0.00/15) These three variables (RLC, ulaz, izlaz) are being held as data in Matlab's workspace. Inside the workspace, with ident coand, a graphical interface can be opened. Created and adjusted data need to be entered in this interface. Fig. 9. Data entering in SIT Now, inside the ain enu of SIT, RLC variable is entered. RLC is also found inside Working data and Validation data windows. However, it is ipossible with oscilloscope to save only a useful part of the response, one need to adjust interval for data processing by using preprocesses. Fig. 10 Defining interval for data processing After preprocessing, input data for SIT can be utually copared in three categories: Tie plot, Data spectra and Frequency function. Fro these graphs a ost suitable set of input data can be chosen to process. Fig. 8 Entering data in SIT After pressing Data object in the drop-down enu, a window will appear, in which the nae of data set for SIT needs to be entered. In workspace variable the nae of a variable for further data processing needs to be typed in. If the variable is accurately structured, SIT will autoatically set the sapling interval, while for Starting tie a value 0 is preferred for RLC series circuit (Fig. 9). Fig. 11 Possibilities of using preprocess analysis of input data in SIT MIPRO 013/CE 699

4 Fig. 11 shows that the ost suitable set of data is green pattern - RLCe. First saple, naed RLC, is not suitable because it has a nuber of higher overtones, it does not start with step function and it has a transportation lag. At he beginning RLCef has a high overshoot in step function. Due to these criteria the ost suitable signal for observation is RLCe. Furtherore, it can be concluded that it is not always desirable to go to great lengths when adjusting signal for processing. The processing itself, in SIT, begins in drop-down enu, when choosing Working data where one can choose process odels. A window appears, used for defining process odel estiation. On the right side of the window, it is clear that previously analyzed odel still exists. By pressing Model output, a coparison between calculated and easured data will be shown, and in the right corner of the window the accuracy of calculated odel due to easured data will appear. If accuracy is satisfactory, the graphs can be calculated by using LTI Viewer, or the odel itself can be transferred into Matlab's workspace. Fig. 1 Process odels Fig. 1 shows a process odel used for transfer function paraeters calculation. Before using this process odel, knowledge of odel itself is needed. Fig. 6 shows a odel that is siilar to the second order eleent with exponentially daped response. It is known that this eleent has a pair of coplex conjugated roots, and so the paraeters are set, as shown in Fig. 1. Precaution needs to be taken by carefully setting Bounds. It can happen that SIT calculates coefficients that are set on a boundary. This eans that either a odel is not chosen properly, or boundaries need to be expanded. After these paraeters are set, by pressing Estiate SIT calculates transfer function paraeters for defined odel. Fig. 13 shows the eleents that appear in aboveentioned window. This window now contains syste identification after odel processing. Fig. 14 A coparison between input data and calculated odel Accuracy is easured with relative difference between easured and calculated data, and is equal to 96.88%. By double clicking PU icon, a window containing paraeters K p, T w, ζ and a transfer function of the odel will appear (Fig. 15). By coparing paraeters gained fro conventional ethod and paraeters calculated by SIT, it can be seen that no significant difference between the exists. Final transfer function is as follows: 1, , 0031 G RLC 4 7 0,145 s 1, 710 s8,34 10 s (4) 1 s Sall difference in data exists because a calculation based on graph reading is not copletely accurate, a quantization noise exists, and noise present on oscilloscope probe during the easuring also exists. Fig. 7 shows iniu voltage difference between two consequent saples that equals V. Fig. 13 SIT window after calculating odel process Fig. 15 Model paraeters 700 MIPRO 013/CE

5 Because a siple laboratory odel is used, capacitor voltage does not show any significant distortion (noise). However, larger and ore coplex odels are ore subject to inaccuracies of easuring eleents and distortions that result fro electroagnetic disturbances in signal cables. C. PARAMETER IDENTIFICATION BASED ON REAL SYSTEM (SEPARATELY EXCITED DC MOTOR) As the second exaple for data processing, a odel of separately excited DC otor is chosen. This type of otor is siply regulated and it has linear static characteristics, therefore it is suitable for educating purposes as the second order eleent with daping tie response. Its transfer function is: ( s) 1 1 G 1( s),( uz M ( ) 0) t s (5) U ( s) K 1T s T T s where: a a - T a = L a /R a arature tie constant, - T = JR a /K electroechanic tie constant, - K otor constant. The following relations are also applied: n 1 1, T T a When experiental ethods are used, otor with following characteristics is taken into consideration: - P n = 750 W, - i u = 0,3 A, - U an = 90 V, - I an = 10,7 A, - n n = 1750 in -1. Measuring the speed change due to arature voltage step fro U a1 = 46 V to U a = 56 V. DC tachogenerator is used for speed easureent. When stepping the voltage fro U a1 to U a, speed increases fro n 1 = 100 in -1 to n = 1480 in -1. Tie response of speed change is observed with RIGOL DS105D oscilloscope and is shown in Fig. 16. T T a (6) Fig. 16 shows second order speed response with strong daping. When calculating in SIT, it is iportant to select correct odel process, one that suits this type of response. Otherwise, incorrect results will appear. Data ust be set to be processed fro the first oent when voltage step takes place, until steady state value of speed response is given (setting the preprocess). There is also a high frequency noise fro DC tacho-generator, so it is necessary to filter input data, and with caution that the shape of voltage step reains authentic. After analyzing input data, the obtained paraeters are shown in Fig. 17. Fig. 17 Paraeters of a DC otor with load Transfer function (6) paraeters resulting in SIT calculation are as follows: 1 Tw K 0, ,35 Vs ; T Tw 0,104 s; Ta 0,068s K T p This result is consistent with data results fro conventional ethods (T a fro the response to the step voltage with locked rotor, T deterining the oent of inertia fro stopping procedure, K static equations). Fig. 16 Speed response due to arature voltage step Fig. 18 Tie response of speed gained by SIT calculation and input data of observed DC otor When observing Model output window, it is clear that SIT calculation is consistent with the real syste MIPRO 013/CE 701

6 results with sall deviation the accuracy rate is 96.45%. Since it is ipossible to filter high frequency noises copletely, so ore accurate results cannot be obtained (Fig. 18). IV. CONCLUSION This article describes the approach in paraeter identification of linear processes with single input and single output (SISO) by using Syste Identification Toolbox fro Matlab software package. In order to identify the odel correctly, it is necessary to record results in digital for accurately and precisely. Measured data can be saved as text or in CSV forat. Quantization noise of A/D conversion and the noise fro easuring equipent also need to be taken into account. After loading data into Matlab package, it has to be liited to nuber of saples needed for tie response observation, and high frequency noises need to be filtered afterwards. Sapling frequency has to be high enough, but it ust not exceed its liits. This eans that two consequent saples have to be different enough by quant. Otherwise, a proble with paraeter identification occurs. The whole algorith of identification can be iproved by using DAQ cards, because they have the option of signal filtering, thus giving ore accuracy. Bounds need to be taken into account in Process odels. It could happen that SIT calculates coefficients that are on a boundary, thus eaning that incorrect odel is chosen or bounds need to be expanded. Coparing with conventional ethods, this identification process is faster and ore accurate. For identification with SIT package, correct type of transfer function needs to be chosen according to the response. Accuracy of chosen transfer function calculation needs to be copared with input data given to Matlab. Also, on the basis of transfer function, Matlab can give graphic results in the for of output response, ipulse response and Bode diagras. Process Models gives the opportunity to choose 44 different types of transfer functions. BIBLIOGRAPHY [1] L. Ljung; Syste identification toolbox, Mathworks [] [3] N. Perić, I. Petrović; Identifikacija procesa, predavanja, FER, Zagreb, MIPRO 013/CE

Laboratory Manual for DC Servo System Control Platform

Laboratory Manual for DC Servo System Control Platform Laboratory Manual for DC Servo Syste Control Platfor GSMT Series V1.01 2012.06 www.googoltech.co.cn 2012 Googol Technology. All rights reserved Copyrights Stateent All rights are reserved by The shall

More information

Modeling and Parameter Identification of a DC Motor Using Constraint Optimization Technique

Modeling and Parameter Identification of a DC Motor Using Constraint Optimization Technique IOSR Journal of Mechanical and Civil Engineering (IOSR-JMCE) e-issn: 2278-684,p-ISSN: 2320-334X, Volue 3, Issue 6 Ver. II (Nov. - Dec. 206), PP 46-56 www.iosrjournals.org Modeling and Paraeter Identification

More information

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM

POWER QUALITY ASSESSMENT USING TWO STAGE NONLINEAR ESTIMATION NUMERICAL ALGORITHM POWER QUALITY ASSESSENT USING TWO STAGE NONLINEAR ESTIATION NUERICAL ALGORITH Vladiir Terzia ABB Gerany vadiir.terzia@de.abb.co Vladiir Stanoevic EPS Yugoslavia vla_sta@hotail.co artin axiini ABB Gerany

More information

ELEC2202 Communications Engineering Laboratory Frequency Modulation (FM)

ELEC2202 Communications Engineering Laboratory Frequency Modulation (FM) ELEC Counications Engineering Laboratory ---- Frequency Modulation (FM) 1. Objectives On copletion of this laboratory you will be failiar with: Frequency odulators (FM), Modulation index, Bandwidth, FM

More information

Part 9: Basic AC Theory

Part 9: Basic AC Theory Part 9: Basic AC Theory 9.1 Advantages Of AC Systes Dealing with alternating current (AC) supplies is on the whole ore coplicated than dealing with DC current, However there are certain advantages of AC

More information

Notes on Orthogonal Frequency Division Multiplexing (OFDM)

Notes on Orthogonal Frequency Division Multiplexing (OFDM) Notes on Orthogonal Frequency Division Multiplexing (OFDM). Discrete Fourier ransfor As a reinder, the analytic fors of Fourier and inverse Fourier transfors are X f x t t, f dt x t exp j2 ft dt (.) where

More information

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition

DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition International Journal of Signal Processing Systes Vol., No. Deceber 03 DSI3 Sensor to Master Current Threshold Adaptation for Pattern Recognition David Levy Infineon Austria AG, Autootive Power Train Systes,

More information

SIG: Signal-Processing

SIG: Signal-Processing TH Köln - Technology, Arts, Sciences Prof. Dr. Rainer Bartz SIG: Signal-Processing Copendiu (6) Prof. Dr.-Ing. Rainer Bartz rainer.bartz@th-koeln.de Contact: eail: website: office: rainer.bartz@th-koeln.de

More information

Torsion System. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment

Torsion System. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment Torsion Syste Introduction This lab experient studies dynaics of a torsional syste with single and ultiple degrees of freedo. The effects of various control configurations are studied in later part of

More information

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor

Adaptive Harmonic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Journal of Counication and Coputer (4 484-49 doi:.765/548-779/4.6. D DAVID PUBLISHING Adaptive Haronic IIR Notch Filter with Varying Notch Bandwidth and Convergence Factor Li Tan, Jean Jiang, and Liango

More information

NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS

NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS first nae & faily nae: Rick Morgans Page nuber: 1 NINTH INTERNATIONAL CONGRESS ON SOUND AND VIBRATION, ICSV9 PASSIVE CONTROL OF LAUNCH NOISE IN ROCKET PAYLOAD BAYS Rick Morgans, Ben Cazzolato, Anthony

More information

OTC Statistics of High- and Low-Frequency Motions of a Moored Tanker. sensitive to lateral loading such as the SAL5 and

OTC Statistics of High- and Low-Frequency Motions of a Moored Tanker. sensitive to lateral loading such as the SAL5 and OTC 61 78 Statistics of High- and Low-Frequency Motions of a Moored Tanker by J.A..Pinkster, Maritie Research Inst. Netherlands Copyright 1989, Offshore Technology Conference This paper was presented at

More information

Assignment 9 Ball and Beam Design Project

Assignment 9 Ball and Beam Design Project EE-371 CONTROL SYSTEMS LABORATORY Assignent 9 Ball and Bea Design Project Purpose The objectives of this project are: To obtain a atheatical odel and a linearized odel of the ball and bea syste. Design

More information

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment

Kalman Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environment 16 Kalan Filtering for NLOS Mitigation and Target Tracking in Indoor Wireless Environent Chin-Der Wann National Sun Yat-Sen University Taiwan 1. Introduction Kalan filter and its nonlinear extension, extended

More information

Compensated Single-Phase Rectifier

Compensated Single-Phase Rectifier Copensated Single-Phase Rectifier Jānis DoniĦš Riga Technical university jdonins@gail.co Abstract- Paper describes ethods of rectified DC pulsation reduction adding a ensation node to a single phase rectifier.

More information

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS

SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS Latin Aerican Applied Research 39:187-192 (2009) SECURITY AND BER PERFORMANCE TRADE-OFF IN WIRELESS COMMUNICATION SYSTEMS APPLICATIONS L. ARNONE, C. GONZÁLEZ, C. GAYOSO, J. CASTIÑEIRA MOREIRA and M. LIBERATORI

More information

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things

A New Localization and Tracking Algorithm for Wireless Sensor Networks Based on Internet of Things Sensors & Transducers 203 by IFSA http://www.sensorsportal.co A New Localization and Tracking Algorith for Wireless Sensor Networks Based on Internet of Things, 2 Zhang Feng, Xue Hui-Feng, 2 Zhang Yong-Heng,

More information

New Adaptive Linear Combination Structure for Tracking/Estimating Phasor and Frequency of Power System

New Adaptive Linear Combination Structure for Tracking/Estimating Phasor and Frequency of Power System 28 Journal of Electrical Engineering & echnology Vol. 5, No., pp. 28~35, 2 New Adaptive Linear Cobination Structure for racking/estiating Phasor and Frequency of Power Syste Choowong-Wattanasakpubal and

More information

Robust Acceleration Control of Electrodynamic Shaker Using µ Synthesis

Robust Acceleration Control of Electrodynamic Shaker Using µ Synthesis Proceedings of the 44th IEEE Conference on Decision and Control, and the European Control Conference 5 Seville, Spain, Deceber -5, 5 WeIC8. Robust Acceleration Control of Electrodynaic Shaker Using µ Synthesis

More information

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : ,

Einstein Classes, Unit No. 102, 103, Vardhman Ring Road Plaza, Vikas Puri Extn., Outer Ring Road New Delhi , Ph. : , AENAING CUEN PAC 7. Introduction : Q. What is direct current? Solution : Direct current does not change direction with tie. Q. What is alternating current? Solution : Alternating currents and voltages

More information

UNIT - II CONTROLLED RECTIFIERS (Line Commutated AC to DC converters) Line Commutated Converter

UNIT - II CONTROLLED RECTIFIERS (Line Commutated AC to DC converters) Line Commutated Converter UNIT - II CONTROLLED RECTIFIERS (Line Coutated AC to DC converters) INTRODUCTION TO CONTROLLED RECTIFIERS Controlled rectifiers are line coutated ac to power converters which are used to convert a fixed

More information

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS

ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS XVII IMEKO World Congress Metrology in 3rd Millenniu June 22 27, 2003, Dubrovnik, Croatia ACCURATE DISPLACEMENT MEASUREMENT BASED ON THE FREQUENCY VARIATION MONITORING OF ULTRASONIC SIGNALS Ch. Papageorgiou

More information

Ignition and monitoring technique for plasma processing of multicell superconducting radio frequency cavities

Ignition and monitoring technique for plasma processing of multicell superconducting radio frequency cavities Ignition and onitoring technique for plasa processing of ulticell superconducting radio frequency cavities Marc Doleans Oak Ridge ational Laboratory, Oak Ridge, Tennessee 3783, USA E ail: doleans@ornl.gov

More information

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math

Smarter Balanced Assessment Consortium Claims, Targets, and Standard Alignment for Math Sarter Balanced Assessent Consortiu Clais, s, Stard Alignent for Math The Sarter Balanced Assessent Consortiu (SBAC) has created a hierarchy coprised of clais targets that together can be used to ake stateents

More information

Modeling Beam forming in Circular Antenna Array with Directional Emitters

Modeling Beam forming in Circular Antenna Array with Directional Emitters International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volue 5 Issue 3 ǁ Mar. 2017 ǁ PP.01-05 Modeling Bea foring in Circular Antenna Array

More information

Modeling, Analysis and Speed Control Design Methods of a DC Motor

Modeling, Analysis and Speed Control Design Methods of a DC Motor Design Methods of a DC Motor Dr. Jaal A. Mohaed* Received on: 3/1/009 Accepted on:5 /1/011 Abstract Modern anufacturing systes are autoated achines that perfor the required tasks. The electric otors are

More information

WIPL-D Pro: What is New in v12.0?

WIPL-D Pro: What is New in v12.0? WIPL-D Pro: What is New in v12.0? Iproveents/new features introduced in v12.0 are: 1. Extended - Extree Liits a. Extreely LOW contrast aterials b. Extended resolution for radiation pattern c. Extreely

More information

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS

ELECTROMAGNETIC COVERAGE CALCULATION IN GIS ELECTROMAGNETIC COVERAGE CALCULATION IN GIS M. Uit Guusay 1, Alper Sen 1, Uut Bulucu 2, Aktul Kavas 2 1 Yildiz Technical University, Departent of Geodesy and Photograetry Engineering, Besiktas, Istanbul,

More information

Modified vector control appropriate for synthesis of all-purpose controller for grid-connected converters

Modified vector control appropriate for synthesis of all-purpose controller for grid-connected converters Modified vector control appropriate for synthesis of all-purpose controller for grid-connected converters Tihoir Čihak dipl.ing., Mladen Puškarić M.Sc.E.E. KONČAR Electrical Engineering Institute Inc.

More information

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors

We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists. International authors and editors We are IntechOpen, the world s leading publisher of Open Access books Built by scientists, for scientists 3,900 116,000 10M Open access books available International authors and editors Downloads Our authors

More information

Optimal Modulation Index of the Mach-Zehnder Modulator in a Coherent Optical OFDM System Employing Digital Predistortion

Optimal Modulation Index of the Mach-Zehnder Modulator in a Coherent Optical OFDM System Employing Digital Predistortion Optial Modulation Index of the Mach-Zehnder Modulator in a Coherent Optical OFDM yste Eploying Digital redistortion David Rörich, Xiaojie Wang, Michael Bernhard, Joachi peidel Universität tuttgart, Institut

More information

PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? Apex Acoustics Ltd, Gateshead, UK

PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? Apex Acoustics Ltd, Gateshead, UK PREDICTING SOUND LEVELS BEHIND BUILDINGS - HOW MANY REFLECTIONS SHOULD I USE? W Wei A Cooke J Havie-Clark Apex Acoustics Ltd, Gateshead, UK Apex Acoustics Ltd, Gateshead, UK Apex Acoustics Ltd, Gateshead,

More information

Comparison Between PLAXIS Output and Neural Network in the Guard Walls

Comparison Between PLAXIS Output and Neural Network in the Guard Walls Coparison Between PLAXIS Output and Neural Network in the Guard Walls Ali Mahbod 1, Abdolghafar Ghorbani Pour 2, Abdollah Tabaroei 3, Sina Mokhtar 2 1- Departent of Civil Engineering, Shahid Bahonar University,

More information

Clean Data Training Approach to Active Sonar Classification

Clean Data Training Approach to Active Sonar Classification Clean Data Training Approach to Active Sonar Classiication Alexei Kouzoubov (1), Binh Nguyen (1), Shane Wood (1) and Chris Gillard (1) (1) Deence Science and Technology Organisation, Edinburgh, SA, Australia

More information

SEVERAL benchmark tests for beam propagation methods

SEVERAL benchmark tests for beam propagation methods JOURNAL OF LIGHTWAVE TECHNOLOGY, VOL. 16, NO. 10, OCTOBER 1998 1921 A COST 240 Benchark Test for Bea Propagation Methods Applied to an Electrooptical Modulator Based on Surface Plasons H. J. W. M. Hoekstra,

More information

Question & its Answer

Question & its Answer Iportant Instructions to exainers: 1) The answers should be exained by keywords and not as word-to-word as given in the odel answer schee. 2) The odel answer and the answer written by candidate ay vary

More information

This file is part of the following reference: Access to this file is available from:

This file is part of the following reference: Access to this file is available from: This file is part of the following reference: Page, Geoff (27) Mass Transport Evaluation using consolidated VHF Radar and Acoustic Doppler Current Profiler data. Masters (Research) thesis, Jaes Cook University.

More information

Introduction Traditionally, studying outage or cellular systes has been based on the signal-to-intererence ratio (SIR) dropping below a required thres

Introduction Traditionally, studying outage or cellular systes has been based on the signal-to-intererence ratio (SIR) dropping below a required thres Miniu Duration Outages in Rayleigh Fading Channels Jie Lai and Narayan B. Mandaya WINLAB, Rutgers University 73 Brett Rd., Piscataway, NJ 8854-86 Eail: jlai@winlab.rutgers.edu, narayan@winlab.rutgers.edu

More information

A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS

A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS A NEW APPROACH TO UNGROUNDED FAULT LOCATION IN A THREE-PHASE UNDERGROUND DISTRIBUTION SYSTEM USING COMBINED NEURAL NETWORKS & WAVELET ANALYSIS Jaal Moshtagh University of Bath, UK oshtagh79@yahoo.co Abstract

More information

TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE

TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE THE PUBLISHING HOUSE PROCEEDINGS OF THE ROMANIAN ACADEMY, Series A, OF THE ROMANIAN ACADEMY Volue 5, Nuber /004, pp.000-000 TESTING OF ADCS BY FREQUENCY-DOMAIN ANALYSIS IN MULTI-TONE MODE Daniel BELEGA

More information

ANALYSIS AND OPTIMIZATION OF SYNTHETIC APERTURE ULTRASOUND IMAGING USING THE EFFECTIVE APERTURE APPROACH. Milen Nikolov, Vera Behar

ANALYSIS AND OPTIMIZATION OF SYNTHETIC APERTURE ULTRASOUND IMAGING USING THE EFFECTIVE APERTURE APPROACH. Milen Nikolov, Vera Behar International Journal "Inforation heories & Applications" Vol. 57 AALYSIS AD OPIMIZAIO OF SYHEIC APEUE ULASOUD IMAGIG USIG HE EFFECIVE APEUE APPOACH Milen ikolov, Vera Behar Abstract: An effective aperture

More information

ESTIMATION OF OVERCOVERAGE IN THE CENSUS OF CANADA USING AN AUTOMATED APPROACH. Claude Julien, Statistics Canada Ottawa, Ontario, Canada K1A 0T6

ESTIMATION OF OVERCOVERAGE IN THE CENSUS OF CANADA USING AN AUTOMATED APPROACH. Claude Julien, Statistics Canada Ottawa, Ontario, Canada K1A 0T6 ESTMATON OF OVERCOVERAGE N THE CENSUS OF CANADA USNG AN AUTOMATED APPROACH Claude Julien, Statistics Canada Ottawa, Ontario, Canada K1A 0T6 KEY WORDS: Coverage evaluation, two-phase design, stratification

More information

Design and Implementation of Serial Port Ultrasonic Distance Measurement System Based on STC12 Jian Huang

Design and Implementation of Serial Port Ultrasonic Distance Measurement System Based on STC12 Jian Huang International Conference on Education, Manageent and Coputer Science (ICEMC 2016) Design and Ipleentation of Serial Port Ultrasonic Distance Measureent Syste Based on STC12 Jian Huang Xijing University,

More information

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3

Power Improvement in 64-Bit Full Adder Using Embedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 Power Iproveent in 64-Bit Full Adder Using Ebedded Technologies Er. Arun Gandhi 1, Dr. Rahul Malhotra 2, Er. Kulbhushan Singla 3 1 Departent of ECE, GTBKIET, Chhapianwali Malout, Punjab 2 Director, Principal,

More information

New Control Strategies for a Two-Leg Four-Switch STATCOM

New Control Strategies for a Two-Leg Four-Switch STATCOM New Control Strategies for a wo-leg Four-Switch SACOM sao-sung Ma, Meber, IEEE Abstract oltage control and fast reactive power copensation are two iportant functions concerning FACS application in the

More information

Three Component Time-domain Electromagnetic Surveying: Modeling and Data Analysis

Three Component Time-domain Electromagnetic Surveying: Modeling and Data Analysis PIERS ONLINE, VOL., NO., 75 Three Coponent Tie-doain Electroagnetic Surveying: Modeling and Data Analysis Chow-Son Chen 1, Wei-Hsuan Chiu 1, and Ching-Ren Lin 1 Institute of Geophysics, National Central

More information

Keywords: Equivalent Instantaneous Inductance, Finite Element, Inrush Current.

Keywords: Equivalent Instantaneous Inductance, Finite Element, Inrush Current. Discriination of Inrush fro Fault Currents in Power Transforers Based on Equivalent Instantaneous Inductance Technique Coupled with Finite Eleent Method Downloaded fro ijeee.iust.ac.ir at 5:47 IRST on

More information

Travelling waves for finding the fault location in transmission lines

Travelling waves for finding the fault location in transmission lines Journal Electrical and Electronic Engineering 3; (): -9 Published online April, 3 (http://www.sciencepublishinggroup.co/j/jeee) doi:.648/j.jeee.3. Travelling waves for finding the fault location in transission

More information

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System

Secondary-side-only Simultaneous Power and Efficiency Control in Dynamic Wireless Power Transfer System 069060 Secondary-side-only Siultaneous Power and Efficiency Control in Dynaic Wireless Power Transfer Syste 6 Giorgio ovison ) Daita Kobayashi ) Takehiro Iura ) Yoichi Hori ) ) The University of Tokyo,

More information

Sound recording with the application of microphone arrays

Sound recording with the application of microphone arrays Coputer Applications in Electrical Engineering Sound recording with the application of icrophone arrays Eugeniusz Kornatowski West Poeranian University of Technology 7-26 Szczecin, 26 Kwietnia, e-ail:

More information

PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS

PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS PARAMETER OPTIMIZATION OF THE ADAPTIVE MVDR QR-BASED BEAMFORMER FOR JAMMING AND MULTIPATH SUPRESSION IN GPS/GLONASS RECEIVERS V. Behar 1, Ch. Kabakchiev 2, G. Gaydadjiev 3, G.Kuzanov 4, P. Ganchosov 5

More information

QUID 2017, pp , Special Issue N 1- ISSN: X, Medellín-Colombia

QUID 2017, pp , Special Issue N 1- ISSN: X, Medellín-Colombia QUID 2017, pp. 870-875, Special Issue N 1- ISSN: 1692-343X, Medellín-Colobia MODELING OF EXPECTATIONS OF ECONOMIC AGENTS AS INSTRUMENT OF DIAGNOSTICS OF ECONOMIC CYCLES (ON THE EXAMPLE OF THE RUSSIAN ECONOMY)

More information

COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS. M.E. Ulug

COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS. M.E. Ulug COMPARISON OF TOKEN HOLDING TIME STRATEGIES FOR A STATIC TOKEN PASSING BUS M.E. Ulug General Electric Corporate Research and Developent Schenectady, New York 1245 ABSTRACT Waiting ties have been calculated

More information

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm

Precise Indoor Localization System For a Mobile Robot Using Auto Calibration Algorithm Precise Indoor Localization Syste For a Mobile Robot Using Auto Calibration Algorith Sung-Bu Ki, JangMyung Lee, and I.O. Lee : Pusan National University, http://robotics.ee.pusan.ac.r, : Ninety syste Abstract:

More information

Energy-Efficient Cellular Communications Powered by Smart Grid Technology

Energy-Efficient Cellular Communications Powered by Smart Grid Technology Energy-Efficient Cellular Counications Powered by Sart Grid Technology Itiaz Nasi, Mostafa Zaan Chowdhury, and Md. Syadus Sefat Departent of Electrical and Electronic Engineering Khulna University of Engineering

More information

A New Simple Model for Land Mobile Satellite Channels

A New Simple Model for Land Mobile Satellite Channels A New Siple Model for Land Mobile Satellite Channels A. Abdi, W. C. Lau, M.-S. Alouini, and M. Kaveh Dept. of Elec. and Cop. Eng., University of Minnesota, Minneapolis, MN 55455 Eails: {abdi, wlau, alouini,

More information

New Characteristics Analysis Considering Transmission Distance and Load Variation in Wireless Power Transfer via Magnetic Resonant Coupling

New Characteristics Analysis Considering Transmission Distance and Load Variation in Wireless Power Transfer via Magnetic Resonant Coupling New Characteristics nalysis Considering Transission Distance and oad Variation in Wireless Power Transfer via Magnetic Resonant Coupling Masaki Kato, Takehiro ura, Yoichi Hori The Departent of dvanced

More information

Detection of Faults in Power System Using Wavelet Transform and Independent Component Analysis

Detection of Faults in Power System Using Wavelet Transform and Independent Component Analysis Detection of Faults in Power Syste Using Wavelet Transfor and Independent Coponent Analysis 1 Prakash K. Ray, 2 B. K. Panigrahi, 2 P. K. Rout 1 Dept. of Electrical and Electronics Engineering, IIIT, Bhubaneswar,

More information

A State-of-the-Art PMU and MATLAB Based GUI Development towards Power System State Estimation on Real Time Basis

A State-of-the-Art PMU and MATLAB Based GUI Development towards Power System State Estimation on Real Time Basis I J E E E International Journal of Electrical, Electronics ISSN No. (Online) : 77-66 and oputer Engineering (): 40-45(0) Special Edition for Best Papers of Michael Faraday IET India Suit-0, MFIIS- State-of-the-rt

More information

Study and Implementation of Complementary Golay Sequences for PAR reduction in OFDM signals

Study and Implementation of Complementary Golay Sequences for PAR reduction in OFDM signals Study and Ipleentation of Copleentary Golay Sequences for PAR reduction in OFDM signals Abstract In this paper soe results of PAR reduction in OFDM signals and error correction capabilities by using Copleentary

More information

COMBINED FREQUENCY AND SPATIAL DOMAINS POWER DISTRIBUTION FOR MIMO-OFDM TRANSMISSION

COMBINED FREQUENCY AND SPATIAL DOMAINS POWER DISTRIBUTION FOR MIMO-OFDM TRANSMISSION The 8th nnual IEEE International Syposiu on Personal, Indoor and Mobile Radio Counications (PIMRC 07) COMINED FREQUENCY ND SPTIL DOMINS POWER DISTRIUTION FOR MIMO-OFDM TRNSMISSION Wladiir ocquet, Kazunori

More information

Exploring the Electron Tunneling Behavior of Scanning Tunneling Microscope (STM) tip and n-type Semiconductor

Exploring the Electron Tunneling Behavior of Scanning Tunneling Microscope (STM) tip and n-type Semiconductor Page 110 Exploring the of Scanning Tunneling Microscope (STM) tip and n-type Seiconductor M. A. Rahan * and J. U. Ahed Departent of Applied Physics, Electronics & Counication Engineering, University of

More information

Design and Implementation of Block Based Transpose Form FIR Filter

Design and Implementation of Block Based Transpose Form FIR Filter Design and Ipleentation of Bloc Based Transpose For FIR Filter O. Venata rishna 1, Dr. C. Venata Narasihulu 2, Dr.. Satya Prasad 3 1 (ECE, CVR College of Engineering, Hyderabad, India) 2 (ECE, Geethanjali

More information

Uplink blocking probability calculation for cellular systems with WCDMA radio interface and finite source population

Uplink blocking probability calculation for cellular systems with WCDMA radio interface and finite source population Uplin blocing probability calculation for cellular systes with WCDMA radio interface and finite source population Mariusz Głąbowsi *, Macie Stasia *, Aradiusz Wiśniewsi and Piotr Zwierzyowsi * * Institute

More information

Overlapped frequency-time division multiplexing

Overlapped frequency-time division multiplexing April 29, 16(2): 8 13 www.sciencedirect.co/science/journal/158885 he Journal of China Universities of Posts and elecounications www.buptjournal.cn/xben Overlapped frequency-tie division ultiplexing JIANG

More information

LOW COST PRODUCTION PHASE NOISE MEASUREMENTS ON MICROWAVE AND MILLIMETRE WAVE FREQUENCY SOURCES

LOW COST PRODUCTION PHASE NOISE MEASUREMENTS ON MICROWAVE AND MILLIMETRE WAVE FREQUENCY SOURCES Page 1 of 10 LOW COST PRODUCTION PHASE NOISE MEASUREMENTS ON MICROWAVE AND MILLIMETRE WAVE FREQUENCY SOURCES Hugh McPherson Spectral Line Systes Ltd, Units 1,2&3 Scott Road, Tarbert, Isle of Harris. www.spectral-line-systes.co.uk

More information

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b

Overlapping Signal Separation in DPX Spectrum Based on EM Algorithm. Chuandang Liu 1, a, Luxi Lu 1, b nd International Worshop on Materials Engineering and Coputer Sciences (IWMECS 015) Overlapping Signal Separation in DPX Spectru Based on EM Algorith Chuandang Liu 1, a, Luxi Lu 1, b 1 National Key Laboratory

More information

Department of Mechanical and Aerospace Engineering, Case Western Reserve University, Cleveland, OH, 2

Department of Mechanical and Aerospace Engineering, Case Western Reserve University, Cleveland, OH, 2 Subission International Conference on Acoustics, Speech, and Signal Processing (ICASSP ) PARAMETRIC AND NON-PARAMETRIC SIGNAL ANALYSIS FOR MAPPING AIR FLOW IN THE EAR-CANALTO TONGUE MOVEMENT: A NEW STRATEGY

More information

Cross-correlation tracking for Maximum Length Sequence based acoustic localisation

Cross-correlation tracking for Maximum Length Sequence based acoustic localisation Cross-correlation tracking for Maxiu Length Sequence based acoustic localisation Navinda Kottege Research School of Inforation Sciences and Engineering The Australian National University, ACT, Australia

More information

Estimating river suspended sediment yield using MLP neural network in arid and semi-arid basins Case study: Bar River, Neyshaboor, Iran

Estimating river suspended sediment yield using MLP neural network in arid and semi-arid basins Case study: Bar River, Neyshaboor, Iran DESERT DESERT Online at http://jdesert.ut.ac.ir DESERT 14 (2009) 43-52 Estiating river suspended sedient yield using MLP neural network in arid and sei-arid basins Case study: Bar River, Neyshaboor, Iran

More information

EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM

EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM EQUALIZED ALGORITHM FOR A TRUCK CABIN ACTIVE NOISE CONTROL SYSTEM Guangrong Zou, Maro Antila, Antti Lanila and Jari Kataja Sart Machines, VTT Technical Research Centre of Finland P.O. Box 00, FI-0 Tapere,

More information

Evaluation of Steady-State and Dynamic Performance of a Synchronized Phasor Measurement Unit

Evaluation of Steady-State and Dynamic Performance of a Synchronized Phasor Measurement Unit 01 IEEE Electrical Power and Energy Conference Evaluation of Steady-State and Dynaic Perforance of a Synchronized Phasor Measureent Unit Dinesh Rangana Gurusinghe, Graduate Student Meber, IEEE, Athula

More information

This is an author-deposited version published in: Eprints ID: 5737

This is an author-deposited version published in:   Eprints ID: 5737 Open Archive Toulouse Archive Ouverte (OATAO) OATAO is an open access repository that collects the work of Toulouse researchers and akes it freely available over the web where possible. This is an author-deposited

More information

CHAPTER 2 POSITION SERVO DRIVE OF BLDC MOTOR FOR SINGLE LINK ROBOTIC ARM

CHAPTER 2 POSITION SERVO DRIVE OF BLDC MOTOR FOR SINGLE LINK ROBOTIC ARM 22 CHAPTER 2 POSITION SERVO DRIVE OF BLDC MOTOR FOR SINGLE LINK ROBOTIC ARM 2.1 INTRODUCTION An industrial autoation involves robotic to handle aterials in different environents with different pay loads

More information

Fundamental study for measuring microflow with Michelson interferometer enhanced by external random signal

Fundamental study for measuring microflow with Michelson interferometer enhanced by external random signal Bulletin of the JSME Journal of Advanced Mechanical Design, Systes, and Manufacturing Vol.8, No.4, 2014 Fundaental study for easuring icroflow with Michelson interferoeter enhanced by external rando signal

More information

APPLICATION OF THE FAN-CHIRP TRANSFORM TO HYBRID SINUSOIDAL+NOISE MODELING OF POLYPHONIC AUDIO

APPLICATION OF THE FAN-CHIRP TRANSFORM TO HYBRID SINUSOIDAL+NOISE MODELING OF POLYPHONIC AUDIO 6th European Signal Processing Conference (EUSIPCO 8), Lausanne, Switzerland, August 5-9, 8, copyright by EURASIP APPLICATION OF THE FAN-CHIRP TRANSFORM TO HYBRID SINUSOIDAL+NOISE MODELING OF POLYPHONIC

More information

Alternative Encoding Techniques for Digital Loudspeaker Arrays

Alternative Encoding Techniques for Digital Loudspeaker Arrays Alternative Encoding Techniques for Digital Loudspeaer Arrays Fotios Kontoichos, Nicolas Alexander Tatlas, and John Mourjopoulos Audio and Acoustic Technology Group, Wire Counications Laboratory, Electrical

More information

VEHICLE LOCALIZATION IN URBAN CANYONS USING GEO-REFERENCED DATA AND FEW GNSS SATELLITES

VEHICLE LOCALIZATION IN URBAN CANYONS USING GEO-REFERENCED DATA AND FEW GNSS SATELLITES VEHICLE LOCALIZATION IN URBAN CANYONS USING GEO-REFERENCED DATA AND FEW GNSS SATELLITES Cleent Fouque Philippe Bonnifait Heudiasyc UMR CNRS 6599, Universite de Technologie de Copiegne, France. firstnae.nae@hds.utc.fr

More information

Dynamic Model Displacement for Model-mediated Teleoperation

Dynamic Model Displacement for Model-mediated Teleoperation Dynaic Model Displaceent for Model-ediated Teleoperation Xiao Xu Giulia Paggetti Eckehard Steinbach Institute for Media Technology, Technische Universität München, Munich, Gerany ABSTRACT In this paper,

More information

Multitarget Direction Measurement Based on Bistatic Radar

Multitarget Direction Measurement Based on Bistatic Radar Sensors & ransducers Vol. 70 Issue 5 May 204 pp. 65-70 Sensors & ransducers 204 by IFSA Publishing S. L. http://www.sensorsportal.co Multitarget Direction Measureent Based on Bistatic Radar Yubao ou School

More information

A Novel Sine Duty-Cycle Modulation Control Scheme for Photovoltaic Single-Phase Power Inverters

A Novel Sine Duty-Cycle Modulation Control Scheme for Photovoltaic Single-Phase Power Inverters Leandre Nnee Nnee, Jean Mbihi A Novel Sine Duty-Cycle Modulation Control Schee for Photovoltaic Single-Phase Power Inverters ARNAUD OBONO BIYOBO Research Laboratory of Coputer Science Engineering and Autoation

More information

Characteristics of a Stand-Alone Induction Generator in Small Hydroelectric Plants

Characteristics of a Stand-Alone Induction Generator in Small Hydroelectric Plants Characteristics of a Stand-Alone nduction Generator in Sall Hydroelectric Plants M. H. Haque School of Electrical and Electronic Engineering Nanyang Technological University Singapore 69798 Abstract-This

More information

Additive Synthesis, Amplitude Modulation and Frequency Modulation

Additive Synthesis, Amplitude Modulation and Frequency Modulation Additive Synthesis, Aplitude Modulation and Frequency Modulation Pro Eduardo R Miranda Varèse-Gastproessor eduardo.iranda@btinternet.co Electronic Music Studio TU Berlin Institute o Counications Research

More information

Session Eleven: An On-Line Technique to Detect Winding Deformation within Power Transformers

Session Eleven: An On-Line Technique to Detect Winding Deformation within Power Transformers Session Eleven: An On-Line Technique to Detect Winding Deforation within Power Transforers A. Abu-Siada Senior Lecturer, Curtin University Abstract Frequency Response Analysis (FRA) has been growing in

More information

120-degree conducting control of permanent magnetic synchronous motor Algorithm

120-degree conducting control of permanent magnetic synchronous motor Algorithm APPLICATIO OTE 120-degree conducting control of peranent agnetic synchronous otor Algorith uary R01A2657EJ0120 Rev.1.20 This application note ais at explaining 120-degree conducting control of peranent

More information

Experiment 7: Frequency Modulation and Phase Locked Loops October 11, 2006

Experiment 7: Frequency Modulation and Phase Locked Loops October 11, 2006 Experient 7: Frequency Modulation and Phase ocked oops October 11, 2006 Frequency Modulation Norally, we consider a voltage wave for with a fixed frequency of the for v(t) = V sin(ω c t + θ), (1) where

More information

Phase Noise Modelling and Mitigation Techniques in OFDM Communications Systems

Phase Noise Modelling and Mitigation Techniques in OFDM Communications Systems Phase Noise Modelling and Mitigation Techniques in OFDM Counications Systes Ville Syrjälä, Mikko Valkaa, Nikolay N. Tchaov, and Jukka Rinne Tapere University of Technology Departent of Counications Engineering

More information

Toward Understanding the Effects of Visual- and Force-Feedback on Robotic Hand Grasping Performance for Space Teleoperation

Toward Understanding the Effects of Visual- and Force-Feedback on Robotic Hand Grasping Performance for Space Teleoperation The IEEE/RSJ International Conference on Intelligent Robots and Systes October -,, Taipei, Taiwan Toward Understanding the Effects of Visual- and Force-Feedback on Robotic Hand Grasping Perforance for

More information

Selective Harmonic Elimination for Multilevel Inverters with Unbalanced DC Inputs

Selective Harmonic Elimination for Multilevel Inverters with Unbalanced DC Inputs Selective Haronic Eliination for Multilevel Inverters with Unbalanced DC Inputs Abstract- Selective haronics eliination for the staircase voltage wavefor generated by ultilevel inverters has been widely

More information

A Review on Modern Pulse Width Modulation Techniques Based Inverters

A Review on Modern Pulse Width Modulation Techniques Based Inverters A Review on Modern Pulse Width Modulation Techniques Based Inverters Manish Sahajwani 1, Susha Patel 2 HOD, Dept. of EX, IES IPS Acadey Indore (M.P.) India 1 M.E. Scholar (Power Electronics), Dept. of

More information

Efficient Non-linear Changed Mel-filter Bank VAD Algorithm

Efficient Non-linear Changed Mel-filter Bank VAD Algorithm Matheatical Models and Methods in Modern Science Efficient on-linear Changed Mel-filter Bank VAD Algorith DAMJA VLAJ, ZDRAVKO KAČIČ, MARKO KOS Faculty of Electrical Engineering and Coputer Science University

More information

INTERNATIONAL TELECOMMUNICATION UNION

INTERNATIONAL TELECOMMUNICATION UNION INTERNATIONAL TELECOMMUNICATION UNION ITU-T J.133 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2002) SERIES J: CABLE NETWORKS AND TRANSMISSION OF TELEVISION, SOUND PROGRAMME AND OTHER MULTIMEDIA

More information

Nano positioning control for dual stage using minimum order observer

Nano positioning control for dual stage using minimum order observer Journal of Mechanical Science and Technology 26 (3) (212) 941~947 www.springerlink.co/content/1738-494x DOI 1.17/s1226-11-1252-8 Nano positioning control for dual stage using iniu order observer Hong Gun

More information

THE IMPLEMENTATION OF PERMANENT MAGNET SYNCHRONOUS MOTOR SPEED TRACKING BASED ON ONLINEARTIFICIAL NEURAL NETWORK

THE IMPLEMENTATION OF PERMANENT MAGNET SYNCHRONOUS MOTOR SPEED TRACKING BASED ON ONLINEARTIFICIAL NEURAL NETWORK ISSN 1819-668 26-213 AsianResearch PublishingNetwork (ARPN).Allrights reserved. www.arpnjournals.co THE IMPLEMENTATION OF PERMANENT MAGNET SYNCHRONOUS MOTOR SPEED TRACKING BASED ON ONLINEARTIFICIAL NEURAL

More information

Performance Analysis of Atmospheric Field Conjugation Adaptive Arrays

Performance Analysis of Atmospheric Field Conjugation Adaptive Arrays Perforance Analysis of Atospheric Field Conjugation Adaptive Arrays Aniceto Belonte* a, Joseph M. Kahn b a Technical Univ. of Catalonia, Dept. of Signal Theory and Coun., 08034 Barcelona, Spain; b Stanford

More information

HIGH FREQUENCY LASER BASED ACOUSTIC MICROSCOPY USING A CW GENERATION SOURCE

HIGH FREQUENCY LASER BASED ACOUSTIC MICROSCOPY USING A CW GENERATION SOURCE HIGH FREQUENCY LASER BASED ACOUSTIC MICROSCOPY USING A CW GENERATION SOURCE T.W. Murray, O. Balogun, and N. Pratt Departent of Aerospace and Mechanical Engineering, Boston University, Boston MA 0225 Abstract:

More information

Real Time Etch-depth Measurement Using Surface Acoustic Wave Sensor

Real Time Etch-depth Measurement Using Surface Acoustic Wave Sensor Australian Journal of Basic and Applied Sciences, (8): -7, 1 ISSN 1991-8178 Real Tie Etch-depth Measureent Using Surface Acoustic Wave Sensor 1 Reza Hosseini, Navid Rahany, 3 Behrad Soltanbeigi, Rouzbeh

More information

ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT

ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT ROBUST UNDERWATER LOCALISATION OF ULTRA LOW FREQUENCY SOURCES IN OPERATIONAL CONTEXT M. Lopatka a, B. Nicolas a, G. Le Touzé a,b, X. Cristol c, B. Chalindar c, J. Mars a, D. Fattaccioli d a GIPSA-Lab /DIS/

More information

Mutual Inductance. L (1) l

Mutual Inductance. L (1) l Mutual Inductance Developers Objectives Preparation Background JD Mitchell, AB Overby and K Meehan The objectives of this experient are to design and construct a transforer and deterine its losses as well

More information

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion

Intermediate-Node Initiated Reservation (IIR): A New Signaling Scheme for Wavelength-Routed Networks with Sparse Conversion Interediate-Node Initiated Reservation IIR): A New Signaling Schee for Wavelength-Routed Networks with Sparse Conversion Kejie Lu, Jason P. Jue, Tiucin Ozugur, Gaoxi Xiao, and Irich Chlatac The Center

More information