Oil Temperature Control System PID Controller Algorithm Analysis Research on Sliding Gear Reducer

Size: px
Start display at page:

Download "Oil Temperature Control System PID Controller Algorithm Analysis Research on Sliding Gear Reducer"

Transcription

1 Key Engineering Materials Online: SSN: , Vol. 621, doi: / rans ech Publications, Switzerland Oil emerature Control System PD Controller Algorithm Analysis Research on Sliding Gear Reducer Yongmei Wang 1,a, Xigui Wang 2,3,b 1 Deartment of Motorcar Engineering, Heilongjiang nstitute of echnology, Harbin , China 2 Mechatronics school, Harbin nstitute of echnology, Harbin , China Research of nstitute, Harbin , China a wyr @126.com, b wymwxg2004@126.com Keywords: Lubricating oil, PD controller, emerature, Analysis, Research Abstract. With the develoment of comuter technology, communication technology, electronic technology and automatic control technology, comuter control technology widesread alication, has been widely used in iron and steel, etroleum, chemical, electric ower, building materials, machinery manufacturing, automotive, textile, transortation and other industries. Controlled by comuter, we can realize the control of high reliability, rocess visualization, remote monitoring, data storage and rocessing. he simulation of PD control algorithm, and focuses on the study and analysis of the digital PD control algorithm, the marine gear lube oil temerature control system model, the three arameters of digital PD: roortional coefficient, integral constant, differential constant on the control system erformance was also analyzed. ntroduction With the develoment of comuter technology, communication technology, electronic technology and automatic control technology, comuter control technology widesread alication, has been widely used in iron and steel, etroleum, chemical, electric ower, building materials, machinery manufacturing, automotive, textile, transortation and other industries. Controlled by comuter, we can realize the control of high reliability, rocess visualization, remote monitoring, data storage and rocessing. his aer will combine the shi control system for seed reducer lubrication system oil amount of functional requirements, carry out research and Analysis on the theory of digital PD control algorithm. Device for lubricating system oil PD control algorithm for shi gear reducer PD control is the control algorithm, the deviation ratio of differential, integral outut of a, PD control can achieve very satisfactory control erformance in many industrial objects. Digital PD control is roduced with the develoment of the comuter, is based on the simulation of PD control of the traditional, and joined the comuter control technology evolved. Simulation of PD aeared earlier, it is carried on the PD oeration outut by using the simulation of discrete element. he basic mathematical exression analog PD controller for the [1] [2]: 1 de( t) u( t) K (1 e( t) dt D ) (1) dt ye in ut ()- he outut of the PD controller; et ()- he PD controller's inut (difference set and feedback); K - Proortional coefficient PD controller; - he integral time constant PD controller (min); - Differential time constant PD controller (min); D All rights reserved. No art of contents of this aer may be reroduced or transmitted in any form or by any means without the written ermission of rans ech Publications, (D: , Pennsylvania State University, University Park, USA-06/03/16,07:52:44)

2 358 Manufacturing Automation echnology and System On the Eq. 1 is the Lalace transform, the transfer function can be obtained for analog PD controller: Us ( ) 1 D( s) K (1 Ds) E() s s So K K, KD K D Us () K D() s K KDs E() s s, the transfer function of analog PD controller, can be written as: ye in K - ntegral coefficient PD controller; KD - he differential coefficient of PD controller; Analog PD controller block diagram as shown in Fig. 1. (2) (3) K + R(s) E(s) K U(s) controlled Y(s) 被控对象 s object - + KDs Fig. 1 Analog PD controller block diagram Digital and traditional PD control simulation of PD control of different oints in the comuter or microrocessor relaces analog chi PD oeration function, only need to rogram the PD algorithm through software, using the comuter or microrocessor, can realize PD control oeration outut, and enhance the flexibility of PD control algorithm to a great extent. Due to the digital signals that the comuter can only deal with discrete, and the controlled object feedback signal is generally the analog signal is similar to the current, voltage. herefore, must the analog signal into digital signal rocessing comuter can receive the signal discretization, namely, the rocess of discretization is divided into three stes: samling, quantization, coding. On the other hand, the comuter can only outut discrete digital signals, and control signals can be received by the general object into analog signals, therefore, must be discrete signal change of the outut of a comuter into a continuous analog signal, the rocess is divided into two stes of decoding and maintain. Signal switching structure of comuter control system as shown in Fig. 2. Samling Quantification Code Comuter Decoding Kee Controlled object Fig. 2 Signal switching structure diagram of comuter control system Samling the continuous signals into discrete signal a oint in time, the exression of discrete signal samling the outut to:

3 Key Engineering Materials Vol f ( t) f ( t) ( t k ) 1 k0 ye in f() t - he inut signal is samled; ( t k )- Unit imulse function (when t k, ( t k ) 1); Schematic diagram is as shown in Fig. 3 discretization rocess. (4) Analog signal Discrete signal Fig. 3 he sketch ma of samling rocess Quantification is based on the range of the inut signal and the A/D chi number, digital content on the size of the discrete signal. he minimum value can be calculated by the following formula to quantify: u q umin 2 1 (5) max n ye in umax u min - he maximum value of the inut signal; - he minimum value of the inut signal; n - he conversion of A/D number; nteger signal quantization are q, therefore to quantify the rocess will generate a random q q quantization error, quantization error of range e. By Eq. 5 can be seen, the inut signal 2 2 range is smaller, the greater the number of bits of A/D conversion, quantization error roduced smaller, quantitative results more close to the actual value. Coding is the signal to digital values of the binary coded decimal number, would be equivalent to the binary code, for comuter rocessing. n actual control system, analog samling, quantization, coding signal by comuter or digital chi hardware. But the signal samling time oint, namely the signal in what time samling, through software rogramming. he samling time can be eriodic, can also be non-eriodic. n general, for the sake of convenience, we usually use eriodically samled. Periodic samling intervals called samling eriod, samling eriod selection, not too big, not too small. On the one hand, samling eriod selection must conform to the undistorted signal conditions, the exressions are: s 2max hat is max ye in s - he samling frequency ( Hz ); - he samling eriod ( s ); - he highest frequency of the signal ( Hz ); max n the ractical engineering system, normally s 10 max, that is On the other 5max hand, the samling eriod if too small, before and after the two samled signal changes very little, but will cause the comutation burden for comuter hardware. (6)

