Model Predictive Control Approach to Design Practical Adaptive Cruise Control for Traffic Jam

Size: px
Start display at page:

Download "Model Predictive Control Approach to Design Practical Adaptive Cruise Control for Traffic Jam"

Transcription

1 Taku Takahaa et al./international Journal of Autootive Engineering Vol.9, No.3 (218) pp Research Paper Model Predictive Control Approach to Design Practical Adaptive Cruise Control for Traffic Ja Taku Takahaa 1) Daisuke Akasaka 2) 1) Hitachi Autootive Systes, Ltd Onna, Atsugi, Kanagawa, , Japan (E-ail: 2) The MathWorks GK Akasaka, Minato-ku, Tokyo, 17-52, Japan Received on October 12, 217 ABSTRACT: This paper presents a design ethod of a Model Predictive Control (MPC) with low coputational cost for a practical Adaptive Cruise Control (ACC) running on an ebedded icroprocessor. Generally, a proble with previous ACC is slow following response in traffic jas, in which stop-and-go driving is required. To iprove the control perforance, it is iportant to design a controller considering vehicle characteristics which significantly changes depending on driving conditions. In this paper, we attept to solve the proble by using MPC that can explicitly handle constraints iposed on, e.g., actuator or acceleration response. Furtherore, we focus on decreasing the coputational load for the practical use of MPC by using low-order prediction odel. Fro these results, we developed ACC with high responsiveness and less discofort even for traffic ja scene. KEY WORDS: electronics and control, Adaptive cruise control, Model predictive control [E1] 1. Introduction ACC with a stop-and-go function, has been widely coercialized. It enables drivers to be free fro driving stress in traffic jas and has the potential to enhance safety driving. However, during the traffic ja, conventional ACCs have a slower response tie than noral drivers traffic flow. The response delay is caused by using general control ethods designed based on a linear tie invariant odel, and not aking full use of output characteristics of an engine and brake actuators. Using such ACC, other cars cutting in front of own car fro adjacent lane tend to be increased due to the response delay. As a result, traffic flow will be disturbed, and the risk of traffic accident will increase. Up to now, as for the longitudinal control using the MPC (1),(2), researches related to stop-and-go (3), fuel consuption, vehicle platooning, and ulti-objectives (4) are thriving, however any of the are not able to ipleent with an ebedded icroprocessor and are not practical. Since the MPC needs to solve the optiization proble considering future prediction in every sapling period, there is a disadvantage that the calculation load becoes large. Therefore, in this paper, in order to suppress the calculation load of MPC, we propose a designing ethod for prediction tie and prediction odel. Furtherore, we devised MPC's weights setting ethod to relieve discofort during ACC traffic ja driving, and worked to solve these probles. Fro these results, we derived a MPC controller with a lighter coputation load that can be executed in real tie with an ebedded icroprocessor, and developed an ACC that can be used for traffic ja with high responsiveness and less discofort. In the nuerical siulation of the ACC, we show the advantages of MPC with high responsiveness copared with an existing control ethod. We also show that the calculation load proble of MPC can be solved fro the easureent result of the processing tie of an ebedded icroprocessor. Moreover, we show the ACC that has good response even during traffic ja fro experiental results in a real traffic. It is expected that the coputing power of ebedded icroprocessors will continue to increase in the future, however, since functions ipleented to an autonoous driving syste will also increase, it is desirable that it is a saller control syste, and for popularization it is inexpensive icroprocessor is required. This research is also useful in that sense. The paper is organized as follows. Section 2 describes the ACC proble with a plant odel. Section 3 proposes the MPC design ethod including prediction odeling, optiization proble, and controller tuning strategy. In Section 4 and 5, the result of coputer siulation and experiental validation will be shown, respectively. Finally, Section 6 concludes the paper with soe future work Control Proble of ACC 2. Proble Forulation The purpose of ACC is to follow a desired inter-vehicle distance or follow a desired velocity between a preceding vehicle and a host vehicle. In this paper, we consider the control proble C1-C3 as below: (C1) Inter-vehicle distance following error Δd, defined as a following error between an inter-vehicle distance d and a desired distance d r, i.e., Δd = d d r is controlled to converge to zero. (C2) Velocity following error Δv, defined as a following error between the preceding vehicle s velocity v p and the host vehicle s velocity v h, i.e., Δv = v p v h is controlled to converge to zero. 99

2 Taku Takahaa et al./international Journal of Autootive Engineering Vol.9, No.3 (218) pp (C3) Acceleration of the host vehicle v h is controlled to converge to zero. In addition, there are soe perforance requireents that are necessary to actually use ACC on public roads as follows: (R1) Relative velocity ust be not too large, except for the situation a preceding vehicle is initially detected outside the range. (R2) Acceleration of the host vehicle ust be greater than or equal to -.25 [G]. (R3) Acceleration change ust be slow except for traffic ja scene Vehicle Dynaics A vehicle dynaics odel will be built to design MPC and analyze the control perforance through coputer siulation. The longitudinal dynaics of a host vehicle is given by v h = a f r travel (1) where is the vehicle ass, v h is the vehicle speed, a f is the traction force converted to acceleration and r travel is the travel resistance. The dynaics of a vehicle actuation including engine, transission or brake has nonlinear characteristics. In general, the input/output relationship of the actuation dynaics is described as an ordinary differential equation below: x f = f act (x f, u) a f = h act (x f ) where x f R n f, u R are respectively the state, the input of the actuation syste. u is an acceleration coand, i.e., a control input calculated by adaptive cruise controller. The output of the syste (2) is a f. The travel resistance r travel contains several factors to resist its otion. A odel of the resistive force is expressed as r travel = r air v h 2 + r roll (v h ) + r accel v h + r grad (θ) (3) In the right-hand side of the equation (3), fro left to right, each ter describes the air drag, the rolling resistance, the acceleration resistance and the grading resistance. r air is the air drag coefficient, r accel is the acceleration resistance coefficient and θ denotes the slope angle State-Space Model for ACC Syste To build a plant odel for the ACC syste design, two state variables are defined: inter-vehicle distance following error Δd = d d r and velocity following error Δv = v p v h. The d r is deterined based on the constant tie headway policy given by d r = T hw v h + d (4) where T hw is the constant tie headway and d is the stopping distance for safety argin. Let us define the state variables of the plant as x = [x 1 x 2 x 3 T ] T R 2+n f with x 1 = Δd, x 2 = Δv and x 3 = x f. Then, the state-space odel is forulated as x = f(x, u) + Gv + Hw y = Cx + Jv (2) (5) x 2 T hw x 3 T hw / f(x, u) = [ h act (x f ) ], G = [ 1/ ], H = [ 1] f act (x f, u) 1 C = [ 1 ], J = [ ] 1 1/ where u R and y = [Δd Δv v h ]T R 3 are the input and output of the plant and v = r travel and w = v p represents disturbances into the plant. 3. Model Predictive Control Design 3.1. Prediction Model for Controller Design MPC requires a plant odel to predict the future behavior of the plant along a finite tie horizon. We can use the plant odel (5) reoving uneasurable disturbance ter as a prediction odel. However, a siple prediction odel with lower diension is strongly desired in order to reduce the coputational cost on icroprocessor. Therefore, the actuation syste odel (2) is approxiated to a switched linear tie variant syste as x f = A f (t)x f + B f (t)u a f = C f x f where the state x f R, i.e., n f = 1 and 1, if u(t) a T thr_off A f (t) eng = 1, if u(t) < a T thr_off brk K eng (t), if u(t) a T thr_off B f (t) eng = K brk (t), if u(t) < a T thr_off brk C f = 1. T eng is the tie constant of acceleration using engine, T brk is the tie constant of deceleration using brake, a thr_off is the acceleration generated when the throttle valve is closed, K eng (t) and K brk (t) are the steady-state gains depending on tie. In the syste (6), the dynaics is separated into acceleration and deceleration side and siply odeled as first-order delay syste. However, prediction error due to odeling error soeties degrades control perforance such as vibration phenoenon. To copensate the prediction accuracy, the steady-state gains can be changed. For exaple, K eng (t) is coposed of constant value K c and copensation signal ΔK(t) as below. K eng (t) = K c + ΔK(t) (7) where ΔK(t) is coputed by the filter ΔK(s) = L(s)u(s) with L() =. With the odel (6), the coputation load of the prediction can be reduced while the prediction accuracy is increased by updating the paraeter value at each sapling tie. Considering the above, the prediction odel (5) can be siplified to the linear tie variant syste with three states below: x = A(t)x + B(t)u + Gv + Hw y = Cx + Jv (6) (8) 1

