SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Research in Advent Technology, Vol.7, No.6, June 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
135
doi: 10.32622/ijrat.76201979

Abstract— Improving the performance of the state variables
associated in the dynamics of air path is a current challenge
for the control system community. In the context of
automotive systems, disturbance is one of the major factor to
destabilize or reduce the performance of the system. Hence,
in this paper experiments are performed when the system is
subjected to deterministic & random noises by designing the
optimal Linear Quadratic Regulator (LQR) and Linear
Quadratic Gaussian (LQG) controllers. The proposed
controllers are implemented using MATLAB/SIMULINK @
platform and the results are compared.
Index Terms—LQR, Optimal Control, LQG, Kalman
filter.
I. INTRODUCTION
Air path is used in the diesel engines because it provides a
fresh air with necessary oxygen into the cylinders. For air
path dynamics associated in automotive systems operating
over range of operating conditions with disturbances,
stabilizing the system, reducing the overshoots for state
variables is quite a challenge. This has been an area of intense
research for automotive industry in past few decades. Control
system community has been using Exhaust Gas Recirculation
(EGR), Variable Geometry Turbine (VGT) & Fuelling has
control inputs of air dynamics for this purpose. A brief
literature survey of more recent works in this domain of
research presented below is a good motivation for the
proposed work.
(Mike Huang et al. 2016) proposed a model predictive
control (MPC) for diesel air path dynamics and the results
shows that Zero-offset steady state tracking is achieved.
(Javad Mohammadpour & Karolos Grigoriadis et al. 2010)
presents the linear parameter varying (LPV) decoupling
control and a prefilter to improve the tracking performance in
the air path of Diesel engines modeled as a quasi-LPV
system. Simulation results show significant improvement
achieved by the proposed controller. The authors in (Stephan
Zentner & Erika et al. 2014), designed the control strategy to
handle cross-couplings of the system and the results are
compared with a conventional controller of equal tuning. For
the comparison, a single-stage turbocharged diesel engine
Manuscript revised June 12, 2019 and published on July 10, 2019
Ravichandra, Associate Profesor, Dept. of ECE MIT, Mysore Karnataka,
India.
Mahesh Rao K, Profesor & Head, Dept. of ECE, MIT, Mysore Karnataka,
India
equipped with a VGT and HP EGR was used.
(Dezong Zhao, Cunjia Liu & Richard Stobart et al. 2013)
addresses the air path regulation in turbocharged diesel
engines using an explicit model predictive control (EMPC)
approach and simulation results significantly improves the
tracking performance of the exhaust emission variables
against the decentralized single-input single-output (SISO)
control method. The transient feedforward control system in
an automated way for the diesel engine was proposed by
(Giorgio Mancini & Jonas Asprion et al. 2014). Researchers
implemented on a real engine and experimental results are
presented along with the techniques and the development of
the methodology.
(Fereidoon Shabaninia et al. 2012) introduces an optimal
LQG/LTR control method for a gas turbine and the
simulation results are compared with PID controller. The
results reveals that the proposed controller has good
performance. (Mohamed Guermouche & Sofiane Ahmed Ali
et al. 2014), developed a higher order sliding mode control
technique for the internal combustion engine air path and the
simulation results of air path engine model shows good
results under actuator faults conditions even in the presence
of parametric uncertainties. Authors compare (Peter
Langthaler & Luigi del Re et al.2014) different robust
predictive control strategies applied to a Diesel engine
airpath and the results conclude that the Robust Model
Predictive Control (RMPC) technique provides more
sophisticated strategy to the standard engine control
strategies which are tuned by application engineers. (Zhijia
Yang et al. 2014) explores innovative control structures
design for a heavy duty Caterpillar C6.6 diesel engine and the
simulation results reveal that the proposed control structure
provides better performance for the system damping.
In summary, the literature survey of the recent works
reveal that most of the researchers are not concentrating on
comparing their control methods when the system is
subjected to disturbances and also in today’s highly complex
automotive system improving the performance of a system
with disturbance is quite a challenge. Hence, in order to
overcome the above challenges, in the present work,
deterministic and random noises are subjected to the air path
dynamics and solved using LQG controller and the results are
compared with LQR controller.
Design of Optimal Control Techniques for Diesel Engines
in Automotive Systems
Ravichandra, Mahesh Rao K
International Journal of Research in Advent Technology, Vol.7, No.6, June 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
136
doi: 10.32622/ijrat.76201979
II. DYNAMICS OF DIESEL ENGINES
The basic structure of the turbocharged diesel engine system
is shown in Fig. 1. This model consists of control inputs such
as EGR, VGT & Fuelling.
Figure 1: Structure of Turbocharged Diesel Engine
(Jung M et al. 2003) proposed the third order nonlinear model
value parameters considering low and medium speed load
points, which covers the New European Drive Cycle (NEDC)
for robust control purposes. After, linearization the Linear
Time Invariant (LTI) Model can be written in the state space
as:
̇ (1) (1)
(2) (2)
where, , , and
; are the coefficient matrices of the state space
model. The Numerical values of & matrices used for the
experiment is as follows (Jung M et al. 2003):
[ ]
[ ]
Table 1: States and Input/Output variables of the
system
Variable Notation Function
EGR-Actuator effective area Input
VGT-Actuator position Input
Engine speed
Disturbance
Intake manifold pressure
( )
State
variable 1
Exhaust manifold pressure
( )
State
variable 2
Turbine power ( ) State
variable 3
III. OPTIMAL CONTROL THEORY
The systematic way of finding a control law u=-Kx, where
the closed system has a guarantee of stability with some
optimization achieved between the control cost & output
performance is referred to as optimal control. For the current
research, the optimized feedback controllers are derived from
the LQR and when the system is subjected to disturbances,
the controllers are derived from LQG. For, the sake of
completeness LQR & LQG control methods are explained
briefly in the following sections:
A. Linear Quadratic Regulator Control
The performance index can be minimized by desigining
the feedback controlers with the standard tool of LQR
(Anderson et al., 2007); Yathisha et al., 2013).
Consider a system with
x t x t u t (3)
y(t)=Cx(t) (4)
The input u(t) is expressed as r(t)-Kx(t), where r(t) is the
reference input and K is the feedback gain, also called the
control law.
The closed loop system is given by
x t -BK)x(t) (5)
The most systematic and popular method to find K is to
minimize the quadratic performance index
J=∫ x^T Qx+u^T Ru)dt (6)
Where Q and R are the positive-definite Hermitian or real
symmetric matrix.
From the above equations
K=-R^(-1) B^T P (7)
and hence the control law is
u(t)=-Kx(t)=-R^(-1) B^T Px(t) (8)
in which P must satisfy reduced Riccati equation:
PA+A^T P-PBR^(-1)+B^T P+Q=0 (9)
The LQR function allows you to choose two parameters, R
and Q, which will balance the relative importance of the input
International Journal of Research in Advent Technology, Vol.7, No.6, June 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
137
doi: 10.32622/ijrat.76201979
and state in the cost function that you are trying to optimize.
B. Linear Quadratic Gaussian Control
If a controller is designed using the LQR, and the observer is
designed using Kalman filter, the resulting system is referred
to as LQG Control.
The Kalman filter method provides the procedure for
designing observer gains for Multi Input- Multi Output
(MIMO) systems, such that the designed observer gain is
guaranteed to be optimal even in the presence of noise signal.
Consider a plant with LTI state space representation given as
x t x t u t w t (10)
y(t)=Cx(t)+Du(t)+v(t) (11)
Where, w(t) is the process noise and v(t) is the measurement
noise.
u t -Kx t (12)
The Kalman filter is an optimal estimator when dealing with
Gaussian white noise. Specifically, it minimizes the
asymptotic covariance of the estimation error e 0 x-x given
by
lim t E x-x x-x
The goal is to regulate the plant output y to be near zero. The
state equation of the Kalman filter can be written as (Azad et
al., 2013; Tripathy et al., 2010):
̂̇ ̂ ̂ (13)
For the time invariant problem, the following
algebraic Riccati equation provides the optimal covariance
matrix , (Yousef et al., 2008):
(14)
The algebraic Riccati equation can be solved using
the specified Kalman filter MATLAB command lqe (linear
quadratic estimator). The Kalman filter optimal gain is
given by
(15)
where
is the returned Kalman filter optimal gain,
is the returned solution to the algebraic Riccati
equation and,
is a vector containing the eigenvalues of the
Kalman filter (eigenvalues of ).
Finally, combining the separately designed optimal
LQR ( ) regulator and Kalman filter into an optimal
compensator (LQG) as shown in Fig. 2, the new subsystem
generates the input vector, based upon the estimated
state vector, ̂ , rather than the actual state vector and
the measured output .
Figure 2: Block Diagram of Optimal LQG compensator
IV. EXPERIMENTAL SET-UP
The proposed novel control techniques for the
control inputs VGT ( ) & Fuelling ( ) is investigated by
considering the following cases:
Case I: LQR & LQG Controllers are designed for
the control input VGT ( ). The feedback controller and
observer gains for the state variables Intake manifold
pressure ( ) and Turbine power ( ) deviations are as
follows:
Case II: LQR & LQG Controllers are designed for
the control input Fuelling ( ). The feedback controller and
observer gains for the state variables Intake manifold
pressure ( ) and Turbine power ( ) deviations are as
follows:
The & are the feedback controller
gains calulated from the optimal LQR control theory using
the algebraic riccati equation in (9) by tuning the weighting
matrices as & . Similarly, & are the
observer gains calculated from the optimal LQG in equation
(15)
V. SIMULATION RESULTS
The dynamic responses of the state variables Intake
manifold ( ) and Turbine power ( ) for the two control
inputs VGT ( ) & Fuelling ( ) for all the cases are shown
in Fig’s 3-6.
International Journal of Research in Advent Technology, Vol.7, No.6, June 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
138
doi: 10.32622/ijrat.76201979
Figure 3: response of Case I
Figure 4: response of Case I
Figure 5: response of Case II
Figure 6: response of Case II
The simulation results of case I (Fig. 3 & Fig. 4) and
Case II (Fig. 5 & Fig. 6) shows the response of the two state
variables ( & ) under the deterministic and random
disturbances for the control inputs VGT ( ) & Fuelling ( ).
The deterministic disturbance is calulated as in LQG control
design and the random disturbance is distributed with random
signal with output repeatable for a given speed with mean =
0; variance = 4, speed = 0.5 & sampling time = 0.1 sec.
The simulation results reveals that the LQG control
shows the improved performance with respect to damping
and steady state errors compared to the LQR control
techniques.
VI. CONCLUSION
In the context of automotive system disturbance is
one of the factors to destabilize or to reduce the performance
of the system and also in today’s highly complex automotive
system improving the performance of a system with
disturbance is quite a challenge. Hence, In order to overcome
the above challenges, in this paper the control techniques are
designed and experimented when the system is subjected to
deterministic & random noises to the air path dynamics and
solved by designing the optimal controllers using Linear
Quadratic Gaussian (LQG). Two set of experiments are
carried to show the effectiveness of the proposed control
techniques. The Optimal LQR & LQG controllers are
designed by considering the disturbances for the state
variables & of air path dynamics for the two control
inputs & and the simulation results reveals that LQG
controllers are better compared to LQR controllers when the
system is subjected to disturbances.
REFERENCES
[1] Mike Huang “Low Complexity Model Predictive Control of a Diesel
Engine Airpath", Ph.D. Thesis, Aerospace Engineering, University of
Michigan, 2016.
[2] Javad Mohammadpour, Karolos Grigoriadis & Matthew Franchek,
“LPV Decoupling and Input Shaping for Control of Diesel Engines
Proceedings of American Control Conference, June 30-July 02, 2010,
pp. 1477-1482.
[3] Stephan Zentner, Erika Schafer, Gerald Fast, Christopher H Onder and
Lino Guzzella “A cascaded control structure for airpath control of
diesel engines", Journal of Automobile Engineering, Vol. 228, Issue 7,
2014, pp. 799-817, DOI:10.1177/0954407013493617.
[4] Dezong Zhao Cunjia Liu & Richard Stobart “Explicit Model Predictive
Control on the Air Path of Turbocharged Diesel Engines", Proceedings
of IEEE American Automatic Control Council, Loughborough
University, 2013.
[5] Giorgio Mancini Jonas sprion & Nicolò Cavina “Dynamic
Feedforward Control of a Diesel Engine Based on Optimal Transient
Compensation Maps", Energies, Vol. 7, pp. 5400-5424, ISSN:
1996-1073, DOI:10.3390/en70854.
[6] Fereidoon Shabaninia & Kazem Jafari “Using LQG/LTR Optimal
Control Method to Improve Stability and Performance of Industrial
Gas Turbine System", International Scholarly Research Network ISRN
Electronics, Vol.1, 2012 ,pp. 1-8, DOI:10.5402/2012/134580.
[7] Mohamed Guermouche & Sofiane hmed li “Sliding mode control for
variable geometry turbocharged diesel engines", American Control
Conference, Vol. 1, Issue 6, pp. 584-588, 2014, DOI:
10.1109/ACC.2000.878967.
[8] Peter Langthaler & Luigi del Re “Predictive Control of a Diesel Engine
Air Path", IEEE Transactions on Control Systems Technology, Vol.
15, Issue 3, 2014, pp. 449 - 456, DOI: 10.1109/TCST.2007.894638.
[9] Zhijia Yang “Optimal ir and Fuel-Path Control of a Diesel Engine",
Ph.D. Thesis, Department of Aeronautical and Automotive
Engineering Loughborough University November 2014.
[10] Jung M “Mean-value modelling and robust control of the air path of a
turbocharged diesel engine―, Ph.D Dissertation, University of
International Journal of Research in Advent Technology, Vol.7, No.6, June 2019
E-ISSN: 2321-9637
Available online at www.ijrat.org
139
doi: 10.32622/ijrat.76201979
Cambridge, 2003.
[11] . D. O. nderson J. . Moore “Optimal Control: Linear Quadratic
Methods", New York: Dover Publications, 2007.
[12] L. Yathisha & S. P. Kulkarni “Optimum LQR switching approach for
the improvement of STATCOM performance", Proceedings of the
Third International Conference on Trends in Information,
Telecommunication and Computing, New York: Springer, 2013, pp.
259 -266.
[13] S. P. zad & R. Iravani T. J. E “Damping inter-area oscillations based
on a model predictive control (MPC) HVDC supplementary
controller", IEEE Transactions on Power Systems, 2013, Vol. 28, Issue
3, pp. 3174 -3183.
[14] P. Tripathy S. C. Srivastava & S. N. Singh “
divide-by-differencefilter based algorithm for estimation of generator
rotor angle utilizing synchrophasor measurements", IEEE Transactions
on Instrumentation and Measurement, 2010, Vol. 59, Issue 6, pp.
1562-1570.
[15] . M. Yousef & M. Zahran “Improved power system stabilizer by
applying LQG controller", Advances in Electrical and Computer
Engineering, 2008, Vol. 8, Issue 1, pp. 117 -127.
AUTHORS PROFILE
Dr Ravichandra has 7+ years of teaching and
research experience, he is an enthusiastic
academician and has taken the academic
profession by choice. He has done his PhD in
Engineering from AUT, Auckland NZ and has
a stint of industrial experience post-PhD. He is
currently working as Associate Professor in the
Department of ECE, Maharaja Institute of
Technology Mysore. His research interests pan across a lot of
interdisciplinary areas right from Engineering pedagogy,
Engineering materials to Embedded Artificial Intelligence.
Dr Mahesh Rao got his BE in Electronics and
Communication, First class with Distinction,
from Sri Jayachamarajendra College of
Engineering, University of Mysore in 1981 and
then went on to do his Masters in Applied
Science, Electrical Engineering from
University Of Windsor, Canada in 1984. Then
completed his PhD from University of
Wyoming, Laramie in 1988 in Electrical
Engineering specializing in 3-D actuator design and control for
Robots.
He worked as Assistant Professor for five years at
University of Reno, Nevada (1987 to 1992) and then Joined Intel as
Technical Support Manager in 1992 (Sacramento USA). Then he
became Validation Manager for Intel Chipsets and the Program
Manager for Integrated Microprocessors. He was recognized with
Intel Achievement Award for his contributions to the Chipset
development. In 2000 he returned to India as General Manager for
Intel Bangalore.He then started his own Company, Aspire
Communication in 2002 at Mysore which employed more than 600
engineers by 2011. Currently he is Professor and Head, Dept of
ECE, MIT Mysore.