4 360 Manufacturing Automation echnology and System n order to use comuter software for PD oerations, must be discretized on signal. Make t k, k 0,1,2, deviation, integral, differential can be searated into the following exressions. e( t) e( k ) (7) e( t) dt e( m) k m0 de( t) e( k ) e[( k 1) ] dt he Eq. 7, 8, 9 into Eq. 1-1, available digital PD control algorithm for: (8) (9) [ ( ) ( 1)] ( ) { ( ) k D e k e k u k K e k e( m) } m0 (10) Eq. 10 as the location algorithm of digital PD, the exression can be seen, the outut of the controller uk ( ) is not only relevant and current bias, and is related to all deviations e( m),(0 m k 1) in front, need to save the comutation of large amount of data, occuy more memory. n addition the outut uk ( ) corresonds the osition of the actuator, once the comuter failure, the outut of a high mutation uk ( ), the actuator osition roduces large mutations, may cause serious accidents in roduction. Since the algorithm defects in the above two asects, their alication in ractical engineering is relatively small. Aiming at the digital osition PD algorithm, it uts forward the imrovement methods, resulting in a digital PD incremental algorithm. According to equation (10) outut can draw time controller, given as follows: 1 [ ( 1) ( 2)] ( 1) { ( 1) k D e k e k u k K e k e( m) } m0 (11) According to equation (10), (11) can be drawn, incremental control outut u( k ), given as follows: u( k) u( k) u( k 1) D 2D D KP[(1 ) e( k) (1 ) e( k 1) e( k 2)] (12) he digital PD algorithm, the PD controller at any moment, only outut value u( k ). f the actuator is integral element, such as a motor, it can directly outut to the object; if the actuator without integral element, can be outut to the controlled object by formula u( k) u( k 1) u( k ). PD incremental algorithm has the following advantages of [3] [4]: (1) the comuter failure, the outut is 0, executive agencies do not move, the object osition remains unchanged. (2) the outut is only related to the last two values, the calculation is relatively simle. Effects of PD arameters on the erformance of the control system he rincile and algorithm of PD control is introduced, it can be seen from the PD control, the outut is only associated with the following arameters: roortional coefficient( K ), integral time constant ( ), differential time constant ( D ), samling eriod ( ), deviation ( ek ( )), effect of P

5 Key Engineering Materials Vol samling eriod on the system has been a qualitative analysis on the section, the deviation is a dynamic value, reflects the difference between the inut and outut. his section will be combined with the shi gear lube oil temerature control system model of PD gear, three arameters that influence the erformance of the control system are analyzed. Marine gear oil temerature control system is a comlex system. he temerature control system has a very rominent characteristic: the system is lag relatively large, this brings a challenge to the system debugging. he temerature control system in general by the controller, solid state relay, heater and temerature sensor, temerature control system structure diagram as shown in Fig. 4. Controller Solid state relay Heater Medium Outut temerature emerature transmitter Fig. 4 emerature control system structure diagram By the structure block diagram of control system can transfer function structure diagram for the system, as shown in Fig. 5. Rs () Ds () G h (s) Gs () Cs () H() s Fig. 5 he transfer function of the system structure diagram Ds () as the transfer function of the controller, the secific exression deends on the tye of s 1 e control. Gh () s is the transfer function of the zero order holders. Gs () as the s temerature of the transfer function of the controlled object, the general exression for [5] [6]: s Ke Gs () ( 1s 1)( 2s 1) (13) n the formula (13), 1, 2 reflect the temerature system inertia size, inertia is greater, the greater the value. he delay characteristics of reflect the temerature system. For convenience s e of the analysis, ake Gs (). Hs () is the feedback channel transfer function, ( s1)(0.5s1) ake Hs. () is the samling eriod, ake 1s. he transfer function of the structure as shown in Fig. 6 temerature control system is simlified. Rs () Ds () 1 e s s s e ( s1)(0.5s1) Cs () Fig. 6 Simlification of the system transfer function Fig. 6 shows, the ulse transfer function of the system of generalized object:

6 362 Manufacturing Automation echnology and System s s 1 e e G0 ( z) GhG( z) z[ * ] s ( s 1)( s 0.5) 1.814( z 0.103) z( z 0.368)( z 0.606) he closed-loo transfer function: D( z) G ( z) 1 ( ) ( ) 0 () z D z G 0 z he outut of the system: D( z) G ( z) C z z R z R z 1 D( z) G ( z) 0 ( ) ( ) ( ) ( ) System inut unit ste, hat is r( t) 1( t ), So Rz () 0 z. z 1 (14) (15) (16) he digital PD controller with roortional control he controller transfer function is: D() s K P, hat is D() z K P, When K P = 0.1, 0.2, 0.3, unit order system ste resonse curve, as shown in Fig. 7. Fig. 7 When the roortional control, the system ste resonse curve As seen from Fig. 7, when the roortion coefficient increases, the resonse seed of the system seed, steady error is reduced, and the overshoot of the system increases, the number of oscillations increases, system to achieve stable rocess variable length of time; while increasing the scale coefficient, the steady-state error is smaller, but the system always has static difference. herefore, in ractical control systems, can be aroriate to increase the roortion of the size factor, to imrove the resonse seed of the system, reduce steady-state error; but the ratio cannot be too large, otherwise it will cause the system to oscillate or unstable. Digital PD controller uses a roortional integral control 1 he controller transfer function is: D( s) K( P 1 ) s, hat is, When 1 z D( z) KP(1 ), z1 are resectively 0, 10, 20, unit order system ste resonse curve, as shown in Fig. 8.

7 Key Engineering Materials Vol Fig. 8 When the roortional integral control, the system ste resonse curve As you can see in Fig. 8, based on ure roortional control, increase the integral, the steady-state error of the system is greatly reduced, almost 0 times, the overshoot and oscillation increased, system achieve steady increase in transition time. Reduce the integral constant, integral effect becomes strong, overshoot, oscillation frequency of the system and the transition time increased, the steady-state error is smaller. herefore, in actual control system, through the roortion integral, allowing the system to achieve zero steady-state error. n addition, the integral coefficient cannot be too small, otherwise it will cause system oscillation and divergence. Digital PD controller with a roortional integral differential control he controller transfer function is: 1 D( s) K( P 1 D s), hat is, s 1 z z1 D( z) KP(1 D ), z 1 z When K P 0.25, 10, D are resectively 0, 0.05, 0.35, unit order system ste resonse curve, as shown in Fig. 9. Fig. 9 When the roortional integral differential control, the system ste resonse curve As you can see in Fig. 9, based on the roortional, integral, joined the differential element, system has fast resonse seed, overshoot is decreased, but not obviously, this may and differential constant selection is not suitable for. he general theory is that, select the aroriate differential constant, dynamic erformance, the system can imrove the effective Jian Xiaochao, accelerate the resonse seed, the transition time decreases system. Differential constant is too small, not to the differential redictive role. Differential constant too large, it will cause the system to divergence.