3 Taku Takahaa et al./international Journal of Autootive Engineering Vol.9, No.3 (218) pp where x R 3 and 1 T hw A(t) = [ 1 ], B(t) = [ ] A f (t) B f (t) The plant dynaics is affected by the travel disturbance r travel and it can cause prediction error. Especially, the acceleration resistance has an ipact on the transient response, i.e., stop and go action. To prevent fro deteriorating control perforance due to such disturbance, it is iportant to explicitly consider the disturbance characteristics in MPC design. The acceleration resistance odel in (3) is a linear function of the acceleration of the host vehicle. Using state transforation, the disturbance characterization can be built into the prediction odel. This siple ethod can reject the disturbance effect without increasing coputation load. The travel disturbance odel (3) can be written as r travel = r accel v h + r travel (9) where the first ter is the acceleration resistance and the second ter is other resistances r travel = r air v h 2 + r roll (v h ) + r grad (θ). Here, let us define a state transforation for x 3 as below. x 3 = 1 1+ r accel x 3 (1) Fro the vehicle dynaics (1), the acceleration of the host vehicle becoes v h = x 3 1 r travel = (1 + r accel ) x 3 1 r travel (11) Substituting (11) to (9) gives r travel = r accel x r accel r travel (12) Thee travel resistance can be described using the new state x 3 instead of v h. Finally, the state transforation (1) and (12) yields the prediction odel with the new state coordination below: x = A(t)x + B(t)u + Gv + Hw y = Cx + Jv where x = [Δd Δv ρ accel x f ] T R 3 v = r travel w = v p and 1 T hw A(t) = [ 1 ], B(t) = [ A f (t) G = ρ T hw accel 1, H = [ ρ accel [ ] 1 C = [ 1 ], J = [ 1 ρ accel = r accel 1] ρ accel 1 ρ accel B f (t) ] ] (13) In the above odel, ρ accel iplies the scaling factor for control input and disturbance input. If ρ accel is increased, i.e., the acceleration resistive force gives a large effect, the agnitude of the control input is decreased. Hereinafter, we use the prediction odel below based on (13) and assue that the disturbances v and w are uneasurable. x = A(t)x + B(t)u y = Cx (14) In the controller, the prediction odel (14) ust be converted to a discrete-tie syste. x t+1 = A d (t)x t + B d (t)u t y t = C d x t (15) One siple ethod of the discretization is forward difference approxiation x (x t+1 x t )/T s in which T s is a sapling tie and A d (t) = (I + T s A(t)), B d (t) = T s B(t) and C d = C are obtained Optiization Proble The control input u, i.e., the acceleration coand, is calculated by solving the constrained optiization proble below during each sapling period: in u s.t. p J = y t+k T Q t y t+k k=1 +Δu t+k T R t Δu Δu t+k + u t+k T R t u u t+k } (16) y t in y t+k y t ax Δu t in Δu t+k Δu t ax u t in u t+k u t ax where t is the current tie, p is the prediction horizon (nuber of interval), Δu is the increent of the control input, and the suffix in and ax in the inequality constraints denotes lower bound and upper bound. Q t, R t Δu and R t u are the positive-sei definite weight atrices for the following error, the change rate and the agnitude of the control input, respectively. The linear MPC optiization proble above results in Quadratic Prograing (QP) proble. Hence, QP solvers are available such as active-set ethods and interior-point ethods to solve the proble. Once an optial solution, i.e., a control input sequence u = [u t u t+1 u t+p 1 ] T along prediction horizon is nuerically obtained, we only use the first eleent u t of the sequence as an actual control input. In our ACC proble, the inter-vehicle distance error y 1, and also the velocity error y 2 and the acceleration y 3 ust be regulated to converge to the origin under the upper and lower liits of the input and output variables, e.g., the acceleration coand input u and output y 3. In (16), let the weight atrices be of the for below: Q t = diag (w y1 (t), w y2 (t), w y3 (t)) R t Δu = w Δu (t) (17) R t u = w u (t) where diag( ) represents a diagonal atrix. Each weight value can be changed at every sapling tie. 11