More Related Content

What's hot

On tracking control problem for polysolenoid motor model predictive approach
On tracking control problem for polysolenoid motor model predictive approach On tracking control problem for polysolenoid motor model predictive approach
On tracking control problem for polysolenoid motor model predictive approach IJECEIAES
 
saad faim paper3
saad faim paper3saad faim paper3
saad faim paper3Saad Farooq
 
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...journalBEEI
 
Optimal Output Feedback Design of a Shunt Reactor Controller for Damping by E...
Optimal Output Feedback Design of a Shunt Reactor Controller for Damping by E...Optimal Output Feedback Design of a Shunt Reactor Controller for Damping by E...
Optimal Output Feedback Design of a Shunt Reactor Controller for Damping by E...Samarendu Baul
 
SvSDP 4113a_emsd3_20122016_article
SvSDP 4113a_emsd3_20122016_articleSvSDP 4113a_emsd3_20122016_article
SvSDP 4113a_emsd3_20122016_articleRasmus Aagaard Hertz
 
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...IJECEIAES
 
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEMPRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEMecij
 
Low thrust interplanetary trajectory optimization (Optimal control)
Low thrust interplanetary trajectory optimization (Optimal control)Low thrust interplanetary trajectory optimization (Optimal control)
Low thrust interplanetary trajectory optimization (Optimal control)naveen kumar
 