8 364 Manufacturing Automation echnology and System Conclusion he simulation of PD control algorithm, and focuses on the study and analysis of the digital PD control algorithm, the marine gear lube oil temerature control system model, the three arameters of digital PD: roortional coefficient, integral constant, differential constant on the control system erformance was also analyzed. References [1] Z. Zheng, G.Q. Lu and H.D. Du: System modern measurement and laboratory management control rocess of crude oil dynamic measurement, Vol. 12 (2004) No.6, [2] D.W. John and W. Pedro: Flow Measurement and nstrumentation. Vol. 8 (2000) No.5, [3].. Yeh: Proceedings of the ASME Heat ransfer/fluids Engineering Summer Conference, Vol. 1 (2004) No.6, [4] F.B. Robert: nstitute of Physical Publishing, Vol. 12 (2003) No.3, [5] J. Chen: Precision manufacturing and automation, Vol. 9 (2004) No.4, [6] F. Li: Alication rosect of embedded PLC in the automation of Chinese wealth of science and technology, Vol. 5 (2011) No.14,

9 Manufacturing Automation echnology and System / Oil emerature Control System PD Controller Algorithm Analysis Research on Sliding Gear Reducer /

Radar Dish. Armature controlled dc motor. Inside. θ r input. Outside. θ D output. θ m. Gearbox. Control Transmitter. Control. θ D.

Radar Dish. Armature controlled dc motor. Inside. θ r input. Outside. θ D output. θ m. Gearbox. Control Transmitter. Control. θ D. Radar Dish ME 304 CONTROL SYSTEMS Mechanical Engineering Deartment, Middle East Technical University Armature controlled dc motor Outside θ D outut Inside θ r inut r θ m Gearbox Control Transmitter θ D

More information

Feedback-error control

Feedback-error control Chater 4 Feedback-error control 4.1 Introduction This chater exlains the feedback-error (FBE) control scheme originally described by Kawato [, 87, 8]. FBE is a widely used neural network based controller

More information

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System

Robust Predictive Control of Input Constraints and Interference Suppression for Semi-Trailer System Vol.7, No.7 (4),.37-38 htt://dx.doi.org/.457/ica.4.7.7.3 Robust Predictive Control of Inut Constraints and Interference Suression for Semi-Trailer System Zhao, Yang Electronic and Information Technology

More information

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations

Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations Characterizing the Behavior of a Probabilistic CMOS Switch Through Analytical Models and Its Verification Through Simulations PINAR KORKMAZ, BILGE E. S. AKGUL and KRISHNA V. PALEM Georgia Institute of

More information

Outline. EECS150 - Digital Design Lecture 26 Error Correction Codes, Linear Feedback Shift Registers (LFSRs) Simple Error Detection Coding

Outline. EECS150 - Digital Design Lecture 26 Error Correction Codes, Linear Feedback Shift Registers (LFSRs) Simple Error Detection Coding Outline EECS150 - Digital Design Lecture 26 Error Correction Codes, Linear Feedback Shift Registers (LFSRs) Error detection using arity Hamming code for error detection/correction Linear Feedback Shift

More information

Multivariable Generalized Predictive Scheme for Gas Turbine Control in Combined Cycle Power Plant

Multivariable Generalized Predictive Scheme for Gas Turbine Control in Combined Cycle Power Plant Multivariable Generalized Predictive Scheme for Gas urbine Control in Combined Cycle Power Plant L.X.Niu and X.J.Liu Deartment of Automation North China Electric Power University Beiing, China, 006 e-mail

More information

The extreme case of the anisothermal calorimeter when there is no heat exchange is the adiabatic calorimeter.

The extreme case of the anisothermal calorimeter when there is no heat exchange is the adiabatic calorimeter. .4. Determination of the enthaly of solution of anhydrous and hydrous sodium acetate by anisothermal calorimeter, and the enthaly of melting of ice by isothermal heat flow calorimeter Theoretical background

More information

A Simple Fuzzy PI Control of Dual-Motor Driving Servo System

A Simple Fuzzy PI Control of Dual-Motor Driving Servo System MATEC Web of Conferences 04, 0006 (07) DOI: 0.05/ matecconf/07040006 IC4M & ICDES 07 A Simle Fuzzy PI Control of Dual-Motor Driving Servo System Haibo Zhao,,a, Chengguang Wang 3 Engineering Technology

More information

Chapter 1 Fundamentals

Chapter 1 Fundamentals Chater Fundamentals. Overview of Thermodynamics Industrial Revolution brought in large scale automation of many tedious tasks which were earlier being erformed through manual or animal labour. Inventors

More information

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL

MODELING THE RELIABILITY OF C4ISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Technical Sciences and Alied Mathematics MODELING THE RELIABILITY OF CISR SYSTEMS HARDWARE/SOFTWARE COMPONENTS USING AN IMPROVED MARKOV MODEL Cezar VASILESCU Regional Deartment of Defense Resources Management

More information

645. Active control of the process and results of treatment

645. Active control of the process and results of treatment 645. Active control of the rocess and results of treatment V. Gichan 1 1 Vilnius Gediminas echnical University, Basanaviciaus 28, L-10223, Vilnius, Lithuania E-mail: vladimir@zebra.lt (Received 10 March

More information

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK

MATHEMATICAL MODELLING OF THE WIRELESS COMMUNICATION NETWORK Comuter Modelling and ew Technologies, 5, Vol.9, o., 3-39 Transort and Telecommunication Institute, Lomonosov, LV-9, Riga, Latvia MATHEMATICAL MODELLIG OF THE WIRELESS COMMUICATIO ETWORK M. KOPEETSK Deartment

More information

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO)

Combining Logistic Regression with Kriging for Mapping the Risk of Occurrence of Unexploded Ordnance (UXO) Combining Logistic Regression with Kriging for Maing the Risk of Occurrence of Unexloded Ordnance (UXO) H. Saito (), P. Goovaerts (), S. A. McKenna (2) Environmental and Water Resources Engineering, Deartment

More information

MODELLING, SIMULATION AND ROBUST ANALYSIS OF THE TEMPERATURE PROCESS CONTROL

MODELLING, SIMULATION AND ROBUST ANALYSIS OF THE TEMPERATURE PROCESS CONTROL The 6 th edition of the Interdiscilinarity in Engineering International Conference Petru Maior University of Tîrgu Mureş, Romania, 2012 MODELLING, SIMULATION AND ROBUST ANALYSIS OF THE TEMPERATURE PROCESS

More information

Actual exergy intake to perform the same task