4 Taku Takahaa et al./international Journal of Autootive Engineering Vol.9, No.3 (218) pp MPC Paraeter Design To achieve satisfactory following perforance without feeling uncofortable, the paraeters in MPC should be appropriately designed and tuned. The MPC paraeter includes prediction horizon, control horizon and weighs in the perforance index. In this subsection, we will show the paraeter design and tuning strategy obtained through a nuber of closed-loop siulation and experient. Let us define a relative horizon distance as r h : = p c in which p is the prediction horizon and c is the control horizon. Let w y (t): = [w y1 (t) w y2 (t) w y3 (t)] be a raw vector of the weights for the output variables. STEP 1. First, deterine the sapling tie T s, the prediction horizon p and the control horizon c by tuning MPC with a linear invariant prediction odel approxiated to either of engine or brake dynaics. Set w y (t) = [1 ] and w Δu (t) = w u (t) = to ephasize the inter-vehicle distance error. The plant odel in siulation is the sae as the siplified prediction odel. The value of T s, p and c are chosen in reference to the knowledge obtained as below: The larger r h is, the slower the following response is. The saller r h is, the faster the following response is. Especially when p is saller, the response tends to suffer vibration like windup phenoenon, depending on the control input constraint. The saller the sapling tie is, the faster the following response is. Also, the weights w y (t), w Δu (t) and w u (t) have the effects on the ACC syste behavior as below: If w y2 (t) is larger, MPC focuses on the velocity following to the previous vehicle. If w y3 (t) is larger, the agnitude of the acceleration v h is reduced and the overall following responses are slower. If w Δu (t), w u (t) is larger, the agnitude of Δu, u is reduced and the overall following responses are slower. These intuitive relationship between the weight and the resulting behavior helps us tune the controller for various scenes. STEP 2. Using a phase plane as depicted in Fig.1, divide the operating region and specify a set of the weights w y (t), w Δu (t), w u (t) in each region. The purpose of control is to ake the state keep or converge to the origin in the region #9. The basic ethod of the weighting based on the behavior on the phase plane is as follows: In the region #9, set w y3 (t) as a coparatively larger value to oderate accelerating or braking anipulation and avoid uncofortable feeling in the steady state. The area of the region becoes larger according to the host vehicle velocity. In the region #1-3, set w y1 (t) and w y2 (t) as coparatively saller values to prevent the host vehicle fro accelerating with full throttle when a preceding vehicle is detected faraway In the region #5 and #8, set w y3 (t) as coparatively saller values to quickly respond to the sudden deceleration of a preceding vehicle. In the region #4 and #6, set w y1 (t) as coparatively saller values to avoid uncofortable feeling due to deceleration of the host vehicle when the inter-vehicle distance is close and the relative velocity is increasing. Fig. 1 The operating region division in phase plane for the weight design. 4. Nuerical Siulation Nuerical siulation was carried out to evaluate the perforance of the MPC applied to the ACC syste. The control perforance was copared with linear quadratic regulator (LQR). In the siulation scenario, assuing a stop-and-go traffic ja scene, the both of the host and preceding vehicle are initially stopped and the initial inter-vehicle distance is 6.1. Then, the preceding vehicle rapidly accelerates at 2 /s 2 fro to 1 /s and finally deaccelerates to stop. In the siulation, the controller s sapling tie T s is.5 sec. The constant tie headway T hw is 1.3 sec. The prediction horizon p = 2 and control horizon c = 1 are chosen to be as sall as possible. The control input and its change rate have the lower and upper liit 2.5 u 1.5 and 1.5 Δu 1.5. Table 1 shows the paraeters of the actuation syste odel (6) for prediction. As seen in the table, there is a difference in the tie constant and the steady-state gain between engine acceleration and braking deceleration. In the detailed odel (2), we assued an overshoot occurs in the engine acceleration response. To copensate the prediction error, Δ K(t) is added and coputed by the 2-order filter F(s) like a band-pass filter. Table. 1 The paraeters of the actuation syste odel. T eng.46 K eng (t) Δ K(t) where Δ K(t) is obtained through the filter Δ K(s) = F(s)u(s). 1.5s F(s) = s 2 + 3s + 4 T brk.193 K brk (t).979 MATLAB, Siulink and Model Predictive Control Toolbox (5),(6) were used in the siulation. The optiization proble is solved by a QP solver, based on KWIK algorith (7), in Model Predictive Control Toolbox. We used Adaptive MPC Controller block provided by the toolbox to odel the controller and run the closed-loop siulation with the plant odel in Siulink. C-code can be generated fro the MPC block for the ipleentation to an ebedded icroprocessor. Fig. 2 and 3 illustrates the siulation result of MPC and LQR. Each figure shows, fro above, (a) inter-vehicle distance following error y 1, (b) relative velocity y 2 and (c) preceding vehicle s acceleration v p, host vehicle s acceleration y 3 and control input u. As can be seen in Fig. 2, the MPC achieves that all the plant output 12

5 Taku Takahaa et al./international Journal of Autootive Engineering Vol.9, No.3 (218) pp y i (i = 1, 2, 3) converges to zero while those input constraints are satisfied. To follow the preceding vehicle fast, the MPC tries to ake full use of the actuator capability. On the other hand, as shown in Fig. 3, the LQR prefors slower response copared with the MPC. The weight of the LQR is tuned on a trial and error basis to eet the input constraints for this specific scenario. The response is conservative due to the sall feedback gain to reduce overall agnitude of the control input by using such linear controller. The advantage of MPC for ACC is that we can realize high control perforance since such constraints can be explicitly dealt with and the tuned weights can be intuitively and flexibly designed as the function of tie or if-then rule, considering various driving situations. (a) inter-vehicle distance following error y 1 (b) relative velocity y 2 (c) acceleration v p, y 3, and u Fig. 2 The siulation result of MPC. (c) acceleration v p, y 3, and u Fig.3 The siulation result of LQR. 5. Experient The syste configuration of the experiental vehicle which we prepared is shown in Fig. 4. A stereo caera is used for relative distance sensor, and relative velocity is obtained fro a digital derivation of the relative distance. The other signals such as vehicle velocity are obtained via CAN counication. The desired engine torque is obtained by converting acceleration coand of the MPC with an engine characteristic ap and an estiated travel resistance. The desired brake pressure is obtained by converting acceleration coand of the MPC with an engine brake characteristic ap and an estiated travel resistance. The MPC controller was ipleented in an ebedded icroprocessor (Renesas SH-4A, 32-bit processor), we confired the processing tie of the MPC. The easureent result is shown in Fig. 5, the average tie of the ACC function was 1.1s. The C- code is autoatically generated fro a Siulink odel using Ebedded Coder. Evaluation of the ACC was conducted on the etropolitan expressway because there are any traffic conditions such as traffic ja and high speed scene. Results of the experientation are shown in Fig. 6 (MPC) and Fig. 7 (noral driver). Fro the coparing the both results at tie=21 26[s] which is the acceleration scene during traffic ja, we were able to obtain the equivalent response delay (approx. 1.5s) as a noral driver. Also, it can be seen that sudden acceleration/deceleration is suppressed in the high speed driving scene in Fig. 8. This is because the weight for the change in the control input is functioned effectively. Fro the above, it is understood that the response is good even in the traffic ja scene, and the controller is functioning with less discofort in the high speed driving scene. d, v Caera Ctrl unit T EngCMD, P BrkCMD Engine Brake Fig. 4 Syste configuration of the experiental vehicle (a) inter-vehicle distance following error y 1 Fig. 5 The processing tie of the proposed MPC (b) relative velocity y 2 13

6 Taku Takahaa et al./international Journal of Autootive Engineering Vol.9, No.3 (218) pp Fig. 8 Experiental result during high speed driving As future tasks, reduction of discofort in tight curves by cooperation with lateral control syste, iproveent of operability by cooperation with a driver, and so on are considered. This paper is written based on a proceeding presented at JSAE FAST-zero'17 Meeting References 6. Conclusion In this paper, we proposed a ethod of designing a practical MPC suitable for ebedded processors corresponding to various traffic situation. Coputer siulation showed that the MPC is superior to conventional controllers because it treats actuator constraints and has higher response as ACC. Experiental verification results showed that the proposed MPC controller can be ipleented in ebedded icroprocessors and can achieve high responsiveness and less discofort. (1) J. Rawlings and D. Mayne:Model Predictive Control: Theory and Design, Nob Hill Publishing (21). (2) J. Maciejowski, Predictive Control with Constraints. Harlow, UK: Prentice Hall (22). (3) G. Naus, R. Bleek, J. Ploeg, B. Scheepers, R. Molegraf, and M. Steinbuch:Explicit MPC Design and Perforance Evaluation of an ACC Stop and GO, in Proc. Aer. Contr. Conf., pp (28). (4) S. Li, K. Li, R. Rajaani, and J. Wang:Model Predictive Multi-Objective Vehicular Adaptive Cruise Control, IEEE Trans. Contr. Systes Technology, Vol. 19, No. 3, pp (211) (5) A. Beporad, M. Morafi, and N. Ricker:Model Predictive Control Toolbox User s Guide, The MathWorks, Inc., (Accessed ) (6) A. Beporad:Model Predictive Control Design: New Trends and Tools, in Proc. 45th IEEE Conf. Dec. Control, pp (26). (7) C. Schid and L.T. Biegler:Quadratic prograing ethods for reduced Hessian SQP, Coputers & Cheical Engineering, Vol. 18, No. 9, pp (1994). 14

Ufuk Demirci* and Feza Kerestecioglu**