Simulation of Robot Manipulator Trajectory Optimization Design
Simulation of Robot Manipulator Trajectory Optimization DesignSimulation of Robot Manipulator Trajectory Optimization Design
Simulation of Robot Manipulator Trajectory Optimization DesignIJRESJOURNAL
 
Analysis of Material Discharge Rate of Pneumatic Conveying System using Genet...
Analysis of Material Discharge Rate of Pneumatic Conveying System using Genet...Analysis of Material Discharge Rate of Pneumatic Conveying System using Genet...
Analysis of Material Discharge Rate of Pneumatic Conveying System using Genet...Yassin Alkassar
 
Model Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source InverterModel Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source Inverteridescitation
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorIAES-IJPEDS
 
Hybrid Stochastic Search Technique based Suboptimal AGC Regulator Design for ...
Hybrid Stochastic Search Technique based Suboptimal AGC Regulator Design for ...Hybrid Stochastic Search Technique based Suboptimal AGC Regulator Design for ...
Hybrid Stochastic Search Technique based Suboptimal AGC Regulator Design for ...Dr. Omveer Singh
 
Intelligent back analysis using data from the instrument (poster)
Intelligent back analysis using data from the instrument (poster)Intelligent back analysis using data from the instrument (poster)
Intelligent back analysis using data from the instrument (poster)Hamed Zarei
 
Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...IOSR Journals
 