Actual exergy intake to perform the same task CHAPER : PRINCIPLES OF ENERGY CONSERVAION INRODUCION Energy conservation rinciles are based on thermodynamics If we look into the simle and most direct statement of the first law of thermodynamics, we

More information

ME 375 System Modeling and Analysis. Homework 11 Solution. Out: 18 November 2011 Due: 30 November 2011 = + +

ME 375 System Modeling and Analysis. Homework 11 Solution. Out: 18 November 2011 Due: 30 November 2011 = + + Out: 8 November Due: 3 November Problem : You are given the following system: Gs () =. s + s+ a) Using Lalace and Inverse Lalace, calculate the unit ste resonse of this system (assume zero initial conditions).

More information

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018

Computer arithmetic. Intensive Computation. Annalisa Massini 2017/2018 Comuter arithmetic Intensive Comutation Annalisa Massini 7/8 Intensive Comutation - 7/8 References Comuter Architecture - A Quantitative Aroach Hennessy Patterson Aendix J Intensive Comutation - 7/8 3

More information

State Estimation with ARMarkov Models

State Estimation with ARMarkov Models Deartment of Mechanical and Aerosace Engineering Technical Reort No. 3046, October 1998. Princeton University, Princeton, NJ. State Estimation with ARMarkov Models Ryoung K. Lim 1 Columbia University,

More information

Design of NARMA L-2 Control of Nonlinear Inverted Pendulum

Design of NARMA L-2 Control of Nonlinear Inverted Pendulum International Research Journal of Alied and Basic Sciences 016 Available online at www.irjabs.com ISSN 51-838X / Vol, 10 (6): 679-684 Science Exlorer Publications Design of NARMA L- Control of Nonlinear

More information

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION

A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST BASED ON THE WEIBULL DISTRIBUTION O P E R A T I O N S R E S E A R C H A N D D E C I S I O N S No. 27 DOI:.5277/ord73 Nasrullah KHAN Muhammad ASLAM 2 Kyung-Jun KIM 3 Chi-Hyuck JUN 4 A MIXED CONTROL CHART ADAPTED TO THE TRUNCATED LIFE TEST

More information

Error Analysis for Gyroscopic Force Measuring System

Error Analysis for Gyroscopic Force Measuring System Proceedings of the 7 th International Conference on Force, Mass, Torque and Pressure Measurements, IMEKO TC3, 7- Set., Istanbul, Turkey Error Analysis for Gyroscoic Force Measuring System Shigeru Kurosu

More information

Estimation of dynamic behavior and energy efficiency of thrust hybrid bearings with active control

Estimation of dynamic behavior and energy efficiency of thrust hybrid bearings with active control INTERNATIONAL JOURNAL OF MECHANICS Volume 1 18 Estimation of dynamic behavior and energy efficiency of thrust hybrid bearings with active control Alexander Babin Sergey Majorov Leonid Savin Abstract The

More information

Research of PMU Optimal Placement in Power Systems

Research of PMU Optimal Placement in Power Systems Proceedings of the 5th WSEAS/IASME Int. Conf. on SYSTEMS THEORY and SCIENTIFIC COMPUTATION, Malta, Setember 15-17, 2005 (38-43) Research of PMU Otimal Placement in Power Systems TIAN-TIAN CAI, QIAN AI

More information

Linear diophantine equations for discrete tomography

Linear diophantine equations for discrete tomography Journal of X-Ray Science and Technology 10 001 59 66 59 IOS Press Linear diohantine euations for discrete tomograhy Yangbo Ye a,gewang b and Jiehua Zhu a a Deartment of Mathematics, The University of Iowa,

More information

Generation of Linear Models using Simulation Results

Generation of Linear Models using Simulation Results 4. IMACS-Symosium MATHMOD, Wien, 5..003,. 436-443 Generation of Linear Models using Simulation Results Georg Otte, Sven Reitz, Joachim Haase Fraunhofer Institute for Integrated Circuits, Branch Lab Design

More information

Lecture 13. Heat Engines. Thermodynamic processes and entropy Thermodynamic cycles Extracting work from heat

Lecture 13. Heat Engines. Thermodynamic processes and entropy Thermodynamic cycles Extracting work from heat Lecture 3 Heat Engines hermodynamic rocesses and entroy hermodynamic cycles Extracting work from heat - How do we define engine efficiency? - Carnot cycle: the best ossible efficiency Reading for this

More information

Indirect Rotor Field Orientation Vector Control for Induction Motor Drives in the Absence of Current Sensors

Indirect Rotor Field Orientation Vector Control for Induction Motor Drives in the Absence of Current Sensors Indirect Rotor Field Orientation Vector Control for Induction Motor Drives in the Absence of Current Sensors Z. S. WANG *, S. L. HO ** * College of Electrical Engineering, Zhejiang University, Hangzhou

More information

THE 3-DOF helicopter system is a benchmark laboratory

THE 3-DOF helicopter system is a benchmark laboratory Vol:8, No:8, 14 LQR Based PID Controller Design for 3-DOF Helicoter System Santosh Kr. Choudhary International Science Index, Electrical and Information Engineering Vol:8, No:8, 14 waset.org/publication/9999411

More information

Prediction of the Excitation Force Based on the Dynamic Analysis for Flexible Model of a Powertrain

Prediction of the Excitation Force Based on the Dynamic Analysis for Flexible Model of a Powertrain Prediction of the Excitation Force Based on the Dynamic Analysis for Flexible Model of a Powertrain Y.S. Kim, S.J. Kim, M.G. Song and S.K. ee Inha University, Mechanical Engineering, 53 Yonghyun Dong,

More information

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS

COMPARISON OF VARIOUS OPTIMIZATION TECHNIQUES FOR DESIGN FIR DIGITAL FILTERS NCCI 1 -National Conference on Comutational Instrumentation CSIO Chandigarh, INDIA, 19- March 1 COMPARISON OF VARIOUS OPIMIZAION ECHNIQUES FOR DESIGN FIR DIGIAL FILERS Amanjeet Panghal 1, Nitin Mittal,Devender

More information

Robust Performance Design of PID Controllers with Inverse Multiplicative Uncertainty

Robust Performance Design of PID Controllers with Inverse Multiplicative Uncertainty American Control Conference on O'Farrell Street San Francisco CA USA June 9 - July Robust Performance Design of PID Controllers with Inverse Multilicative Uncertainty Tooran Emami John M Watkins Senior

More information

FLOW RATE CONTROL OF VARIABLE DISPLACEMENT PISTON PUMP USING GENETIC ALGORITHM TECHNIQUE