Ufuk Demirci* and Feza Kerestecioglu** 1 INDIRECT ADAPTIVE CONTROL OF MISSILES Ufuk Deirci* and Feza Kerestecioglu** *Turkish Navy Guided Missile Test Station, Beykoz, Istanbul, TURKEY **Departent of Electrical and Electronics Engineering,

More information

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines

Intelligent Systems: Reasoning and Recognition. Perceptrons and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley osig 1 Winter Seester 2018 Lesson 6 27 February 2018 Outline Perceptrons and Support Vector achines Notation...2 Linear odels...3 Lines, Planes

More information

Analysis and Implementation of a Hardware-in-the-Loop Simulation

Analysis and Implementation of a Hardware-in-the-Loop Simulation DINAME 27 - Proceedings of the XVII International Syposiu on Dynaic Probles of Mechanics A. T. Fleury, D. A. Rade, P. R. G. Kurka (Editors), ABCM, São Sebastião, SP, Brail, March 5-, 27 Analysis and Ipleentation

More information

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair

A Simplified Analytical Approach for Efficiency Evaluation of the Weaving Machines with Automatic Filling Repair Proceedings of the 6th SEAS International Conference on Siulation, Modelling and Optiization, Lisbon, Portugal, Septeber -4, 006 0 A Siplified Analytical Approach for Efficiency Evaluation of the eaving

More information

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

Torsion Experiment. Encoder #3 ( 3 ) Third encoder/disk for Model 205a only. Figure 1: ECP Torsion Experiment Torsion Experient Introduction For the Torsion lab, there are two required experients to perfor and one extra credit assignent at the end. In experient 1, the syste paraeters need to be identified so that

More information

Self-Erecting Inverted Pendulum: Swing up and Stabilization Control

Self-Erecting Inverted Pendulum: Swing up and Stabilization Control Self-Erecting Inverted Pendulu: Swing up and Stabilization Control S. McGilvray (Winner of the IEEE Life Meber ward for best paper fro the Central Canada Council for the IEEE Student Paper Contest, ) Contents

More information

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis

Experimental Design For Model Discrimination And Precise Parameter Estimation In WDS Analysis City University of New York (CUNY) CUNY Acadeic Works International Conference on Hydroinforatics 8-1-2014 Experiental Design For Model Discriination And Precise Paraeter Estiation In WDS Analysis Giovanna

More information

Wall Juggling of one Ball by Robot Manipulator with Visual Servo

Wall Juggling of one Ball by Robot Manipulator with Visual Servo Juggling of one Ball by obot Manipulator with Visual Servo Akira Nakashia Yosuke Kobayashi Yoshikazu Hayakawa Mechanical Science and Engineering, Graduate School of Engineering, Nagoya University, Furo-cho,

More information

Hybrid System Theory Based Optimal Control of an Electronic Throttle

Hybrid System Theory Based Optimal Control of an Electronic Throttle Hybrid Syste Theory Based Optial Control of an Electronic Throttle Mato Baotic 1 Mario Vasak, Manfred Morari 1, Nedjeljko Peric Abstract In this paper we show how hybrid syste theory can be used to obtain

More information

Design of adaptive cruise control for road vehicles using topographic and traffic information

Design of adaptive cruise control for road vehicles using topographic and traffic information Preprints of the 19th World Congress The International Federation of Autoatic Control Design of adaptive cruise control for road vehicles using topographic and traffic inforation Péter Gáspár Balázs Néeth

More information

HORIZONTAL MOTION WITH RESISTANCE

HORIZONTAL MOTION WITH RESISTANCE DOING PHYSICS WITH MATLAB MECHANICS HORIZONTAL MOTION WITH RESISTANCE Ian Cooper School of Physics, Uniersity of Sydney ian.cooper@sydney.edu.au DOWNLOAD DIRECTORY FOR MATLAB SCRIPTS ec_fr_b. This script

More information

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION

DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION DETECTION OF NONLINEARITY IN VIBRATIONAL SYSTEMS USING THE SECOND TIME DERIVATIVE OF ABSOLUTE ACCELERATION Masaki WAKUI 1 and Jun IYAMA and Tsuyoshi KOYAMA 3 ABSTRACT This paper shows a criteria to detect

More information

CHAPTER 19: Single-Loop IMC Control

CHAPTER 19: Single-Loop IMC Control When I coplete this chapter, I want to be able to do the following. Recognize that other feedback algoriths are possible Understand the IMC structure and how it provides the essential control features

More information

System Modeling and Control of a Clutch Actuator System for Dual Clutch Transmissions

System Modeling and Control of a Clutch Actuator System for Dual Clutch Transmissions Syste Modeling and Control of a Clutch Actuator Syste for Dual Clutch Transissions Jinsung Ki *) Seibu B. Choi ) Heerak Lee ) Jiwoo Kang ) Mandae Hur ) ) Departent of Mechanical Engineering, KAIST, 9 Daehak-ro,

More information

Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN USA

Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN USA μ-synthesis Gary J. Balas Aerospace Engineering and Mechanics, University of Minnesota, Minneapolis, MN 55455 USA Keywords: Robust control, ultivariable control, linear fractional transforation (LFT),

More information

Sharp Time Data Tradeoffs for Linear Inverse Problems

Sharp Time Data Tradeoffs for Linear Inverse Problems Sharp Tie Data Tradeoffs for Linear Inverse Probles Saet Oyak Benjain Recht Mahdi Soltanolkotabi January 016 Abstract In this paper we characterize sharp tie-data tradeoffs for optiization probles used

More information

Estimation of ADC Nonlinearities from the Measurement in Input Voltage Intervals

Estimation of ADC Nonlinearities from the Measurement in Input Voltage Intervals Estiation of ADC Nonlinearities fro the Measureent in Input Voltage Intervals M. Godla, L. Michaeli, 3 J. Šaliga, 4 R. Palenčár,,3 Deptartent of Electronics and Multiedia Counications, FEI TU of Košice,

More information

Ph 20.3 Numerical Solution of Ordinary Differential Equations

Ph 20.3 Numerical Solution of Ordinary Differential Equations Ph 20.3 Nuerical Solution of Ordinary Differential Equations Due: Week 5 -v20170314- This Assignent So far, your assignents have tried to failiarize you with the hardware and software in the Physics Coputing

More information

Applying Experienced Self-Tuning PID Controllers to Position Control of Slider Crank Mechanisms

Applying Experienced Self-Tuning PID Controllers to Position Control of Slider Crank Mechanisms (00/7) 7 80 Applying Experienced Self-Tuning Controllers to osition Control of Slider Crank Mechaniss Chih-Cheng ao cckao@cc.kyit.edu.tw epartent of Electrical Engineering ao Yuan nstitute of Technology

More information

Computergestuurde Regeltechniek exercise session Case study : Quadcopter

Computergestuurde Regeltechniek exercise session Case study : Quadcopter Coputergestuurde Regeltechniek exercise session Case study : Quadcopter Oscar Mauricio Agudelo, Bart De Moor (auricio.agudelo@esat.kuleuven.be, bart.deoor@esat.kuleuven.be) February 5, 016 Proble description

More information

Ch 12: Variations on Backpropagation

Ch 12: Variations on Backpropagation Ch 2: Variations on Backpropagation The basic backpropagation algorith is too slow for ost practical applications. It ay take days or weeks of coputer tie. We deonstrate why the backpropagation algorith

More information

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning

Analysis of Impulsive Natural Phenomena through Finite Difference Methods A MATLAB Computational Project-Based Learning Analysis of Ipulsive Natural Phenoena through Finite Difference Methods A MATLAB Coputational Project-Based Learning Nicholas Kuia, Christopher Chariah, Mechatronics Engineering, Vaughn College of Aeronautics

More information

HIGH RESOLUTION NEAR-FIELD MULTIPLE TARGET DETECTION AND LOCALIZATION USING SUPPORT VECTOR MACHINES

HIGH RESOLUTION NEAR-FIELD MULTIPLE TARGET DETECTION AND LOCALIZATION USING SUPPORT VECTOR MACHINES ICONIC 2007 St. Louis, O, USA June 27-29, 2007 HIGH RESOLUTION NEAR-FIELD ULTIPLE TARGET DETECTION AND LOCALIZATION USING SUPPORT VECTOR ACHINES A. Randazzo,. A. Abou-Khousa 2,.Pastorino, and R. Zoughi

More information

Internet-Based Teleoperation of Carts Considering Effects of Time Delay via Continuous Pole Placement

Internet-Based Teleoperation of Carts Considering Effects of Time Delay via Continuous Pole Placement Aerican Journal of Engineering and Applied Sciences Original Research Paper Internet-Based Teleoperation of Carts Considering Effects of Tie Delay via Continuous Pole Placeent Theophilus Okore-Hanson and

More information

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER

ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER IEPC 003-0034 ANALYSIS OF HALL-EFFECT THRUSTERS AND ION ENGINES FOR EARTH-TO-MOON TRANSFER A. Bober, M. Guelan Asher Space Research Institute, Technion-Israel Institute of Technology, 3000 Haifa, Israel

More information

Neural Dynamic Optimization for Control Systems Part III: Applications

Neural Dynamic Optimization for Control Systems Part III: Applications 502 IEEE TRANSACTIONS ON SYSTEMS, MAN, AND CYBERNETICS PART B: CYBERNETICS, VOL. 31, NO. 4, AUGUST 2001 Neural Dynaic Optiization for Control Systes Part III: Applications Chang-Yun Seong, Meber, IEEE,

More information

Impulsive Control of a Mechanical Oscillator with Friction

Impulsive Control of a Mechanical Oscillator with Friction 9 Aerican Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June -, 9 ThC8. Ipulsive Control of a Mechanical Oscillator with Friction Yury Orlov, Raul Santiesteban, and Luis T. Aguilar Abstract

More information

Decentralized Adaptive Control of Nonlinear Systems Using Radial Basis Neural Networks

Decentralized Adaptive Control of Nonlinear Systems Using Radial Basis Neural Networks 050 IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 44, NO., NOVEMBER 999 Decentralized Adaptive Control of Nonlinear Systes Using Radial Basis Neural Networks Jeffrey T. Spooner and Kevin M. Passino Abstract

More information

[t,alpha] [t,delta] Engine

[t,alpha] [t,delta] Engine Longitudinal Control of Low Speed Autoated Vehicles Using a Second Order Sliding Mode Control L. Nouveli ere INRETS/LCPC, LIVIC, 13, route de la Mini ere, 78 Versailles, France nouvelie@lcpc.fr S. Maar

More information

Use of PSO in Parameter Estimation of Robot Dynamics; Part One: No Need for Parameterization

Use of PSO in Parameter Estimation of Robot Dynamics; Part One: No Need for Parameterization Use of PSO in Paraeter Estiation of Robot Dynaics; Part One: No Need for Paraeterization Hossein Jahandideh, Mehrzad Navar Abstract Offline procedures for estiating paraeters of robot dynaics are practically

More information

System Design of Quadrotor

System Design of Quadrotor Syste Design of Quadrotor Yukai Gong, Weina Mao, Bu Fan, Yi Yang Mar. 29, 2016 A final project of MECHENG 561. Supervised by Prof. Vasudevan. 1 Abstract In this report, an autonoous quadrotor is designed.

More information

Smith Predictor Based-Sliding Mode Controller for Integrating Process with Elevated Deadtime

Smith Predictor Based-Sliding Mode Controller for Integrating Process with Elevated Deadtime Sith Predictor Based-Sliding Mode Controller for Integrating Process with Elevated Deadtie Oscar Caacho, a, * Francisco De la Cruz b a Postgrado en Autoatización e Instruentación. Grupo en Nuevas Estrategias

More information

XV International PhD Workshop OWD 2013, October Limitations Caused by Sampling and Quantization in Position Control of a Single Axis Robot

XV International PhD Workshop OWD 2013, October Limitations Caused by Sampling and Quantization in Position Control of a Single Axis Robot XV International PhD Workshop OWD 2013, 19 22 Octoer 2013 Liitations Caused y Sapling and Quantization in Position Control of a Single Axis Root Csaa Budai, Budapest University of Technology and Econoics

More information

Data-Driven Imaging in Anisotropic Media

Data-Driven Imaging in Anisotropic Media 18 th World Conference on Non destructive Testing, 16- April 1, Durban, South Africa Data-Driven Iaging in Anisotropic Media Arno VOLKER 1 and Alan HUNTER 1 TNO Stieltjesweg 1, 6 AD, Delft, The Netherlands

More information

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network

Warning System of Dangerous Chemical Gas in Factory Based on Wireless Sensor Network 565 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 59, 07 Guest Editors: Zhuo Yang, Junie Ba, Jing Pan Copyright 07, AIDIC Servizi S.r.l. ISBN 978-88-95608-49-5; ISSN 83-96 The Italian Association

More information

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION Vol. IX Uncertainty Models For Robustness Analysis - A. Garulli, A. Tesi and A. Vicino

CONTROL SYSTEMS, ROBOTICS, AND AUTOMATION Vol. IX Uncertainty Models For Robustness Analysis - A. Garulli, A. Tesi and A. Vicino UNCERTAINTY MODELS FOR ROBUSTNESS ANALYSIS A. Garulli Dipartiento di Ingegneria dell Inforazione, Università di Siena, Italy A. Tesi Dipartiento di Sistei e Inforatica, Università di Firenze, Italy A.

More information

Kernel Methods and Support Vector Machines

Kernel Methods and Support Vector Machines Intelligent Systes: Reasoning and Recognition Jaes L. Crowley ENSIAG 2 / osig 1 Second Seester 2012/2013 Lesson 20 2 ay 2013 Kernel ethods and Support Vector achines Contents Kernel Functions...2 Quadratic

More information

Reducing Vibration and Providing Robustness with Multi-Input Shapers

Reducing Vibration and Providing Robustness with Multi-Input Shapers 29 Aerican Control Conference Hyatt Regency Riverfront, St. Louis, MO, USA June -2, 29 WeA6.4 Reducing Vibration and Providing Robustness with Multi-Input Shapers Joshua Vaughan and Willia Singhose Abstract

More information

Studying Large Scale System Using Decentralized Control

Studying Large Scale System Using Decentralized Control Studyin Lare Scale Syste Usin Decentralized Control MRHOJJAI, SAKRAMINEJAD, MRAZMDIDEH Mechanic Electronic Institute, Junior Collee of asa, IRAN hojatir@ailco, sakrain@ailco, ahdiehlady@yahooco Abstract:

More information

Block designs and statistics

Block designs and statistics Bloc designs and statistics Notes for Math 447 May 3, 2011 The ain paraeters of a bloc design are nuber of varieties v, bloc size, nuber of blocs b. A design is built on a set of v eleents. Each eleent