What's hot (20)

[000007]
[000007][000007]
[000007]
 
juanpresentation4print
juanpresentation4printjuanpresentation4print
juanpresentation4print
 
On tracking control problem for polysolenoid motor model predictive approach
On tracking control problem for polysolenoid motor model predictive approach On tracking control problem for polysolenoid motor model predictive approach
On tracking control problem for polysolenoid motor model predictive approach
 
saad faim paper3
saad faim paper3saad faim paper3
saad faim paper3
 
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
 
Optimal Output Feedback Design of a Shunt Reactor Controller for Damping by E...
Optimal Output Feedback Design of a Shunt Reactor Controller for Damping by E...Optimal Output Feedback Design of a Shunt Reactor Controller for Damping by E...
Optimal Output Feedback Design of a Shunt Reactor Controller for Damping by E...
 
SvSDP 4113a_emsd3_20122016_article
SvSDP 4113a_emsd3_20122016_articleSvSDP 4113a_emsd3_20122016_article
SvSDP 4113a_emsd3_20122016_article
 
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...An Optimal LFC in Two-Area Power Systems Using  a Meta-heuristic Optimization...
An Optimal LFC in Two-Area Power Systems Using a Meta-heuristic Optimization...
 
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEMPRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
PRACTICAL IMPLEMENTION OF GAOPF ON INDIAN 220KV TRANSMISSION SYSTEM
 
Low thrust interplanetary trajectory optimization (Optimal control)
Low thrust interplanetary trajectory optimization (Optimal control)Low thrust interplanetary trajectory optimization (Optimal control)
Low thrust interplanetary trajectory optimization (Optimal control)
 
G010525868
G010525868G010525868
G010525868
 
Simulation of Robot Manipulator Trajectory Optimization Design
Simulation of Robot Manipulator Trajectory Optimization DesignSimulation of Robot Manipulator Trajectory Optimization Design
Simulation of Robot Manipulator Trajectory Optimization Design
 
Analysis of Material Discharge Rate of Pneumatic Conveying System using Genet...
Analysis of Material Discharge Rate of Pneumatic Conveying System using Genet...Analysis of Material Discharge Rate of Pneumatic Conveying System using Genet...
Analysis of Material Discharge Rate of Pneumatic Conveying System using Genet...
 
Model Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source InverterModel Predictive Current Control of a Seven-phase Voltage Source Inverter
Model Predictive Current Control of a Seven-phase Voltage Source Inverter
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC Motor
 
Hybrid Stochastic Search Technique based Suboptimal AGC Regulator Design for ...
Hybrid Stochastic Search Technique based Suboptimal AGC Regulator Design for ...Hybrid Stochastic Search Technique based Suboptimal AGC Regulator Design for ...
Hybrid Stochastic Search Technique based Suboptimal AGC Regulator Design for ...
 
Intelligent back analysis using data from the instrument (poster)
Intelligent back analysis using data from the instrument (poster)Intelligent back analysis using data from the instrument (poster)
Intelligent back analysis using data from the instrument (poster)
 
H04444757
H04444757H04444757
H04444757
 
2. SIT,DCM
2. SIT,DCM2. SIT,DCM
2. SIT,DCM
 
Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...Design and Implementation of Model Reference Adaptive Controller using Coeffi...
Design and Implementation of Model Reference Adaptive Controller using Coeffi...
 

Similar to 76201979

Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Mustefa Jibril
 
76201978
7620197876201978
76201978IJRAT
 
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...Scientific Review SR
 
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...ijscmcj
 
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...ijscmcjournal
 
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...ijscmcj
 
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...cscpconf
 
Design of multiloop controller for multivariable system using coefficient 2
Design of multiloop controller for multivariable system using coefficient 2Design of multiloop controller for multivariable system using coefficient 2
Design of multiloop controller for multivariable system using coefficient 2IAEME Publication
 