FLOW RATE CONTROL OF VARIABLE DISPLACEMENT PISTON PUMP USING GENETIC ALGORITHM TECHNIQUE FLOW RATE CONTROL OF VARIABLE DISPLACEMENT PISTON PUMP USING GENETIC ALGORITHM TECHNIQUE Ayman A. Aly 1,2 and A. Al-Marakeby 1,3 1) Mechatronics Section, Mech. Eng. Det., Taif University, Taif, 888, Saudi

More information

Wolfgang POESSNECKER and Ulrich GROSS*

Wolfgang POESSNECKER and Ulrich GROSS* Proceedings of the Asian Thermohysical Proerties onference -4 August, 007, Fukuoka, Jaan Paer No. 0 A QUASI-STEADY YLINDER METHOD FOR THE SIMULTANEOUS DETERMINATION OF HEAT APAITY, THERMAL ONDUTIVITY AND

More information

Lecture 13 Heat Engines

Lecture 13 Heat Engines Lecture 3 Heat Engines hermodynamic rocesses and entroy hermodynamic cycles Extracting work from heat - How do we define engine efficiency? - Carnot cycle: the best ossible efficiency Reading for this

More information

Availability and Maintainability. Piero Baraldi

Availability and Maintainability. Piero Baraldi Availability and Maintainability 1 Introduction: reliability and availability System tyes Non maintained systems: they cannot be reaired after a failure (a telecommunication satellite, a F1 engine, a vessel

More information

COURSE OUTLINE. Introduction Signals and Noise: 3) Analysis and Simulation Filtering Sensors and associated electronics. Sensors, Signals and Noise

COURSE OUTLINE. Introduction Signals and Noise: 3) Analysis and Simulation Filtering Sensors and associated electronics. Sensors, Signals and Noise Sensors, Signals and Noise 1 COURSE OUTLINE Introduction Signals and Noise: 3) Analysis and Simulation Filtering Sensors and associated electronics Noise Analysis and Simulation White Noise Band-Limited

More information

The Noise Power Ratio - Theory and ADC Testing

The Noise Power Ratio - Theory and ADC Testing The Noise Power Ratio - Theory and ADC Testing FH Irons, KJ Riley, and DM Hummels Abstract This aer develos theory behind the noise ower ratio (NPR) testing of ADCs. A mid-riser formulation is used for

More information

I Poles & zeros. I First-order systems. I Second-order systems. I E ect of additional poles. I E ect of zeros. I E ect of nonlinearities

I Poles & zeros. I First-order systems. I Second-order systems. I E ect of additional poles. I E ect of zeros. I E ect of nonlinearities EE C28 / ME C34 Lecture Chater 4 Time Resonse Alexandre Bayen Deartment of Electrical Engineering & Comuter Science University of California Berkeley Lecture abstract Toics covered in this resentation

More information

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points.

Solved Problems. (a) (b) (c) Figure P4.1 Simple Classification Problems First we draw a line between each set of dark and light data points. Solved Problems Solved Problems P Solve the three simle classification roblems shown in Figure P by drawing a decision boundary Find weight and bias values that result in single-neuron ercetrons with the

More information

Biomechanical Analysis of Contemporary Throwing Technique Theory