More information

Analyzing Simulation Results

Analyzing Simulation Results Analyzing Siulation Results Dr. John Mellor-Cruey Departent of Coputer Science Rice University johnc@cs.rice.edu COMP 528 Lecture 20 31 March 2005 Topics for Today Model verification Model validation Transient

More information

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact

Physically Based Modeling CS Notes Spring 1997 Particle Collision and Contact Physically Based Modeling CS 15-863 Notes Spring 1997 Particle Collision and Contact 1 Collisions with Springs Suppose we wanted to ipleent a particle siulator with a floor : a solid horizontal plane which

More information

e-companion ONLY AVAILABLE IN ELECTRONIC FORM

e-companion ONLY AVAILABLE IN ELECTRONIC FORM OPERATIONS RESEARCH doi 10.1287/opre.1070.0427ec pp. ec1 ec5 e-copanion ONLY AVAILABLE IN ELECTRONIC FORM infors 07 INFORMS Electronic Copanion A Learning Approach for Interactive Marketing to a Custoer

More information

EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS

EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS EMPIRICAL COMPLEXITY ANALYSIS OF A MILP-APPROACH FOR OPTIMIZATION OF HYBRID SYSTEMS Jochen Till, Sebastian Engell, Sebastian Panek, and Olaf Stursberg Process Control Lab (CT-AST), University of Dortund,

More information

1 Bounding the Margin

1 Bounding the Margin COS 511: Theoretical Machine Learning Lecturer: Rob Schapire Lecture #12 Scribe: Jian Min Si March 14, 2013 1 Bounding the Margin We are continuing the proof of a bound on the generalization error of AdaBoost

More information

2.9 Feedback and Feedforward Control

2.9 Feedback and Feedforward Control 2.9 Feedback and Feedforward Control M. F. HORDESKI (985) B. G. LIPTÁK (995) F. G. SHINSKEY (970, 2005) Feedback control is the action of oving a anipulated variable in response to a deviation or error

More information

Topic 5a Introduction to Curve Fitting & Linear Regression

Topic 5a Introduction to Curve Fitting & Linear Regression /7/08 Course Instructor Dr. Rayond C. Rup Oice: A 337 Phone: (95) 747 6958 E ail: rcrup@utep.edu opic 5a Introduction to Curve Fitting & Linear Regression EE 4386/530 Coputational ethods in EE Outline

More information

A Simulation Study for Practical Control of a Quadrotor

A Simulation Study for Practical Control of a Quadrotor A Siulation Study for Practical Control of a Quadrotor Jeongho Noh* and Yongkyu Song** *Graduate student, Ph.D. progra, ** Ph.D., Professor Departent of Aerospace and Mechanical Engineering, Korea Aerospace

More information

Neural Network Identifier with Iterative Learning for Turbofan Engine Rotor Speed Control System

Neural Network Identifier with Iterative Learning for Turbofan Engine Rotor Speed Control System Neural Network Identifier with Iterative earning for Turbofan Engine Rotor Speed Control Syste QIAN Kun PANG Xiangping I Bangyuan Departent of Aerial Instruent and Electric Engineering The First Aeronautical

More information

Using a De-Convolution Window for Operating Modal Analysis

Using a De-Convolution Window for Operating Modal Analysis Using a De-Convolution Window for Operating Modal Analysis Brian Schwarz Vibrant Technology, Inc. Scotts Valley, CA Mark Richardson Vibrant Technology, Inc. Scotts Valley, CA Abstract Operating Modal Analysis

More information

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials

Fast Montgomery-like Square Root Computation over GF(2 m ) for All Trinomials Fast Montgoery-like Square Root Coputation over GF( ) for All Trinoials Yin Li a, Yu Zhang a, a Departent of Coputer Science and Technology, Xinyang Noral University, Henan, P.R.China Abstract This letter

More information

ma x = -bv x + F rod.

ma x = -bv x + F rod. Notes on Dynaical Systes Dynaics is the study of change. The priary ingredients of a dynaical syste are its state and its rule of change (also soeties called the dynaic). Dynaical systes can be continuous

More information

An Adaptive UKF Algorithm for the State and Parameter Estimations of a Mobile Robot

An Adaptive UKF Algorithm for the State and Parameter Estimations of a Mobile Robot Vol. 34, No. 1 ACTA AUTOMATICA SINICA January, 2008 An Adaptive UKF Algorith for the State and Paraeter Estiations of a Mobile Robot SONG Qi 1, 2 HAN Jian-Da 1 Abstract For iproving the estiation accuracy

More information

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period

An Approximate Model for the Theoretical Prediction of the Velocity Increase in the Intermediate Ballistics Period An Approxiate Model for the Theoretical Prediction of the Velocity... 77 Central European Journal of Energetic Materials, 205, 2(), 77-88 ISSN 2353-843 An Approxiate Model for the Theoretical Prediction

More information

Kinematics and dynamics, a computational approach

Kinematics and dynamics, a computational approach Kineatics and dynaics, a coputational approach We begin the discussion of nuerical approaches to echanics with the definition for the velocity r r ( t t) r ( t) v( t) li li or r( t t) r( t) v( t) t for

More information

Hybrid System Identification: An SDP Approach

Hybrid System Identification: An SDP Approach 49th IEEE Conference on Decision and Control Deceber 15-17, 2010 Hilton Atlanta Hotel, Atlanta, GA, USA Hybrid Syste Identification: An SDP Approach C Feng, C M Lagoa, N Ozay and M Sznaier Abstract The

More information

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links

Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Time-Varying Jamming Links Vulnerability of MRD-Code-Based Universal Secure Error-Correcting Network Codes under Tie-Varying Jaing Links Jun Kurihara KDDI R&D Laboratories, Inc 2 5 Ohara, Fujiino, Saitaa, 356 8502 Japan Eail: kurihara@kddilabsjp

More information

An Inverse Interpolation Method Utilizing In-Flight Strain Measurements for Determining Loads and Structural Response of Aerospace Vehicles

An Inverse Interpolation Method Utilizing In-Flight Strain Measurements for Determining Loads and Structural Response of Aerospace Vehicles An Inverse Interpolation Method Utilizing In-Flight Strain Measureents for Deterining Loads and Structural Response of Aerospace Vehicles S. Shkarayev and R. Krashantisa University of Arizona, Tucson,

More information

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China

Department of Electronic and Optical Engineering, Ordnance Engineering College, Shijiazhuang, , China 6th International Conference on Machinery, Materials, Environent, Biotechnology and Coputer (MMEBC 06) Solving Multi-Sensor Multi-Target Assignent Proble Based on Copositive Cobat Efficiency and QPSO Algorith

More information

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT

NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT NUMERICAL MODELLING OF THE TYRE/ROAD CONTACT PACS REFERENCE: 43.5.LJ Krister Larsson Departent of Applied Acoustics Chalers University of Technology SE-412 96 Sweden Tel: +46 ()31 772 22 Fax: +46 ()31

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering 2.010: Systems Modeling and Dynamics III. Final Examination Review Problems

MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Mechanical Engineering 2.010: Systems Modeling and Dynamics III. Final Examination Review Problems ASSACHUSETTS INSTITUTE OF TECHNOLOGY Departent of echanical Engineering 2.010: Systes odeling and Dynaics III Final Eaination Review Probles Fall 2000 Good Luck And have a great winter break! page 1 Proble