Design of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
Design of GCSC Stabilizing Controller for Damping Low Frequency OscillationsDesign of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
Design of GCSC Stabilizing Controller for Damping Low Frequency OscillationsIJAEMSJORNAL
 
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...ijeei-iaes
 
Direct torque control and dynamic performance of induction motor using fract...
Direct torque control and dynamic performance of induction  motor using fract...Direct torque control and dynamic performance of induction  motor using fract...
Direct torque control and dynamic performance of induction motor using fract...IJECEIAES
 
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...csandit
 
Optimization of Modified Sliding Mode Controller for an Electro-hydraulic Act...
Optimization of Modified Sliding Mode Controller for an Electro-hydraulic Act...Optimization of Modified Sliding Mode Controller for an Electro-hydraulic Act...
Optimization of Modified Sliding Mode Controller for an Electro-hydraulic Act...IJECEIAES
 
Design and Implementation of Sliding Mode Controller using Coefficient Diagra...
Design and Implementation of Sliding Mode Controller using Coefficient Diagra...Design and Implementation of Sliding Mode Controller using Coefficient Diagra...
Design and Implementation of Sliding Mode Controller using Coefficient Diagra...IOSR Journals
 
6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motork srikanth
 
Metamodel-based Optimization of a PID Controller Parameters for a Coupled-tan...
Metamodel-based Optimization of a PID Controller Parameters for a Coupled-tan...Metamodel-based Optimization of a PID Controller Parameters for a Coupled-tan...
Metamodel-based Optimization of a PID Controller Parameters for a Coupled-tan...TELKOMNIKA JOURNAL
 
Turbofan Engine Modelling and Control Design using Linear Quadratic Regulator...
Turbofan Engine Modelling and Control Design using Linear Quadratic Regulator...Turbofan Engine Modelling and Control Design using Linear Quadratic Regulator...
Turbofan Engine Modelling and Control Design using Linear Quadratic Regulator...theijes
 
Robust control for a tracking electromechanical system
Robust control for a tracking electromechanical systemRobust control for a tracking electromechanical system
Robust control for a tracking electromechanical systemIJECEIAES
 

Similar to 76201979 (20)

Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...
 
76201978
7620197876201978
76201978
 
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
 
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
 
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
OPTIMAL PID CONTROLLER DESIGN FOR SPEED CONTROL OF A SEPARATELY EXCITED DC MO...
 
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
Optimal PID Controller Design for Speed Control of a Separately Excited DC Mo...
 
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
 
Design of multiloop controller for multivariable system using coefficient 2
Design of multiloop controller for multivariable system using coefficient 2Design of multiloop controller for multivariable system using coefficient 2
Design of multiloop controller for multivariable system using coefficient 2
 
Design of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
Design of GCSC Stabilizing Controller for Damping Low Frequency OscillationsDesign of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
Design of GCSC Stabilizing Controller for Damping Low Frequency Oscillations
 
X04405132143
X04405132143X04405132143
X04405132143
 
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
Comparison of Soft Computing Techniques applied in High Frequency Aircraft Sy...
 
Direct torque control and dynamic performance of induction motor using fract...
Direct torque control and dynamic performance of induction  motor using fract...Direct torque control and dynamic performance of induction  motor using fract...
Direct torque control and dynamic performance of induction motor using fract...
 
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
MODELING AND DESIGN OF CRUISE CONTROL SYSTEM WITH FEEDFORWARD FOR ALL TERRIAN...
 
Optimization of Modified Sliding Mode Controller for an Electro-hydraulic Act...
Optimization of Modified Sliding Mode Controller for an Electro-hydraulic Act...Optimization of Modified Sliding Mode Controller for an Electro-hydraulic Act...
Optimization of Modified Sliding Mode Controller for an Electro-hydraulic Act...
 
Co31601607
Co31601607Co31601607
Co31601607
 
Design and Implementation of Sliding Mode Controller using Coefficient Diagra...
Design and Implementation of Sliding Mode Controller using Coefficient Diagra...Design and Implementation of Sliding Mode Controller using Coefficient Diagra...
Design and Implementation of Sliding Mode Controller using Coefficient Diagra...
 
6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor6. performance analysis of pd, pid controllers for speed control of dc motor
6. performance analysis of pd, pid controllers for speed control of dc motor
 
Metamodel-based Optimization of a PID Controller Parameters for a Coupled-tan...
Metamodel-based Optimization of a PID Controller Parameters for a Coupled-tan...Metamodel-based Optimization of a PID Controller Parameters for a Coupled-tan...
Metamodel-based Optimization of a PID Controller Parameters for a Coupled-tan...
 
Turbofan Engine Modelling and Control Design using Linear Quadratic Regulator...
Turbofan Engine Modelling and Control Design using Linear Quadratic Regulator...Turbofan Engine Modelling and Control Design using Linear Quadratic Regulator...
Turbofan Engine Modelling and Control Design using Linear Quadratic Regulator...
 
Robust control for a tracking electromechanical system
Robust control for a tracking electromechanical systemRobust control for a tracking electromechanical system
Robust control for a tracking electromechanical system
 

More from IJRAT

96202108
9620210896202108
96202108IJRAT
 
97202107
9720210797202107
97202107IJRAT
 
93202101
9320210193202101
93202101IJRAT
 
92202102
9220210292202102
92202102IJRAT
 
91202104
9120210491202104
91202104IJRAT
 
87202003
8720200387202003
87202003IJRAT
 
87202001
8720200187202001
87202001IJRAT
 
86202013
8620201386202013
86202013IJRAT
 
86202008
8620200886202008
86202008IJRAT
 
86202005
8620200586202005
86202005IJRAT
 
86202004
8620200486202004
86202004IJRAT
 