Biomechanical Analysis of Contemporary Throwing Technique Theory MAEC Web of Conferences, 0 5 04 ( 05 DOI: 0.05/ matec conf / 0 5 0 5 04 C Owned by the authors, ublished by EDP Sciences, 05 Biomechanical Analysis of Contemorary hrowing echnique heory Jian Chen Deartment

More information

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS

MODEL-BASED MULTIPLE FAULT DETECTION AND ISOLATION FOR NONLINEAR SYSTEMS MODEL-BASED MULIPLE FAUL DEECION AND ISOLAION FOR NONLINEAR SYSEMS Ivan Castillo, and homas F. Edgar he University of exas at Austin Austin, X 78712 David Hill Chemstations Houston, X 77009 Abstract A

More information

Time Frequency Aggregation Performance Optimization of Power Quality Disturbances Based on Generalized S Transform

Time Frequency Aggregation Performance Optimization of Power Quality Disturbances Based on Generalized S Transform Time Frequency Aggregation Perormance Otimization o Power Quality Disturbances Based on Generalized S Transorm Mengda Li Shanghai Dianji University, Shanghai 01306, China limd @ sdju.edu.cn Abstract In

More information

Radial Basis Function Networks: Algorithms

Radial Basis Function Networks: Algorithms Radial Basis Function Networks: Algorithms Introduction to Neural Networks : Lecture 13 John A. Bullinaria, 2004 1. The RBF Maing 2. The RBF Network Architecture 3. Comutational Power of RBF Networks 4.

More information

Statics and dynamics: some elementary concepts

Statics and dynamics: some elementary concepts 1 Statics and dynamics: some elementary concets Dynamics is the study of the movement through time of variables such as heartbeat, temerature, secies oulation, voltage, roduction, emloyment, rices and

More information

INTRODUCTION. Please write to us at if you have any comments or ideas. We love to hear from you.

INTRODUCTION. Please write to us at if you have any comments or ideas. We love to hear from you. Casio FX-570ES One-Page Wonder INTRODUCTION Welcome to the world of Casio s Natural Dislay scientific calculators. Our exeriences of working with eole have us understand more about obstacles eole face

More information

Entransy analysis of open thermodynamic systems

Entransy analysis of open thermodynamic systems Article Engineering hermohysics August 0 Vol.57 No.: 934940 doi: 0.007/s434-0-54-x Entransy analysis of oen thermodynamic systems CHENG Xueao, WANG WenHua & LIANG XinGang * Key Laboratory for hermal Science

More information

On Fractional Predictive PID Controller Design Method Emmanuel Edet*. Reza Katebi.**

On Fractional Predictive PID Controller Design Method Emmanuel Edet*. Reza Katebi.** On Fractional Predictive PID Controller Design Method Emmanuel Edet*. Reza Katebi.** * echnology and Innovation Centre, Level 4, Deartment of Electronic and Electrical Engineering, University of Strathclyde,

More information

Theory of turbomachinery. Chapter 1

Theory of turbomachinery. Chapter 1 Theory of turbomachinery Chater Introduction: Basic Princiles Take your choice of those that can best aid your action. (Shakeseare, Coriolanus) Introduction Definition Turbomachinery describes machines

More information

An Improved Calibration Method for a Chopped Pyrgeometer

An Improved Calibration Method for a Chopped Pyrgeometer 96 JOURNAL OF ATMOSPHERIC AND OCEANIC TECHNOLOGY VOLUME 17 An Imroved Calibration Method for a Choed Pyrgeometer FRIEDRICH FERGG OtoLab, Ingenieurbüro, Munich, Germany PETER WENDLING Deutsches Forschungszentrum

More information

The Motion Path Study of Measuring Robot Based on Variable Universe Fuzzy Control

The Motion Path Study of Measuring Robot Based on Variable Universe Fuzzy Control MATEC Web of Conferences 95, 8 (27) DOI:.5/ matecconf/27958 ICMME 26 The Motion Path Study of Measuring Robot Based on Variable Universe Fuzzy Control Ma Guoqing, Yu Zhenglin, Cao Guohua, Zhang Ruoyan

More information

Monopolist s mark-up and the elasticity of substitution

Monopolist s mark-up and the elasticity of substitution Croatian Oerational Research Review 377 CRORR 8(7), 377 39 Monoolist s mark-u and the elasticity of substitution Ilko Vrankić, Mira Kran, and Tomislav Herceg Deartment of Economic Theory, Faculty of Economics

More information

DSP IC, Solutions. The pseudo-power entering into the adaptor is: 2 b 2 2 ) (a 2. Simple, but long and tedious simplification, yields p = 0.

DSP IC, Solutions. The pseudo-power entering into the adaptor is: 2 b 2 2 ) (a 2. Simple, but long and tedious simplification, yields p = 0. 5 FINITE WORD LENGTH EFFECTS 5.4 For a two-ort adator we have: b a + α(a a ) b a + α(a a ) α R R R + R The seudo-ower entering into the adator is: R (a b ) + R (a b ) Simle, but long and tedious simlification,

More information

Controllability and Resiliency Analysis in Heat Exchanger Networks

Controllability and Resiliency Analysis in Heat Exchanger Networks 609 A ublication of CHEMICAL ENGINEERING RANSACIONS VOL. 6, 07 Guest Editors: Petar S Varbanov, Rongxin Su, Hon Loong Lam, Xia Liu, Jiří J Klemeš Coyright 07, AIDIC Servizi S.r.l. ISBN 978-88-95608-5-8;

More information

Multi-Operation Multi-Machine Scheduling

Multi-Operation Multi-Machine Scheduling Multi-Oeration Multi-Machine Scheduling Weizhen Mao he College of William and Mary, Williamsburg VA 3185, USA Abstract. In the multi-oeration scheduling that arises in industrial engineering, each job

More information

A Microcontroller Implementation of Fractional Order Controller

A Microcontroller Implementation of Fractional Order Controller A Microcontroller Imlementation of Fractional Order Controller Aymen Rhouma and Hafsi Sami Université de Tunis El Manar, Ecole Nationale d Ingénieurs de Tunis, LRES Laboratoire Analyse, Concetion et Commande

More information

Temperature, current and doping dependence of non-ideality factor for pnp and npn punch-through structures

Temperature, current and doping dependence of non-ideality factor for pnp and npn punch-through structures Indian Journal of Pure & Alied Physics Vol. 44, December 2006,. 953-958 Temerature, current and doing deendence of non-ideality factor for n and nn unch-through structures Khurshed Ahmad Shah & S S Islam

More information

Convergence Analysis of Terminal ILC in the z Domain

Convergence Analysis of Terminal ILC in the z Domain 25 American Control Conference June 8-, 25 Portlan, OR, USA WeA63 Convergence Analysis of erminal LC in the Domain Guy Gauthier, an Benoit Boulet, Member, EEE Abstract his aer shows how we can aly -transform

More information

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population

Chapter 7 Sampling and Sampling Distributions. Introduction. Selecting a Sample. Introduction. Sampling from a Finite Population Chater 7 and s Selecting a Samle Point Estimation Introduction to s of Proerties of Point Estimators Other Methods Introduction An element is the entity on which data are collected. A oulation is a collection

More information

FINITE TIME THERMODYNAMIC MODELING AND ANALYSIS FOR AN IRREVERSIBLE ATKINSON CYCLE. By Yanlin GE, Lingen CHEN, and Fengrui SUN

FINITE TIME THERMODYNAMIC MODELING AND ANALYSIS FOR AN IRREVERSIBLE ATKINSON CYCLE. By Yanlin GE, Lingen CHEN, and Fengrui SUN FINIE IME HERMODYNAMIC MODELING AND ANALYSIS FOR AN IRREVERSIBLE AKINSON CYCLE By Yanlin GE, Lingen CHEN, and Fengrui SUN Performance of an air-standard Atkinson cycle is analyzed by using finite-time

More information

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential

dn i where we have used the Gibbs equation for the Gibbs energy and the definition of chemical potential Chem 467 Sulement to Lectures 33 Phase Equilibrium Chemical Potential Revisited We introduced the chemical otential as the conjugate variable to amount. Briefly reviewing, the total Gibbs energy of a system

More information

Journal of System Design and Dynamics

Journal of System Design and Dynamics Vol. 5, No. 6, Effects of Stable Nonlinear Normal Modes on Self-Synchronized Phenomena* Hiroki MORI**, Takuo NAGAMINE**, Yukihiro AKAMATSU** and Yuichi SATO** ** Deartment of Mechanical Engineering, Saitama

More information

Roots Blower with Gradually Expanding Outlet Gap: Mathematical Modelling and Performance Simulation Yingjie Cai 1, a, Ligang Yao 2, b

Roots Blower with Gradually Expanding Outlet Gap: Mathematical Modelling and Performance Simulation Yingjie Cai 1, a, Ligang Yao 2, b 2nd International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 216) Roots Bloer ith Gradually Exanding Outlet Ga: Mathematical Modelling and Performance Simulation

More information

Development of self-adaptively loading for planetary roller traction-drive transmission

Development of self-adaptively loading for planetary roller traction-drive transmission Available online www.jocr.com Journal of Chemical and Pharmaceutical Research, 013, 5(9):498-506 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Develoment of self-adatively loading for lanetary

More information

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model

Shadow Computing: An Energy-Aware Fault Tolerant Computing Model Shadow Comuting: An Energy-Aware Fault Tolerant Comuting Model Bryan Mills, Taieb Znati, Rami Melhem Deartment of Comuter Science University of Pittsburgh (bmills, znati, melhem)@cs.itt.edu Index Terms

More information

Modelling a Partly Filled Road Tanker during an Emergency Braking

Modelling a Partly Filled Road Tanker during an Emergency Braking Proceedings of the World Congress on Engineering and Comuter Science 217 Vol II, October 25-27, 217, San Francisco, USA Modelling a Partly Filled Road Tanker during an Emergency Braking Frank Otremba,

More information

Hotelling s Two- Sample T 2