More information

A Simple Regression Problem

A Simple Regression Problem A Siple Regression Proble R. M. Castro March 23, 2 In this brief note a siple regression proble will be introduced, illustrating clearly the bias-variance tradeoff. Let Y i f(x i ) + W i, i,..., n, where

More information

Nonlinear Dynamic Analysis of Urban Roads and Daytime Population

Nonlinear Dynamic Analysis of Urban Roads and Daytime Population Urban and Regional Planning 07; (): -6 http://www.sciencepublishinggroup.co/j/urp doi: 0.648/j.urp.0700. Nonlinear Dynaic Analysis of Urban Roads and Daytie Population Shiqing Yan College of Urban and

More information

On Constant Power Water-filling

On Constant Power Water-filling On Constant Power Water-filling Wei Yu and John M. Cioffi Electrical Engineering Departent Stanford University, Stanford, CA94305, U.S.A. eails: {weiyu,cioffi}@stanford.edu Abstract This paper derives

More information

SPECTRUM sensing is a core concept of cognitive radio

SPECTRUM sensing is a core concept of cognitive radio World Acadey of Science, Engineering and Technology International Journal of Electronics and Counication Engineering Vol:6, o:2, 202 Efficient Detection Using Sequential Probability Ratio Test in Mobile

More information

DIRECT TORQUE CONTROL OF INDUCTION MACHINES CONSIDERING THE IRON LOSSES

DIRECT TORQUE CONTROL OF INDUCTION MACHINES CONSIDERING THE IRON LOSSES DIRECT TORQUE CONTROL OF INDUCTION MACHINES CONSIDERING THE IRON LOSSES TRUC PHAM-DINH A thesis subitted in partial fulfilent of the requireents of Liverpool John Moores University for the degree of Doctor

More information

A 1 Control force, u Displacement, x1

A 1 Control force, u Displacement, x1 Proceedings of DETC'97 1997 ASME Design Engineering Technical Conferences Septeber 14-17, 1997, Sacraento, California DETC97/VIB-391 PERIODIC OPTIMAL CONTROL OF DAMPERS Prakash S. Kasturi Departent of

More information

Multi-Dimensional Hegselmann-Krause Dynamics

Multi-Dimensional Hegselmann-Krause Dynamics Multi-Diensional Hegselann-Krause Dynaics A. Nedić Industrial and Enterprise Systes Engineering Dept. University of Illinois Urbana, IL 680 angelia@illinois.edu B. Touri Coordinated Science Laboratory

More information

Interactive Markov Models of Evolutionary Algorithms

Interactive Markov Models of Evolutionary Algorithms Cleveland State University EngagedScholarship@CSU Electrical Engineering & Coputer Science Faculty Publications Electrical Engineering & Coputer Science Departent 2015 Interactive Markov Models of Evolutionary

More information

Architectural issues in the control of tall multiple-input multiple-output plants

Architectural issues in the control of tall multiple-input multiple-output plants Preprints of the 19th World Congress The International Federation of Autoatic Control Architectural issues in the control of tall ultiple-input ultiple-output plants Pedro Albertos Mario E. Salgado Departent

More information

HYBRID ADAPTIVE FRICTION COMPENSATION OF INDIRECT DRIVE TRAINS

HYBRID ADAPTIVE FRICTION COMPENSATION OF INDIRECT DRIVE TRAINS Proceedings of the ASME 29 Dynaic Systes and Control Conference DSCC29 October 12-14, 29, Hollywood, California, USA DSCC29-2736 HYBRID ADAPTIVE FRICTION COMPENSATION OF INDIRECT DRIVE TRAINS Wenjie Chen

More information

Nonlinear Stabilization of a Spherical Particle Trapped in an Optical Tweezer

Nonlinear Stabilization of a Spherical Particle Trapped in an Optical Tweezer Nonlinear Stabilization of a Spherical Particle Trapped in an Optical Tweezer Aruna Ranaweera ranawera@engineering.ucsb.edu Bassa Baieh baieh@engineering.ucsb.edu Andrew R. Teel teel@ece.ucsb.edu Departent

More information

SUPERIOR-ORDER CURVATURE-CORRECTED PROGRAMMABLE VOLTAGE REFERENCES

SUPERIOR-ORDER CURVATURE-CORRECTED PROGRAMMABLE VOLTAGE REFERENCES SUPEIO-ODE CUATUE-COECTED POGAMMABLE OLTAGE EFEENCES Cosin Popa e-ail: cosin@golanapubro Faculty of Electronics and Telecounications, University Politehnica of Bucharest, B dul Iuliu Maniu 1-3, Bucuresti,

More information

Q5 We know that a mass at the end of a spring when displaced will perform simple m harmonic oscillations with a period given by T = 2!

Q5 We know that a mass at the end of a spring when displaced will perform simple m harmonic oscillations with a period given by T = 2! Chapter 4.1 Q1 n oscillation is any otion in which the displaceent of a particle fro a fixed point keeps changing direction and there is a periodicity in the otion i.e. the otion repeats in soe way. In

More information

ACTIVE VIBRATION CONTROL FOR STRUCTURE HAVING NON- LINEAR BEHAVIOR UNDER EARTHQUAKE EXCITATION

ACTIVE VIBRATION CONTROL FOR STRUCTURE HAVING NON- LINEAR BEHAVIOR UNDER EARTHQUAKE EXCITATION International onference on Earthquae Engineering and Disaster itigation, Jaarta, April 14-15, 8 ATIVE VIBRATION ONTROL FOR TRUTURE HAVING NON- LINEAR BEHAVIOR UNDER EARTHQUAE EXITATION Herlien D. etio

More information

An Improved Particle Filter with Applications in Ballistic Target Tracking

An Improved Particle Filter with Applications in Ballistic Target Tracking Sensors & ransducers Vol. 72 Issue 6 June 204 pp. 96-20 Sensors & ransducers 204 by IFSA Publishing S. L. http://www.sensorsportal.co An Iproved Particle Filter with Applications in Ballistic arget racing

More information

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm

Symbolic Analysis as Universal Tool for Deriving Properties of Non-linear Algorithms Case study of EM Algorithm Acta Polytechnica Hungarica Vol., No., 04 Sybolic Analysis as Universal Tool for Deriving Properties of Non-linear Algoriths Case study of EM Algorith Vladiir Mladenović, Miroslav Lutovac, Dana Porrat

More information

Imbalance Estimation for Speed-Varying Rigid Rotors Using Time-Varying Observer

Imbalance Estimation for Speed-Varying Rigid Rotors Using Time-Varying Observer Shiyu Zhou e-ail: zhous@uich.edu Jianjun Shi 1 e-ail: shihang@uich.edu Departent of Industrial and Operations Engineering, The University of Michigan, Ann Arbor, MI 48109 Ibalance Estiation for Speed-Varying

More information

Research in Area of Longevity of Sylphon Scraies

Research in Area of Longevity of Sylphon Scraies IOP Conference Series: Earth and Environental Science PAPER OPEN ACCESS Research in Area of Longevity of Sylphon Scraies To cite this article: Natalia Y Golovina and Svetlana Y Krivosheeva 2018 IOP Conf.

More information

Non-Parametric Non-Line-of-Sight Identification 1

Non-Parametric Non-Line-of-Sight Identification 1 Non-Paraetric Non-Line-of-Sight Identification Sinan Gezici, Hisashi Kobayashi and H. Vincent Poor Departent of Electrical Engineering School of Engineering and Applied Science Princeton University, Princeton,