85202026
8520202685202026
85202026IJRAT
 
711201940
711201940711201940
711201940IJRAT
 
711201939
711201939711201939
711201939IJRAT
 
711201935
711201935711201935
711201935IJRAT
 
711201927
711201927711201927
711201927IJRAT
 
711201905
711201905711201905
711201905IJRAT
 
710201947
710201947710201947
710201947IJRAT
 
712201907
712201907712201907
712201907IJRAT
 
712201903
712201903712201903
712201903IJRAT
 

More from IJRAT (20)

96202108
9620210896202108
96202108
 
97202107
9720210797202107
97202107
 
93202101
9320210193202101
93202101
 
92202102
9220210292202102
92202102
 
91202104
9120210491202104
91202104
 
87202003
8720200387202003
87202003
 
87202001
8720200187202001
87202001
 
86202013
8620201386202013
86202013
 
86202008
8620200886202008
86202008
 
86202005
8620200586202005
86202005
 
86202004
8620200486202004
86202004
 
85202026
8520202685202026
85202026
 
711201940
711201940711201940
711201940
 
711201939
711201939711201939
711201939
 
711201935
711201935711201935
711201935
 
711201927
711201927711201927
711201927
 
711201905
711201905711201905
711201905
 
710201947
710201947710201947
710201947
 
712201907
712201907712201907
712201907
 
712201903
712201903712201903
712201903
 

Recently uploaded

Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 