Hotelling s Two- Sample T 2 Chater 600 Hotelling s Two- Samle T Introduction This module calculates ower for the Hotelling s two-grou, T-squared (T) test statistic. Hotelling s T is an extension of the univariate two-samle t-test

More information

Homework Set #3 Rates definitions, Channel Coding, Source-Channel coding

Homework Set #3 Rates definitions, Channel Coding, Source-Channel coding Homework Set # Rates definitions, Channel Coding, Source-Channel coding. Rates (a) Channels coding Rate: Assuming you are sending 4 different messages using usages of a channel. What is the rate (in bits

More information

Magnetostrictive Dynamic Vibration Absorber (DVA) for Passive and Active Damping

Magnetostrictive Dynamic Vibration Absorber (DVA) for Passive and Active Damping aer : 59 /. Magnetostrictive ynamic Vibration Absorber (VA) for Passive and Active aming C. May a,. uhnen b, P. Pagliarulo b and H. Janocha b a Centre for nnovative Production (ZP), Saarbrücken, ermany,

More information

Multiple Resonance Networks

Multiple Resonance Networks 4 IEEE TRANSACTIONS ON CIRCUITS AND SYSTEMS I: FUNDAMENTAL THEORY AND APPLICATIONS, VOL 49, NO, FEBRUARY [4] Y-Y Cao, Y-X Sun, and J Lam, Delay-deendent robust H control for uncertain systems with time-varying

More information

Finding Shortest Hamiltonian Path is in P. Abstract

Finding Shortest Hamiltonian Path is in P. Abstract Finding Shortest Hamiltonian Path is in P Dhananay P. Mehendale Sir Parashurambhau College, Tilak Road, Pune, India bstract The roblem of finding shortest Hamiltonian ath in a eighted comlete grah belongs

More information

Flow Velocity Measurement Principles of Hot Film Anemometry

Flow Velocity Measurement Principles of Hot Film Anemometry Flow Velocity Measurement Princiles of Hot Film Anemometry The hot film anemometer (HFA) is made of a thin, structured, metallic resistive film ( heater ) which is deosited onto a substrate. In the oerating

More information

ASPECTS OF POLE PLACEMENT TECHNIQUE IN SYMMETRICAL OPTIMUM METHOD FOR PID CONTROLLER DESIGN

ASPECTS OF POLE PLACEMENT TECHNIQUE IN SYMMETRICAL OPTIMUM METHOD FOR PID CONTROLLER DESIGN ASES OF OLE LAEMEN EHNIQUE IN SYMMERIAL OIMUM MEHOD FOR ID ONROLLER DESIGN Viorel Nicolau *, onstantin Miholca *, Dorel Aiordachioaie *, Emil eanga ** * Deartment of Electronics and elecommunications,

More information

PERFORMANCE BASED DESIGN SYSTEM FOR CONCRETE MIXTURE WITH MULTI-OPTIMIZING GENETIC ALGORITHM

PERFORMANCE BASED DESIGN SYSTEM FOR CONCRETE MIXTURE WITH MULTI-OPTIMIZING GENETIC ALGORITHM PERFORMANCE BASED DESIGN SYSTEM FOR CONCRETE MIXTURE WITH MULTI-OPTIMIZING GENETIC ALGORITHM Takafumi Noguchi 1, Iei Maruyama 1 and Manabu Kanematsu 1 1 Deartment of Architecture, University of Tokyo,

More information

A PARTICLE SWARM OPTIMIZATION APPROACH FOR TUNING OF SISO PID CONTROL LOOPS NELENDRAN PILLAY

A PARTICLE SWARM OPTIMIZATION APPROACH FOR TUNING OF SISO PID CONTROL LOOPS NELENDRAN PILLAY A PARTICLE SWARM OPTIMIZATION APPROACH FOR TUNING OF SISO PID CONTROL LOOPS NELENDRAN PILLAY 2008 A PARTICLE SWARM OPTIMIZATION APPROACH FOR TUNING OF SISO PID CONTROL LOOPS By Nelendran Pillay Student

More information

ECE 534 Information Theory - Midterm 2

ECE 534 Information Theory - Midterm 2 ECE 534 Information Theory - Midterm Nov.4, 009. 3:30-4:45 in LH03. You will be given the full class time: 75 minutes. Use it wisely! Many of the roblems have short answers; try to find shortcuts. You

More information

V. Practical Optimization

V. Practical Optimization V. Practical Otimization Scaling Practical Otimality Parameterization Otimization Objectives Means Solutions ω c -otimization Observer based design V- Definition of Gain and Frequency Scales G ( s) kg

More information

A Method of Setting the Penalization Constants in the Suboptimal Linear Quadratic Tracking Method

A Method of Setting the Penalization Constants in the Suboptimal Linear Quadratic Tracking Method XXVI. ASR '21 Seminar, Instruments and Control, Ostrava, Aril 26-27, 21 Paer 57 A Method of Setting the Penalization Constants in the Subotimal Linear Quadratic Tracking Method PERŮTKA, Karel Ing., Deartment

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(5): Research Article Available online www.jocr.com Journal of Chemical and harmaceutical Research, 04, 6(5):904-909 Research Article ISSN : 0975-7384 CODEN(USA) : JCRC5 Robot soccer match location rediction and the alied research

More information

GRUNDFOS DATA BOOKLET. Series 200. UPS and UPSD circulator pumps 50 Hz

GRUNDFOS DATA BOOKLET. Series 200. UPS and UPSD circulator pumps 50 Hz GRUNDFOS DATA BOOKLET Series UPS and UPSD circulator ums 5 z Contents General data Performance range Product range Single-head ums Twin-head ums 5 Tye key 5 5 Alications 6 eating systems 6 Domestic hot

More information

integral invariant relations is not limited to one or two such

integral invariant relations is not limited to one or two such The Astronomical Journal, 126:3138 3142, 2003 December # 2003. The American Astronomical Society. All rights reserved. Printed in U.S.A. EFFICIENT ORBIT INTEGRATION BY SCALING AND ROTATION FOR CONSISTENCY

More information

Pulse Propagation in Optical Fibers using the Moment Method

Pulse Propagation in Optical Fibers using the Moment Method Pulse Proagation in Otical Fibers using the Moment Method Bruno Miguel Viçoso Gonçalves das Mercês, Instituto Suerior Técnico Abstract The scoe of this aer is to use the semianalytic technique of the Moment

More information

Generating Swerling Random Sequences

Generating Swerling Random Sequences Generating Swerling Random Sequences Mark A. Richards January 1, 1999 Revised December 15, 8 1 BACKGROUND The Swerling models are models of the robability function (df) and time correlation roerties of