More information

Analysis of ground vibration transmission in high precision equipment by Frequency Based Substructuring

Analysis of ground vibration transmission in high precision equipment by Frequency Based Substructuring Analysis of ground vibration transission in high precision equipent by Frequency Based Substructuring G. van Schothorst 1, M.A. Boogaard 2, G.W. van der Poel 1, D.J. Rixen 2 1 Philips Innovation Services,

More information

Convexity-Based Optimization for Power-Delay Tradeoff using Transistor Sizing

Convexity-Based Optimization for Power-Delay Tradeoff using Transistor Sizing Convexity-Based Optiization for Power-Delay Tradeoff using Transistor Sizing Mahesh Ketkar, and Sachin S. Sapatnekar Departent of Electrical and Coputer Engineering University of Minnesota, Minneapolis,

More information

Algebraic Approach for Performance Bound Calculus on Transportation Networks

Algebraic Approach for Performance Bound Calculus on Transportation Networks Algebraic Approach for Perforance Bound Calculus on Transportation Networks (Road Network Calculus) Nadir Farhi, Habib Haj-Sale & Jean-Patrick Lebacque Université Paris-Est, IFSTTAR, GRETTIA, F-93166 Noisy-le-Grand,

More information

Design of Sliding Mode Stabilizer for Wind Turbine Generator using Dynamic Compensation Observer Technique

Design of Sliding Mode Stabilizer for Wind Turbine Generator using Dynamic Compensation Observer Technique Proceedings of the 6th WSES International Conference on Power Systes, Lisbon, Portugal, Septeber -4, 6 84 Design of Sliding Mode Stabilizer for Wind urbine Generator using Dynaic Copensation Observer echnique

More information

Adaptive Stabilization of a Class of Nonlinear Systems With Nonparametric Uncertainty

Adaptive Stabilization of a Class of Nonlinear Systems With Nonparametric Uncertainty IEEE TRANSACTIONS ON AUTOMATIC CONTROL, VOL. 46, NO. 11, NOVEMBER 2001 1821 Adaptive Stabilization of a Class of Nonlinear Systes With Nonparaetric Uncertainty Aleander V. Roup and Dennis S. Bernstein

More information

Randomized Accuracy-Aware Program Transformations For Efficient Approximate Computations

Randomized Accuracy-Aware Program Transformations For Efficient Approximate Computations Randoized Accuracy-Aware Progra Transforations For Efficient Approxiate Coputations Zeyuan Allen Zhu Sasa Misailovic Jonathan A. Kelner Martin Rinard MIT CSAIL zeyuan@csail.it.edu isailo@it.edu kelner@it.edu

More information

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields.

Donald Fussell. October 28, Computer Science Department The University of Texas at Austin. Point Masses and Force Fields. s Vector Moving s and Coputer Science Departent The University of Texas at Austin October 28, 2014 s Vector Moving s Siple classical dynaics - point asses oved by forces Point asses can odel particles

More information

Model-Based Estimation of Force and Displacement of a Hydraulic Cylinder

Model-Based Estimation of Force and Displacement of a Hydraulic Cylinder Model-Based Estiation of Force and Displaceent of a Hydraulic Cylinder Keiwan Kashi, Dirk Söffker Chair of Dynaics and Control, University Duisburg-Essen Lotharstrasse, D-4757 Duisburg, Gerany Phone: 49-23-37-3429

More information

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search

Quantum algorithms (CO 781, Winter 2008) Prof. Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search Quantu algoriths (CO 781, Winter 2008) Prof Andrew Childs, University of Waterloo LECTURE 15: Unstructured search and spatial search ow we begin to discuss applications of quantu walks to search algoriths

More information

COS 424: Interacting with Data. Written Exercises

COS 424: Interacting with Data. Written Exercises COS 424: Interacting with Data Hoework #4 Spring 2007 Regression Due: Wednesday, April 18 Written Exercises See the course website for iportant inforation about collaboration and late policies, as well

More information

Complexity reduction in low-delay Farrowstructure-based. filters utilizing linear-phase subfilters

Complexity reduction in low-delay Farrowstructure-based. filters utilizing linear-phase subfilters Coplexity reduction in low-delay Farrowstructure-based variable fractional delay FIR filters utilizing linear-phase subfilters Air Eghbali and Håkan Johansson Linköping University Post Print N.B.: When

More information

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon

Model Fitting. CURM Background Material, Fall 2014 Dr. Doreen De Leon Model Fitting CURM Background Material, Fall 014 Dr. Doreen De Leon 1 Introduction Given a set of data points, we often want to fit a selected odel or type to the data (e.g., we suspect an exponential

More information

Tele-Operation of a Mobile Robot Through Haptic Feedback

Tele-Operation of a Mobile Robot Through Haptic Feedback HAVE 00 IEEE Int. Workshop on Haptic Virtual Environents and Their Applications Ottawa, Ontario, Canada, 7-8 Noveber 00 Tele-Operation of a Mobile Robot Through Haptic Feedback Nicola Diolaiti, Claudio

More information

Lecture #8-3 Oscillations, Simple Harmonic Motion

Lecture #8-3 Oscillations, Simple Harmonic Motion Lecture #8-3 Oscillations Siple Haronic Motion So far we have considered two basic types of otion: translation and rotation. But these are not the only two types of otion we can observe in every day life.

More information

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION

REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION ISSN 139 14X INFORMATION TECHNOLOGY AND CONTROL, 008, Vol.37, No.3 REDUCTION OF FINITE ELEMENT MODELS BY PARAMETER IDENTIFICATION Riantas Barauskas, Vidantas Riavičius Departent of Syste Analysis, Kaunas

More information

Easy Evaluation Method of Self-Compactability of Self-Compacting Concrete

Easy Evaluation Method of Self-Compactability of Self-Compacting Concrete Easy Evaluation Method of Self-Copactability of Self-Copacting Concrete Masanori Maruoka 1 Hiroi Fujiwara 2 Erika Ogura 3 Nobu Watanabe 4 T 11 ABSTRACT The use of self-copacting concrete (SCC) in construction

More information

PhysicsAndMathsTutor.com

PhysicsAndMathsTutor.com . A raindrop falls vertically under gravity through a cloud. In a odel of the otion the raindrop is assued to be spherical at all ties and the cloud is assued to consist of stationary water particles.

More information

Filtering and Fusion based Reconstruction of Angle of Attack

Filtering and Fusion based Reconstruction of Angle of Attack Filtering and Fusion based Reconstruction of Angle of Attack N Shantha Kuar Scientist, FMC Division NAL, Bangalore 7 E-ail: nskuar@css.nal.res.in Girija G Scientist, FMC Division NAL, Bangalore 7 E-ail:

More information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information

Inspection; structural health monitoring; reliability; Bayesian analysis; updating; decision analysis; value of information Cite as: Straub D. (2014). Value of inforation analysis with structural reliability ethods. Structural Safety, 49: 75-86. Value of Inforation Analysis with Structural Reliability Methods Daniel Straub

More information

Robustness Experiments for a Planar Hopping Control System

Robustness Experiments for a Planar Hopping Control System To appear in International Conference on Clibing and Walking Robots Septeber 22 Robustness Experients for a Planar Hopping Control Syste Kale Harbick and Gaurav S. Sukhate kale gaurav@robotics.usc.edu

More information