76201979

  • 1. International Journal of Research in Advent Technology, Vol.7, No.6, June 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 135 doi: 10.32622/ijrat.76201979  Abstract— Improving the performance of the state variables associated in the dynamics of air path is a current challenge for the control system community. In the context of automotive systems, disturbance is one of the major factor to destabilize or reduce the performance of the system. Hence, in this paper experiments are performed when the system is subjected to deterministic & random noises by designing the optimal Linear Quadratic Regulator (LQR) and Linear Quadratic Gaussian (LQG) controllers. The proposed controllers are implemented using MATLAB/SIMULINK @ platform and the results are compared. Index Terms—LQR, Optimal Control, LQG, Kalman filter. I. INTRODUCTION Air path is used in the diesel engines because it provides a fresh air with necessary oxygen into the cylinders. For air path dynamics associated in automotive systems operating over range of operating conditions with disturbances, stabilizing the system, reducing the overshoots for state variables is quite a challenge. This has been an area of intense research for automotive industry in past few decades. Control system community has been using Exhaust Gas Recirculation (EGR), Variable Geometry Turbine (VGT) & Fuelling has control inputs of air dynamics for this purpose. A brief literature survey of more recent works in this domain of research presented below is a good motivation for the proposed work. (Mike Huang et al. 2016) proposed a model predictive control (MPC) for diesel air path dynamics and the results shows that Zero-offset steady state tracking is achieved. (Javad Mohammadpour & Karolos Grigoriadis et al. 2010) presents the linear parameter varying (LPV) decoupling control and a prefilter to improve the tracking performance in the air path of Diesel engines modeled as a quasi-LPV system. Simulation results show significant improvement achieved by the proposed controller. The authors in (Stephan Zentner & Erika et al. 2014), designed the control strategy to handle cross-couplings of the system and the results are compared with a conventional controller of equal tuning. For the comparison, a single-stage turbocharged diesel engine Manuscript revised June 12, 2019 and published on July 10, 2019 Ravichandra, Associate Profesor, Dept. of ECE MIT, Mysore Karnataka, India. Mahesh Rao K, Profesor & Head, Dept. of ECE, MIT, Mysore Karnataka, India equipped with a VGT and HP EGR was used. (Dezong Zhao, Cunjia Liu & Richard Stobart et al. 2013) addresses the air path regulation in turbocharged diesel engines using an explicit model predictive control (EMPC) approach and simulation results significantly improves the tracking performance of the exhaust emission variables against the decentralized single-input single-output (SISO) control method. The transient feedforward control system in an automated way for the diesel engine was proposed by (Giorgio Mancini & Jonas Asprion et al. 2014). Researchers implemented on a real engine and experimental results are presented along with the techniques and the development of the methodology. (Fereidoon Shabaninia et al. 2012) introduces an optimal LQG/LTR control method for a gas turbine and the simulation results are compared with PID controller. The results reveals that the proposed controller has good performance. (Mohamed Guermouche & Sofiane Ahmed Ali et al. 2014), developed a higher order sliding mode control technique for the internal combustion engine air path and the simulation results of air path engine model shows good results under actuator faults conditions even in the presence of parametric uncertainties. Authors compare (Peter Langthaler & Luigi del Re et al.2014) different robust predictive control strategies applied to a Diesel engine airpath and the results conclude that the Robust Model Predictive Control (RMPC) technique provides more sophisticated strategy to the standard engine control strategies which are tuned by application engineers. (Zhijia Yang et al. 2014) explores innovative control structures design for a heavy duty Caterpillar C6.6 diesel engine and the simulation results reveal that the proposed control structure provides better performance for the system damping. In summary, the literature survey of the recent works reveal that most of the researchers are not concentrating on comparing their control methods when the system is subjected to disturbances and also in today’s highly complex automotive system improving the performance of a system with disturbance is quite a challenge. Hence, in order to overcome the above challenges, in the present work, deterministic and random noises are subjected to the air path dynamics and solved using LQG controller and the results are compared with LQR controller. Design of Optimal Control Techniques for Diesel Engines in Automotive Systems Ravichandra, Mahesh Rao K
  • 2. International Journal of Research in Advent Technology, Vol.7, No.6, June 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 136 doi: 10.32622/ijrat.76201979 II. DYNAMICS OF DIESEL ENGINES The basic structure of the turbocharged diesel engine system is shown in Fig. 1. This model consists of control inputs such as EGR, VGT & Fuelling. Figure 1: Structure of Turbocharged Diesel Engine (Jung M et al. 2003) proposed the third order nonlinear model value parameters considering low and medium speed load points, which covers the New European Drive Cycle (NEDC) for robust control purposes. After, linearization the Linear Time Invariant (LTI) Model can be written in the state space as: ̇ (1) (1) (2) (2) where, , , and ; are the coefficient matrices of the state space model. The Numerical values of & matrices used for the experiment is as follows (Jung M et al. 2003): [ ] [ ] Table 1: States and Input/Output variables of the system Variable Notation Function EGR-Actuator effective area Input VGT-Actuator position Input Engine speed Disturbance Intake manifold pressure ( ) State variable 1 Exhaust manifold pressure ( ) State variable 2 Turbine power ( ) State variable 3 III. OPTIMAL CONTROL THEORY The systematic way of finding a control law u=-Kx, where the closed system has a guarantee of stability with some optimization achieved between the control cost & output performance is referred to as optimal control. For the current research, the optimized feedback controllers are derived from the LQR and when the system is subjected to disturbances, the controllers are derived from LQG. For, the sake of completeness LQR & LQG control methods are explained briefly in the following sections: A. Linear Quadratic Regulator Control The performance index can be minimized by desigining the feedback controlers with the standard tool of LQR (Anderson et al., 2007); Yathisha et al., 2013). Consider a system with x t x t u t (3) y(t)=Cx(t) (4) The input u(t) is expressed as r(t)-Kx(t), where r(t) is the reference input and K is the feedback gain, also called the control law. The closed loop system is given by x t -BK)x(t) (5) The most systematic and popular method to find K is to minimize the quadratic performance index J=∫ x^T Qx+u^T Ru)dt (6) Where Q and R are the positive-definite Hermitian or real symmetric matrix. From the above equations K=-R^(-1) B^T P (7) and hence the control law is u(t)=-Kx(t)=-R^(-1) B^T Px(t) (8) in which P must satisfy reduced Riccati equation: PA+A^T P-PBR^(-1)+B^T P+Q=0 (9) The LQR function allows you to choose two parameters, R and Q, which will balance the relative importance of the input
  • 3. International Journal of Research in Advent Technology, Vol.7, No.6, June 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 137 doi: 10.32622/ijrat.76201979 and state in the cost function that you are trying to optimize. B. Linear Quadratic Gaussian Control If a controller is designed using the LQR, and the observer is designed using Kalman filter, the resulting system is referred to as LQG Control. The Kalman filter method provides the procedure for designing observer gains for Multi Input- Multi Output (MIMO) systems, such that the designed observer gain is guaranteed to be optimal even in the presence of noise signal. Consider a plant with LTI state space representation given as x t x t u t w t (10) y(t)=Cx(t)+Du(t)+v(t) (11) Where, w(t) is the process noise and v(t) is the measurement noise. u t -Kx t (12) The Kalman filter is an optimal estimator when dealing with Gaussian white noise. Specifically, it minimizes the asymptotic covariance of the estimation error e 0 x-x given by lim t E x-x x-x The goal is to regulate the plant output y to be near zero. The state equation of the Kalman filter can be written as (Azad et al., 2013; Tripathy et al., 2010): ̂̇ ̂ ̂ (13) For the time invariant problem, the following algebraic Riccati equation provides the optimal covariance matrix , (Yousef et al., 2008): (14) The algebraic Riccati equation can be solved using the specified Kalman filter MATLAB command lqe (linear quadratic estimator). The Kalman filter optimal gain is given by (15) where is the returned Kalman filter optimal gain, is the returned solution to the algebraic Riccati equation and, is a vector containing the eigenvalues of the Kalman filter (eigenvalues of ). Finally, combining the separately designed optimal LQR ( ) regulator and Kalman filter into an optimal compensator (LQG) as shown in Fig. 2, the new subsystem generates the input vector, based upon the estimated state vector, ̂ , rather than the actual state vector and the measured output . Figure 2: Block Diagram of Optimal LQG compensator IV. EXPERIMENTAL SET-UP The proposed novel control techniques for the control inputs VGT ( ) & Fuelling ( ) is investigated by considering the following cases: Case I: LQR & LQG Controllers are designed for the control input VGT ( ). The feedback controller and observer gains for the state variables Intake manifold pressure ( ) and Turbine power ( ) deviations are as follows: Case II: LQR & LQG Controllers are designed for the control input Fuelling ( ). The feedback controller and observer gains for the state variables Intake manifold pressure ( ) and Turbine power ( ) deviations are as follows: The & are the feedback controller gains calulated from the optimal LQR control theory using the algebraic riccati equation in (9) by tuning the weighting matrices as & . Similarly, & are the observer gains calculated from the optimal LQG in equation (15) V. SIMULATION RESULTS The dynamic responses of the state variables Intake manifold ( ) and Turbine power ( ) for the two control inputs VGT ( ) & Fuelling ( ) for all the cases are shown in Fig’s 3-6.
  • 4. International Journal of Research in Advent Technology, Vol.7, No.6, June 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 138 doi: 10.32622/ijrat.76201979 Figure 3: response of Case I Figure 4: response of Case I Figure 5: response of Case II Figure 6: response of Case II The simulation results of case I (Fig. 3 & Fig. 4) and Case II (Fig. 5 & Fig. 6) shows the response of the two state variables ( & ) under the deterministic and random disturbances for the control inputs VGT ( ) & Fuelling ( ). The deterministic disturbance is calulated as in LQG control design and the random disturbance is distributed with random signal with output repeatable for a given speed with mean = 0; variance = 4, speed = 0.5 & sampling time = 0.1 sec. The simulation results reveals that the LQG control shows the improved performance with respect to damping and steady state errors compared to the LQR control techniques. VI. CONCLUSION In the context of automotive system disturbance is one of the factors to destabilize or to reduce the performance of the system and also in today’s highly complex automotive system improving the performance of a system with disturbance is quite a challenge. Hence, In order to overcome the above challenges, in this paper the control techniques are designed and experimented when the system is subjected to deterministic & random noises to the air path dynamics and solved by designing the optimal controllers using Linear Quadratic Gaussian (LQG). Two set of experiments are carried to show the effectiveness of the proposed control techniques. The Optimal LQR & LQG controllers are designed by considering the disturbances for the state variables & of air path dynamics for the two control inputs & and the simulation results reveals that LQG controllers are better compared to LQR controllers when the system is subjected to disturbances. REFERENCES [1] Mike Huang “Low Complexity Model Predictive Control of a Diesel Engine Airpath", Ph.D. Thesis, Aerospace Engineering, University of Michigan, 2016. [2] Javad Mohammadpour, Karolos Grigoriadis & Matthew Franchek, “LPV Decoupling and Input Shaping for Control of Diesel Engines Proceedings of American Control Conference, June 30-July 02, 2010, pp. 1477-1482. [3] Stephan Zentner, Erika Schafer, Gerald Fast, Christopher H Onder and Lino Guzzella “A cascaded control structure for airpath control of diesel engines", Journal of Automobile Engineering, Vol. 228, Issue 7, 2014, pp. 799-817, DOI:10.1177/0954407013493617. [4] Dezong Zhao Cunjia Liu & Richard Stobart “Explicit Model Predictive Control on the Air Path of Turbocharged Diesel Engines", Proceedings of IEEE American Automatic Control Council, Loughborough University, 2013. [5] Giorgio Mancini Jonas sprion & Nicolò Cavina “Dynamic Feedforward Control of a Diesel Engine Based on Optimal Transient Compensation Maps", Energies, Vol. 7, pp. 5400-5424, ISSN: 1996-1073, DOI:10.3390/en70854. [6] Fereidoon Shabaninia & Kazem Jafari “Using LQG/LTR Optimal Control Method to Improve Stability and Performance of Industrial Gas Turbine System", International Scholarly Research Network ISRN Electronics, Vol.1, 2012 ,pp. 1-8, DOI:10.5402/2012/134580. [7] Mohamed Guermouche & Sofiane hmed li “Sliding mode control for variable geometry turbocharged diesel engines", American Control Conference, Vol. 1, Issue 6, pp. 584-588, 2014, DOI: 10.1109/ACC.2000.878967. [8] Peter Langthaler & Luigi del Re “Predictive Control of a Diesel Engine Air Path", IEEE Transactions on Control Systems Technology, Vol. 15, Issue 3, 2014, pp. 449 - 456, DOI: 10.1109/TCST.2007.894638. [9] Zhijia Yang “Optimal ir and Fuel-Path Control of a Diesel Engine", Ph.D. Thesis, Department of Aeronautical and Automotive Engineering Loughborough University November 2014. [10] Jung M “Mean-value modelling and robust control of the air path of a turbocharged diesel engine―, Ph.D Dissertation, University of
  • 5. International Journal of Research in Advent Technology, Vol.7, No.6, June 2019 E-ISSN: 2321-9637 Available online at www.ijrat.org 139 doi: 10.32622/ijrat.76201979 Cambridge, 2003. [11] . D. O. nderson J. . Moore “Optimal Control: Linear Quadratic Methods", New York: Dover Publications, 2007. [12] L. Yathisha & S. P. Kulkarni “Optimum LQR switching approach for the improvement of STATCOM performance", Proceedings of the Third International Conference on Trends in Information, Telecommunication and Computing, New York: Springer, 2013, pp. 259 -266. [13] S. P. zad & R. Iravani T. J. E “Damping inter-area oscillations based on a model predictive control (MPC) HVDC supplementary controller", IEEE Transactions on Power Systems, 2013, Vol. 28, Issue 3, pp. 3174 -3183. [14] P. Tripathy S. C. Srivastava & S. N. Singh “ divide-by-differencefilter based algorithm for estimation of generator rotor angle utilizing synchrophasor measurements", IEEE Transactions on Instrumentation and Measurement, 2010, Vol. 59, Issue 6, pp. 1562-1570. [15] . M. Yousef & M. Zahran “Improved power system stabilizer by applying LQG controller", Advances in Electrical and Computer Engineering, 2008, Vol. 8, Issue 1, pp. 117 -127. AUTHORS PROFILE Dr Ravichandra has 7+ years of teaching and research experience, he is an enthusiastic academician and has taken the academic profession by choice. He has done his PhD in Engineering from AUT, Auckland NZ and has a stint of industrial experience post-PhD. He is currently working as Associate Professor in the Department of ECE, Maharaja Institute of Technology Mysore. His research interests pan across a lot of interdisciplinary areas right from Engineering pedagogy, Engineering materials to Embedded Artificial Intelligence. Dr Mahesh Rao got his BE in Electronics and Communication, First class with Distinction, from Sri Jayachamarajendra College of Engineering, University of Mysore in 1981 and then went on to do his Masters in Applied Science, Electrical Engineering from University Of Windsor, Canada in 1984. Then completed his PhD from University of Wyoming, Laramie in 1988 in Electrical Engineering specializing in 3-D actuator design and control for Robots. He worked as Assistant Professor for five years at University of Reno, Nevada (1987 to 1992) and then Joined Intel as Technical Support Manager in 1992 (Sacramento USA). Then he became Validation Manager for Intel Chipsets and the Program Manager for Integrated Microprocessors. He was recognized with Intel Achievement Award for his contributions to the Chipset development. In 2000 he returned to India as General Manager for Intel Bangalore.He then started his own Company, Aspire Communication in 2002 at Mysore which employed more than 600 engineers by 2011. Currently he is Professor and Head, Dept of ECE, MIT Mysore.