More information

4. Score normalization technical details We now discuss the technical details of the score normalization method.

4. Score normalization technical details We now discuss the technical details of the score normalization method. SMT SCORING SYSTEM This document describes the scoring system for the Stanford Math Tournament We begin by giving an overview of the changes to scoring and a non-technical descrition of the scoring rules

More information

The International Association for the Properties of Water and Steam

The International Association for the Properties of Water and Steam IAPWS SR5-05(2016) he International Association for the Proerties of Water and Steam Moscow, Russia June 2014 Revised Sulementary Release on Backward Equations for Secific Volume as a Function of Pressure

More information

Multivariable PID Control Design For Wastewater Systems

Multivariable PID Control Design For Wastewater Systems Proceedings of the 5th Mediterranean Conference on Control & Automation, July 7-9, 7, Athens - Greece 4- Multivariable PID Control Design For Wastewater Systems N A Wahab, M R Katebi and J Balderud Industrial

More information

MULTI-CHANNEL PARAMETRIC ESTIMATOR FAST BLOCK MATRIX INVERSES

MULTI-CHANNEL PARAMETRIC ESTIMATOR FAST BLOCK MATRIX INVERSES MULTI-CANNEL ARAMETRIC ESTIMATOR FAST BLOCK MATRIX INVERSES S Lawrence Marle Jr School of Electrical Engineering and Comuter Science Oregon State University Corvallis, OR 97331 Marle@eecsoregonstateedu

More information

Study on a Ship with 6 Degrees of Freedom Inertial Measurement System and Related Technologies

Study on a Ship with 6 Degrees of Freedom Inertial Measurement System and Related Technologies Oen Access Library Journal Study on a Shi with 6 Degrees of Freedom Inertial Measurement System and Related echnologies Jianhui Lu,, Yachao Li, Shaonan Chen, Yunxia Wu Shandong rovince Key Laboratory of

More information

Study on determinants of Chinese trade balance based on Bayesian VAR model

Study on determinants of Chinese trade balance based on Bayesian VAR model Available online www.jocr.com Journal of Chemical and Pharmaceutical Research, 204, 6(5):2042-2047 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Study on determinants of Chinese trade balance based

More information

Optimal Recognition Algorithm for Cameras of Lasers Evanescent

Optimal Recognition Algorithm for Cameras of Lasers Evanescent Otimal Recognition Algorithm for Cameras of Lasers Evanescent T. Gaudo * Abstract An algorithm based on the Bayesian aroach to detect and recognise off-axis ulse laser beams roagating in the atmoshere

More information

u y

u y VO., NO., FEBRUARY 8 ISSN 89-668 6-8 Asian Research Publishing Network (ARPN). All rights reserved. NON-NEWTONIAN EFFECTS OF OAD CARRYING CAPACITY AND FRICTIONA FORCE USING RABINOWITS FUID ON TE PERFORMANCE

More information

Participation Factors. However, it does not give the influence of each state on the mode.

Participation Factors. However, it does not give the influence of each state on the mode. Particiation Factors he mode shae, as indicated by the right eigenvector, gives the relative hase of each state in a articular mode. However, it does not give the influence of each state on the mode. We

More information

Study on Characteristics of Sound Absorption of Underwater Visco-elastic Coated Compound Structures

Study on Characteristics of Sound Absorption of Underwater Visco-elastic Coated Compound Structures Vol. 3, No. Modern Alied Science Study on Characteristics of Sound Absortion of Underwater Visco-elastic Coated Comound Structures Zhihong Liu & Meiing Sheng College of Marine Northwestern Polytechnical

More information

CONTROL OF BIFURCATION OF DC/DC BUCK CONVERTERS CONTROLLED BY DOUBLE - EDGED PWM WAVEFORM

CONTROL OF BIFURCATION OF DC/DC BUCK CONVERTERS CONTROLLED BY DOUBLE - EDGED PWM WAVEFORM ENOC-8, Saint Petersburg, Russia, June, 3 July, 4 8 CONRO OF BIFURCAION OF DC/DC BUCK CONVERERS CONROED BY DOUBE - EDGED PWM WAVEFORM A Elbkosh, D Giaouris, B Zahawi & V Pickert School of Electrical, Electronic

More information

Minimax Design of Nonnegative Finite Impulse Response Filters

Minimax Design of Nonnegative Finite Impulse Response Filters Minimax Design of Nonnegative Finite Imulse Resonse Filters Xiaoing Lai, Anke Xue Institute of Information and Control Hangzhou Dianzi University Hangzhou, 3118 China e-mail: laix@hdu.edu.cn; akxue@hdu.edu.cn

More information

which is a convenient way to specify the piston s position. In the simplest case, when φ

which is a convenient way to specify the piston s position. In the simplest case, when φ Abstract The alicability of the comonent-based design aroach to the design of internal combustion engines is demonstrated by develoing a simlified model of such an engine under automatic seed control,

More information

A Numerical Method for Critical Buckling Load for a Beam Supported on Elastic Foundation

A Numerical Method for Critical Buckling Load for a Beam Supported on Elastic Foundation A Numerical Method for Critical Buckling Load for a Beam Suorted on Elastic Foundation Guo-ing Xia Institute of Bridge Engineering, Dalian University of Technology, Dalian, Liaoning Province, P. R. China

More information

John Weatherwax. Analysis of Parallel Depth First Search Algorithms

John Weatherwax. Analysis of Parallel Depth First Search Algorithms Sulementary Discussions and Solutions to Selected Problems in: Introduction to Parallel Comuting by Viin Kumar, Ananth Grama, Anshul Guta, & George Karyis John Weatherwax Chater 8 Analysis of Parallel

More information

Simulation of the PIR detector active function

Simulation of the PIR detector active function 04036 (016) DOI: 10.1051/ matecconf/0167604036 CSCC 016 Simulation of the PIR detector active function Rudolf Drga 1,a, Dagmar Janacova and Hana Charvatova 3 1 Tomas Bata University in Zlín, Faculty of

More information

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules

CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules CHAPTER-II Control Charts for Fraction Nonconforming using m-of-m Runs Rules. Introduction: The is widely used in industry to monitor the number of fraction nonconforming units. A nonconforming unit is

More information

Period-two cycles in a feedforward layered neural network model with symmetric sequence processing

Period-two cycles in a feedforward layered neural network model with symmetric sequence processing PHYSICAL REVIEW E 75, 4197 27 Period-two cycles in a feedforward layered neural network model with symmetric sequence rocessing F. L. Metz and W. K. Theumann Instituto de Física, Universidade Federal do

More information