SlideShare une entreprise Scribd logo
1  sur  7
Télécharger pour lire hors ligne
Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102
1096 | P a g e
Performance Evaluation of various Control Techniques for
Inverted Pendulum
Anita Khosla1
, Leena G.2
, M. K. Soni3
1
Research scholar EEE Dept, Faculty of Engineering and Technology, Manav Rachna International University,
2
Professor, EEE Dept, Faculty of Engineering and Technology, Manav Rachna International University,
3
Exe. Director and Dean, Faculty of Engineering and Technology, Manav Rachna International University,
Abstract
The application of different types of
FLC and conventional PID controllers to the
Inverted pendulum problem is presented in this
paper. The fuzzy logic controllers have been used
to control many nonlinear systems. They are
designed in various forms in the Matlab-
Simulink environment with Mamdani type
fuzzy inference system. The Inverted
Pendulum system (also called “cart-pole
system”) is a challenging,nonlinear and unstable
control system. By controlling the force
applied to the cart in the horizontal
direction, the inverted pendulum can be
kept in various unstable equilibrium
positions. Fuzzy control in association with
PID control is found better amongst the fuzzy
PD and fuzzy PD+I control.
Keywords-Fuzzy controller, Fuzzy inference
system, Inverted pendulum, Mamdani, PID
controller.
I. INTRODUCTION
THE inverted pendulum system is a
multivariable,classic, nonlinear ,unstable and high
order system. It is used by many researchers for
designing and testing the control techniques. Some
findings on the problem of Inverted pendulum-cart
systems are presented in this paper. Inverted
pendulums can be classified in two categories. One is
the moving- cart (also referred to as moving-carriage
or moving-wagon) type and the other is rotation
type. The moving-cart inverted pendulum has a cart
that can only move back and forth along the track. In
this paper, control of the moving–cart type inverted
pendulum problem has been considered. In
conventional control theory, most of control
problems are usually solved by mathematical tools
based on system models. But in true sense, there are
many complex systems whose accurate mathematical
models are not available or difficult to formulate. As
an alternative to conventional control approach, the
fuzzy control techniques by introducing linguistic
information can provide a good solution for these
problems. The most difficult aspect in the design of
fuzzy controller is the construction of the rule base
[9]. The construction of fuzzy rules has been mainly
based on the operator’s control experience or actions.
Also tuning of the fuzzy rule membership functions
is an important task in the design of fuzzy system.
A PID controller is a widely used
feedback controller. It is the most commonly used
feedback controller and calculates an "error"
value as the difference between a measured
process variable and a desired set point [1], [2]. The
controller attempts to reduce the error by
adjusting the process control inputs.
Fuzzy inference systems (FIS) are rule-
based systems with concepts and operations
associated with fuzzy set theory and fuzzy logic [3].
These systems are mappings from an input space to
an output space; therefore, they allow constructing
structures that can be used to generate responses to
certain inputs, based on stored knowledge on how
the responses and inputs related. The knowledge is
stored in the form of a set of rules that express the
relations between inputs of the system and expected
outputs. Controllers based on fuzzy logic theory
not only try to mimic the behavior of an expert
operator but also do not demand model identification
[4]. In terms of inference process there are two main
classes of FIS: the Mamdani-type FIS [3] and the
Takagi-Sugeno- Kang (TSK) type FIS.
Henceforth, the TSK FIS will be just called Sugeno
FIS. In this paper we are using Mamdani type FIS.
Fuzzy logic controller in different configuration is
applied to inverted pendulum for validation of the
control problem aspects.
II. MODELING OF INVERTED
PENDULUM
In this section, the model of the single
inverted pendulum [2], [5] is established and the
derivations of dynamical equations of the system is
shown.
Fig.1 shows the schematic drawing of the
inverted pendulum hinged on a cart system. The cart
is able to move on a limited horizontal rail length.
Fig.2 shows the free body diagram of the system.
Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102
1097 | P a g e
Fig.1Cart pole system
Certain assumptions are made that the initial
conditions are zero so that the system will start in a
state of equilibrium and the pendulum will move
only a few degrees away from the y direction to
meet the requirement of a linear model.
Parameters of the Cart and Pendulum
M – Mass of cart 0.6kg
m – Mass of pendulum 0.23kg
b – Friction on cart 0.11Nm-1s-1
l– Length to pendulum centre of mass 0.3m
I – Inertia of the pendulum 0.0056 kg m2
F – Force applied to cart
x – Cart position co-ordinate
θ – Pendulum angle from the vertical position
Fig. 2 Free Body Diagram
By combining the forces of the cart in the horizontal
direction
M x+ b x+ N = F (1)
Adding the forces of the pendulum in the
horizontal direction,
.. .. 2.
M x+ mlθcosθ − mlθ sinθ = N (2)
Putting (2) in (1)
(M + m) x+ b x+ mlθcosθ − mlθ sinθ = F (3)
Sum of the forces perpendicular to the pendulum
Psinθ + N cosθ −mg sinθ = mlθ+ m xcosθ (4)
To eliminate the P and N terms in the (4), and
adding the moments around the centroid of the
pendulum
− Pl sinθ − Nl cosθ = I θ (5)
Combining (4) and (5)
.. ..
(I + ml
2
)θ+ mgl sinθ = −ml xcosθ
The set of equations should be linearized
aboutθ = π
Assuming thatθ =π+φ (φ Represents a small angle
from the vertical upward direction).
Therefore, cosθ = −1,sinθ = −φ and d2 θ/dt2=0 (7)
After linearization (3) and (6) and F in (3) equals to u
(I + ml 2 )φ− mgl φ = ml x (8)
(M + m) x+ b x− ml φ = u (9)
Laplace transforms of the system equations are as
below
(I + ml
2
)φ(s)s
2
−mglφ(s) = −mlX (s)s
2 (10)
(M + m)X (s)s
2
+bX (s)s − mlφ(s)s
2
= U(s) (11)
Since the angle φ is the output of interest, solving (9)
for X(s)
Substituting (12) into (11) and Re-arranging,
the transfer function is
III. PID Controller
PID is a feedback controller whose output,
a control variable (CV), is generally based on the
error (e) between some user-defined set point (SP)
and some measured process variable (PV). Each
element of the PID controller refers to a particular
action taken on the error [1].
Two cases are considered in this control
technique , in the first case, set value zero with
impulse disturbance are taken in plant and in
second case, set value without disturbance in
plant is taken
A. Controller with disturbance in plant
Since the objective is to make the
pendulum return to the vertical position after the
initial disturbance, applied to the cart is added as
an impulse disturbance. It is shown in block
diagram in fig.3
Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102
1098 | P a g e
Fig.3. closed-loop system with Disturbance Fig. 4 The inverted pendulum system with PID Controller in
simulink
For the PID Controller the parameter
values inside the block are (P=100, I=1, D=21).
Pulse generator parameters are set to
period=10,duty cycle=0.01%, amplitude=1000.
Pulse generator gives an impulse disturbance.
B. Controller without disturbance in plant
Fig.5 shows the inverted pendulum with PID
controller for step input r(s).
Fig. 5 closed-loop system with r(s) Fig. 6 Simulink model of closed-loop system with
step input
as angle (radian) set value
The closed-loop transfer function of the fig.
5 can be found as shown by the (15)
The closed-loop transfer function in (15) can be
implemented into Matlab by using the m-file code
and also implemented in simulink.Fig.6 shows
Simulink model of closed loop system with PID
controller.
IV. FUZZY LOGIC CONTROLLER
It is more difficult to set the controller
gains for fuzzy controllers compared to
proportional-integral- derivative (PID) controllers
as they are nonlinear . The fuzzy logic controller
shown in fig.7 was first implemented by
Mamdani and Assilian based on the fuzzy
logic system generalized from fuzzy set
theory introduced by Zadeh.
As it is already discussed in section III two
cases for controlling the inverted pendulum by
PID
controller, here fuzzy controller is discussed.
Fig. 7 Block diagram of fuzzy controller
In this paper the stages of development of
the fuzzy controller for an inverted pendulum are
presented by developing a two- input, one output
Mamdani type system. The fuzzy sets of two-
input (e, edot) and one output (u) are designed in
fig.8. The output or the defuzzification stage
converts the combined result back into a specific
control output value using the Centroid method [7].
Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102
1099 | P a g e
Fig.8 membership function for e,edot and Fp
Note that we are using "NS" as an
abbreviation for "negative small in size" and so on
for the other variables. Such abbreviations help keep
the linguistic descriptions short yet precise:
"NB" to represent "negative big" "NM" to represent
"negative medium" "ZE" to represent zero" "PS" to
represent "positive small". "PM" to represent
"positive medium" "PB" to represent “positive big"
The choice of membership functions (MFs) and rule
base of the fuzzy controller will affect the
performance of the system. The control performance
is greatly improved by adopting suitable rule base
according to the angle of the pole with the vertical.
In this paper 7 inputs & 7 output membership
function are described in 49 Fuzzy–if-then rules
(which are represented in table 1) gives the better
response.
TABLE: I Fuzzy Rule Base
Fig.9 shows the simulink model of fuzzy PD
controller with disturbance in plant. It improves
the performance index in comparison to
conventional PID controller which simulink
model is shown in fig.4.
Fig.9 Simulink model of fuzzy PD Controller with
disturbance in plant
Fig.10 shows the simulink model of fuzzy PD
controller without disturbance in plant. It gives the
better performance in comparison to conventional
PID controller which simulink model shown in fig.6.
Fig.10 Simulink model of fuzzy PD Controller
without disturbance in plant
Fig. 11shows the simulink model of fuzzy PD+I
controller that improves the performance index such
as maximum overshoot , settling time, and study
state error in comparison to simulink model of fuzzy
PD controller without disturbance in plant which is
shown in fig.10.
Fig.11 Simulink model of fuzzy PD+I Controller
A high level fuzzy controller works on the
level below that of the human operator. It
improves the control performance [6]. Normally,
control systems based on PID controllers are capable
of controlling the process when the operation is
steady and close to normal conditions. However, if
sudden changes occur, or if the process enters
abnormal states, then the configuration in Fig.12
may be applied to bring the process back to normal
Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102
1100 | P a g e
operation as fast as possible [6].
Fig.12 shows the schematic diagram of fuzzy in
association with PID control. It improves the settling
time.
Fig.12 Schematic diagram of Fuzzy adds to PID
Control
Fig.13 shows the fuzzy PD+PID control in simulink.
It gives better performance index in comparison to
all other configuration of fuzzy controller which is
developed and discussed above.
Fig.13 fuzzy PD+ PID Control in simulink
V. SIMULATION RESULT AND
DISCUSSION
This section presents the results obtained
from the open loop system without controller, and
the response of the Inverted pendulum cart system
with controllers such as PID and FLC . The
pendulum angle PID controller and cart position PID
controller are tuned by the Ziegler-Nichols criteria.
Gain values of these PID controllers are shown in
Table III below.
TABLE II PID
Controller Gains
Gain For Pendulum angle
controller
For Cart Position
Controller
Kp 40 2
Ki 38 .03
Kd 28 0.5
Fig.14 shows the step response of pendulum angle
without controller.
Fig.14 Step response of pendulum angle without controller. Fig.15 shows the impulse response of pendulum
angle without controller
From fig.14 and fig.15 it is noticed that the inverted
pendulum system is unstable without controller.
Fig.16 shows the Impulse response of both
conventional(PID) & Artificial Intelligence (AI)
base controller.
Impulse response of different controllers
Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102
1101 | P a g e
Controller
type
Max
Overshoot
(%)
Settling
Time(s)
Steady
state
Error
PID
Fuzzy PD
4.02
2.44
1.13
0.38
0.02%
0.012%
Controller
Type
Max
overshoot
(%)
Settling
Time(s)
Steady
state
Error
PID
Fuzzy PD
Fuzzy PD + I
Fuzzy PD+PID
16.45
0.925
0
0
2.3
0.50
0.32
0.20
0.5%
0.42%
0.312%
0.315%
Fig.16 Impulse response of PID & fuzzy PD
Controller
The table 2 shows the comparison of these
controllers as applied to the inverted pendulum
system.
TABLE III
Performance Index of Controllers for impulse
response
As shown in table 2, the different
performance index of PID and fuzzy PD control
such as Maximum Overshoot, Settling time and
Study state error were evaluated and found to be
improved by 40%, 68% and 40% respectively in
fuzzy PD controller. Hence it is concluded that
fuzzy PD comparatively better than PID
controller. It may also be applied to other system.
Fig.17 and fig. 18 shows the step response of
various controllers (both conventional & AI base).
Fig.17 Step response of different fuzzy Controller
Fig.18 Step response of different Controller
The table 3 shows the comparison on different
controllers as applied to the inverted pendulum
system.
TABLE IV
Performance Index of Controllers for step input
As shown in table 3 fuzzy PD+I and fuzzy
PD+PID both have approximate same study state
error but the settling time in fuzzy PD+PID
controller improves by 38%.The simulation
structure of the inverted pendulum for PID and
fuzzy controller is designed in the simulink
environment which results shown in fig.16 to fig.18.
These results show that the inverted pendulum has
been controlled
Fig 19 to Fig 22 are the graphical results of PID and
Fuzzy Logic controller with disturbance.
Fig. 19 PID Response for disturbance 1 unit
Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and
Applications (IJERA) ISSN: 2248-9622 www.ijera.com
Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102
1102 | P a g e
Fig. 20 Fuzzy Response for disturbance 1 unit
Fig. 21 PID Response for disturbance 1 unit
Fig. 22 Fuzzy Response for disturbance 1 unit
VI. CONCLUSION
A PID and fuzzy controller based control
scheme for inverted pendulum-cart system has
been proposed in this paper. A nonlinear model of
the inverted pendulum-cart system has been
considered to develop the controllers. The fuzzy
controller is proved to be effective and feasible in
angle control of pendulum at upright position. Hence
fuzzy PD controller is better than conventional PID
controller and Fuzzy PD+PID controller gives better
performance as compared to the other combination
of fuzzy based controller for inverted pendulum.
These responses are shown in Fig16 to Fig18. It is
clear from simulation results that response using
PID and fuzzy controller has stabilized pendulum
angle. Responses of the system with disturbance
with fuzzy logic controller have been compared with
the responses obtained using the PID
controller. These responses are shown in Fig 19 to
Fig 22 It is clear from the simulation studies that
Fuzzy Logic control scheme works more effectively
compared to the PID Control scheme. Hence it may
be applied to other nom linear system.
REFERENCES
[1] D. Liberzon “Switching in Systems
and Control” (2003 Springer) pp.89ff.
[2] Ajit K. Mandal, “Introduction to
Control Engineering Modeling,
Analysis and Design”, New Age
International Publishers.
[3] T.J. Ross, “Fuzzy logic with
engineering applications”, John Wiley
& ons, Ltd., 2004.
[4] D. Sandhya, B. Amarendra Reddy, Prof.
K. A. Gopala Rao “Fuzzy I-PD and
Fuzzy PID Control of Non-linear
Systems” International Conference on
“Control, Automation, Communication
and Energy Conservation -2009, 4th-6th
June 2009.
[5] Yanmei liu, zhen chen, dingyu xue, xinhe
xu “Real-Time Controlling of Inverted
Pendulum by fuzzy logic” In proc. of
the IEEE International Conference on
Automation and Logistics Shenyang,
China August 2009.
[6] Jan Jantzen, “Foundation of Fuzzy
Control”, John Willy and Sons,
Ltd.,2007.
[7] M. I. H. Nour, J. Ooi and K. Y.
Chan “Fuzzy Logic Control
vs.Conventional PID Control of an
Inverted Pendulum Robot” International
Conference on Intelligent and Advanced
Systems 2007.
[8] Anil Kumar Yadav, Prerna Gaur,
A.P.Mittal and Masood
Anzar,”Comparative Analysis of Various
control Techniques for Inverted
[9] Pendulum” IEEE conference,2011
[10]Mohan Akole
#
Barjeev Tyagi XXXII
National systems conference, NSC 2008,
December 17-19, 2008

Contenu connexe

Tendances

Mechatronics design of ball and beam system education and research
Mechatronics design of ball and beam system education and researchMechatronics design of ball and beam system education and research
Mechatronics design of ball and beam system education and researchAlexander Decker
 
TORQUE CONTROL OF AC MOTOR WITH FOPID CONTROLLER BASED ON FUZZY NEURAL ALGORITHM
TORQUE CONTROL OF AC MOTOR WITH FOPID CONTROLLER BASED ON FUZZY NEURAL ALGORITHMTORQUE CONTROL OF AC MOTOR WITH FOPID CONTROLLER BASED ON FUZZY NEURAL ALGORITHM
TORQUE CONTROL OF AC MOTOR WITH FOPID CONTROLLER BASED ON FUZZY NEURAL ALGORITHMijics
 
Tuning of pid controller of inverted pendulum using genetic algorithm
Tuning of pid controller of inverted pendulum using genetic algorithmTuning of pid controller of inverted pendulum using genetic algorithm
Tuning of pid controller of inverted pendulum using genetic algorithmeSAT Publishing House
 
Simulation design of trajectory planning robot manipulator
Simulation design of trajectory planning robot manipulatorSimulation design of trajectory planning robot manipulator
Simulation design of trajectory planning robot manipulatorjournalBEEI
 
A comparative analysis for stabilize the temperature variation of a water bod...
A comparative analysis for stabilize the temperature variation of a water bod...A comparative analysis for stabilize the temperature variation of a water bod...
A comparative analysis for stabilize the temperature variation of a water bod...eSAT Journals
 
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...cscpconf
 
Bond graphs and genetic algorithms for design and
Bond graphs and genetic algorithms for design andBond graphs and genetic algorithms for design and
Bond graphs and genetic algorithms for design andeSAT Publishing House
 
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Cemal Ardil
 
Bond graphs and genetic algorithms for design and optimization of active dyna...
Bond graphs and genetic algorithms for design and optimization of active dyna...Bond graphs and genetic algorithms for design and optimization of active dyna...
Bond graphs and genetic algorithms for design and optimization of active dyna...eSAT Journals
 
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engine
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engineMultistage condition-monitoring-system-of-aircraft-gas-turbine-engine
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engineCemal Ardil
 
PID Controller Design for a Real Time Ball and Beam System – A Double Integra...
PID Controller Design for a Real Time Ball and Beam System – A Double Integra...PID Controller Design for a Real Time Ball and Beam System – A Double Integra...
PID Controller Design for a Real Time Ball and Beam System – A Double Integra...idescitation
 
Static and Normal Mode Analysis of Aircraft Avionics Compartment Door
Static and Normal Mode Analysis of Aircraft Avionics Compartment DoorStatic and Normal Mode Analysis of Aircraft Avionics Compartment Door
Static and Normal Mode Analysis of Aircraft Avionics Compartment Doorinventionjournals
 
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEMEFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEMijctcm
 
Robust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithmRobust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithmeSAT Publishing House
 
Design Nonlinear Model Reference with Fuzzy Controller for Nonlinear SISO Sec...
Design Nonlinear Model Reference with Fuzzy Controller for Nonlinear SISO Sec...Design Nonlinear Model Reference with Fuzzy Controller for Nonlinear SISO Sec...
Design Nonlinear Model Reference with Fuzzy Controller for Nonlinear SISO Sec...IJECEIAES
 

Tendances (20)

Mechatronics design of ball and beam system education and research
Mechatronics design of ball and beam system education and researchMechatronics design of ball and beam system education and research
Mechatronics design of ball and beam system education and research
 
Ball and beam
Ball and beamBall and beam
Ball and beam
 
TORQUE CONTROL OF AC MOTOR WITH FOPID CONTROLLER BASED ON FUZZY NEURAL ALGORITHM
TORQUE CONTROL OF AC MOTOR WITH FOPID CONTROLLER BASED ON FUZZY NEURAL ALGORITHMTORQUE CONTROL OF AC MOTOR WITH FOPID CONTROLLER BASED ON FUZZY NEURAL ALGORITHM
TORQUE CONTROL OF AC MOTOR WITH FOPID CONTROLLER BASED ON FUZZY NEURAL ALGORITHM
 
Jd3416591661
Jd3416591661Jd3416591661
Jd3416591661
 
Tuning of pid controller of inverted pendulum using genetic algorithm
Tuning of pid controller of inverted pendulum using genetic algorithmTuning of pid controller of inverted pendulum using genetic algorithm
Tuning of pid controller of inverted pendulum using genetic algorithm
 
Simulation design of trajectory planning robot manipulator
Simulation design of trajectory planning robot manipulatorSimulation design of trajectory planning robot manipulator
Simulation design of trajectory planning robot manipulator
 
A comparative analysis for stabilize the temperature variation of a water bod...
A comparative analysis for stabilize the temperature variation of a water bod...A comparative analysis for stabilize the temperature variation of a water bod...
A comparative analysis for stabilize the temperature variation of a water bod...
 
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
OPTIMAL TRAJECTORY OF ROBOT MANIPULATOR FOR ENERGY MINIMIZATION WITH QUARTIC ...
 
Bond graphs and genetic algorithms for design and
Bond graphs and genetic algorithms for design andBond graphs and genetic algorithms for design and
Bond graphs and genetic algorithms for design and
 
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
Hybrid neuro-fuzzy-approach-for-automatic-generation-control-of-two--area-int...
 
On finite-time output feedback sliding mode control of an elastic multi-motor...
On finite-time output feedback sliding mode control of an elastic multi-motor...On finite-time output feedback sliding mode control of an elastic multi-motor...
On finite-time output feedback sliding mode control of an elastic multi-motor...
 
Bond graphs and genetic algorithms for design and optimization of active dyna...
Bond graphs and genetic algorithms for design and optimization of active dyna...Bond graphs and genetic algorithms for design and optimization of active dyna...
Bond graphs and genetic algorithms for design and optimization of active dyna...
 
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engine
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engineMultistage condition-monitoring-system-of-aircraft-gas-turbine-engine
Multistage condition-monitoring-system-of-aircraft-gas-turbine-engine
 
PID Controller Design for a Real Time Ball and Beam System – A Double Integra...
PID Controller Design for a Real Time Ball and Beam System – A Double Integra...PID Controller Design for a Real Time Ball and Beam System – A Double Integra...
PID Controller Design for a Real Time Ball and Beam System – A Double Integra...
 
Image Based Visual Servoing for Omnidirectional Wheeled Mobile Robots in Volt...
Image Based Visual Servoing for Omnidirectional Wheeled Mobile Robots in Volt...Image Based Visual Servoing for Omnidirectional Wheeled Mobile Robots in Volt...
Image Based Visual Servoing for Omnidirectional Wheeled Mobile Robots in Volt...
 
Static and Normal Mode Analysis of Aircraft Avionics Compartment Door
Static and Normal Mode Analysis of Aircraft Avionics Compartment DoorStatic and Normal Mode Analysis of Aircraft Avionics Compartment Door
Static and Normal Mode Analysis of Aircraft Avionics Compartment Door
 
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEMEFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
EFFECT OF TWO EXOSYSTEM STRUCTURES ON OUTPUT REGULATION OF THE RTAC SYSTEM
 
Robust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithmRobust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithm
 
Aa04405152157
Aa04405152157Aa04405152157
Aa04405152157
 
Design Nonlinear Model Reference with Fuzzy Controller for Nonlinear SISO Sec...
Design Nonlinear Model Reference with Fuzzy Controller for Nonlinear SISO Sec...Design Nonlinear Model Reference with Fuzzy Controller for Nonlinear SISO Sec...
Design Nonlinear Model Reference with Fuzzy Controller for Nonlinear SISO Sec...
 

En vedette (20)

Gt3412451250
Gt3412451250Gt3412451250
Gt3412451250
 
Gr3412151231
Gr3412151231Gr3412151231
Gr3412151231
 
Gu3412511258
Gu3412511258Gu3412511258
Gu3412511258
 
Ft3410671073
Ft3410671073Ft3410671073
Ft3410671073
 
Fw3410821085
Fw3410821085Fw3410821085
Fw3410821085
 
Gy3412771280
Gy3412771280Gy3412771280
Gy3412771280
 
Fg33950952
Fg33950952Fg33950952
Fg33950952
 
Fk33964970
Fk33964970Fk33964970
Fk33964970
 
Ga3310711081
Ga3310711081Ga3310711081
Ga3310711081
 
Fl33971979
Fl33971979Fl33971979
Fl33971979
 
Di31743746
Di31743746Di31743746
Di31743746
 
Dg31733737
Dg31733737Dg31733737
Dg31733737
 
Mat gestmodulo3
Mat gestmodulo3Mat gestmodulo3
Mat gestmodulo3
 
EmilyCartte_Resume 2016n
EmilyCartte_Resume 2016nEmilyCartte_Resume 2016n
EmilyCartte_Resume 2016n
 
Um Reagonismo à La Carte – PolíTica Externa
Um Reagonismo à La Carte – PolíTica ExternaUm Reagonismo à La Carte – PolíTica Externa
Um Reagonismo à La Carte – PolíTica Externa
 
Virus informáticos
Virus informáticosVirus informáticos
Virus informáticos
 
El esquelet
El esqueletEl esquelet
El esquelet
 
Los Amarillos
Los AmarillosLos Amarillos
Los Amarillos
 
Et 2010
Et 2010Et 2010
Et 2010
 
Ilustración
IlustraciónIlustración
Ilustración
 

Similaire à Fz3410961102

Case Study of Various Parameters by Applying Swing Up Control for Inverted Pe...
Case Study of Various Parameters by Applying Swing Up Control for Inverted Pe...Case Study of Various Parameters by Applying Swing Up Control for Inverted Pe...
Case Study of Various Parameters by Applying Swing Up Control for Inverted Pe...ijeei-iaes
 
STABILIZATION AT UPRIGHT EQUILIBRIUM POSITION OF A DOUBLE INVERTED PENDULUM W...
STABILIZATION AT UPRIGHT EQUILIBRIUM POSITION OF A DOUBLE INVERTED PENDULUM W...STABILIZATION AT UPRIGHT EQUILIBRIUM POSITION OF A DOUBLE INVERTED PENDULUM W...
STABILIZATION AT UPRIGHT EQUILIBRIUM POSITION OF A DOUBLE INVERTED PENDULUM W...ijcsa
 
A comparative study of controllers for stabilizing a rotary inverted pendulum
A comparative study of controllers for stabilizing a rotary inverted pendulumA comparative study of controllers for stabilizing a rotary inverted pendulum
A comparative study of controllers for stabilizing a rotary inverted pendulumijccmsjournal
 
A Comparative study of controllers for stabilizing a Rotary Inverted Pendulum
A Comparative study of controllers for stabilizing a Rotary Inverted PendulumA Comparative study of controllers for stabilizing a Rotary Inverted Pendulum
A Comparative study of controllers for stabilizing a Rotary Inverted Pendulumijccmsjournal
 
Vibration and tip deflection control of a single link flexible manipulator
Vibration and tip deflection control of a single link flexible manipulatorVibration and tip deflection control of a single link flexible manipulator
Vibration and tip deflection control of a single link flexible manipulatorijics
 
ijccms paper 29--04--22.pdf
ijccms paper  29--04--22.pdfijccms paper  29--04--22.pdf
ijccms paper 29--04--22.pdfijccmsjournal
 
Inverted Pendulum Control: A Brief Overview
Inverted Pendulum Control: A Brief OverviewInverted Pendulum Control: A Brief Overview
Inverted Pendulum Control: A Brief OverviewIJMER
 
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...Waqas Tariq
 
Tuning of pid controller of inverted pendulum using genetic algorithm
Tuning of pid controller of inverted pendulum using genetic algorithmTuning of pid controller of inverted pendulum using genetic algorithm
Tuning of pid controller of inverted pendulum using genetic algorithmeSAT Journals
 
A COMPARATIVE ANALYSIS OF FUZZY BASED HYBRID ANFIS CONTROLLER FOR STABILIZATI...
A COMPARATIVE ANALYSIS OF FUZZY BASED HYBRID ANFIS CONTROLLER FOR STABILIZATI...A COMPARATIVE ANALYSIS OF FUZZY BASED HYBRID ANFIS CONTROLLER FOR STABILIZATI...
A COMPARATIVE ANALYSIS OF FUZZY BASED HYBRID ANFIS CONTROLLER FOR STABILIZATI...ijscmcjournal
 
A Comparative Analysis of Fuzzy Based Hybrid Anfis Controller for Stabilizati...
A Comparative Analysis of Fuzzy Based Hybrid Anfis Controller for Stabilizati...A Comparative Analysis of Fuzzy Based Hybrid Anfis Controller for Stabilizati...
A Comparative Analysis of Fuzzy Based Hybrid Anfis Controller for Stabilizati...ijscmcj
 
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...IJERA Editor
 
Design of Model Free Adaptive Fuzzy Computed Torque Controller for a Nonlinea...
Design of Model Free Adaptive Fuzzy Computed Torque Controller for a Nonlinea...Design of Model Free Adaptive Fuzzy Computed Torque Controller for a Nonlinea...
Design of Model Free Adaptive Fuzzy Computed Torque Controller for a Nonlinea...Waqas Tariq
 
Design Artificial Nonlinear Robust Controller Based on CTLC and FSMC with Tun...
Design Artificial Nonlinear Robust Controller Based on CTLC and FSMC with Tun...Design Artificial Nonlinear Robust Controller Based on CTLC and FSMC with Tun...
Design Artificial Nonlinear Robust Controller Based on CTLC and FSMC with Tun...Waqas Tariq
 
FUZZY LOGIC CONTROL DESIGN FOR ELECTRICAL MACHINES
FUZZY LOGIC CONTROL DESIGN FOR ELECTRICAL MACHINESFUZZY LOGIC CONTROL DESIGN FOR ELECTRICAL MACHINES
FUZZY LOGIC CONTROL DESIGN FOR ELECTRICAL MACHINESIAEME Publication
 
AN INVESTIGATION ON FUZZY LOGIC CONTROLLERS (TAKAGI-SUGENO & MAMDANI) IN INVE...
AN INVESTIGATION ON FUZZY LOGIC CONTROLLERS (TAKAGI-SUGENO & MAMDANI) IN INVE...AN INVESTIGATION ON FUZZY LOGIC CONTROLLERS (TAKAGI-SUGENO & MAMDANI) IN INVE...
AN INVESTIGATION ON FUZZY LOGIC CONTROLLERS (TAKAGI-SUGENO & MAMDANI) IN INVE...ijfls
 

Similaire à Fz3410961102 (20)

Case Study of Various Parameters by Applying Swing Up Control for Inverted Pe...
Case Study of Various Parameters by Applying Swing Up Control for Inverted Pe...Case Study of Various Parameters by Applying Swing Up Control for Inverted Pe...
Case Study of Various Parameters by Applying Swing Up Control for Inverted Pe...
 
Fuzzy logic control vs. conventional pid
Fuzzy logic control vs. conventional pidFuzzy logic control vs. conventional pid
Fuzzy logic control vs. conventional pid
 
E143747
E143747E143747
E143747
 
STABILIZATION AT UPRIGHT EQUILIBRIUM POSITION OF A DOUBLE INVERTED PENDULUM W...
STABILIZATION AT UPRIGHT EQUILIBRIUM POSITION OF A DOUBLE INVERTED PENDULUM W...STABILIZATION AT UPRIGHT EQUILIBRIUM POSITION OF A DOUBLE INVERTED PENDULUM W...
STABILIZATION AT UPRIGHT EQUILIBRIUM POSITION OF A DOUBLE INVERTED PENDULUM W...
 
A comparative study of controllers for stabilizing a rotary inverted pendulum
A comparative study of controllers for stabilizing a rotary inverted pendulumA comparative study of controllers for stabilizing a rotary inverted pendulum
A comparative study of controllers for stabilizing a rotary inverted pendulum
 
A Comparative study of controllers for stabilizing a Rotary Inverted Pendulum
A Comparative study of controllers for stabilizing a Rotary Inverted PendulumA Comparative study of controllers for stabilizing a Rotary Inverted Pendulum
A Comparative study of controllers for stabilizing a Rotary Inverted Pendulum
 
Vibration and tip deflection control of a single link flexible manipulator
Vibration and tip deflection control of a single link flexible manipulatorVibration and tip deflection control of a single link flexible manipulator
Vibration and tip deflection control of a single link flexible manipulator
 
ijccms paper 29--04--22.pdf
ijccms paper  29--04--22.pdfijccms paper  29--04--22.pdf
ijccms paper 29--04--22.pdf
 
Inverted Pendulum Control: A Brief Overview
Inverted Pendulum Control: A Brief OverviewInverted Pendulum Control: A Brief Overview
Inverted Pendulum Control: A Brief Overview
 
Design and implementation of variable and constant load for induction motor
Design and implementation of variable and constant load for induction motorDesign and implementation of variable and constant load for induction motor
Design and implementation of variable and constant load for induction motor
 
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
Control of IC Engine: Design a Novel MIMO Fuzzy Backstepping Adaptive Based F...
 
Tuning of pid controller of inverted pendulum using genetic algorithm
Tuning of pid controller of inverted pendulum using genetic algorithmTuning of pid controller of inverted pendulum using genetic algorithm
Tuning of pid controller of inverted pendulum using genetic algorithm
 
Design of fractional order controllers using constrained optimization and ref...
Design of fractional order controllers using constrained optimization and ref...Design of fractional order controllers using constrained optimization and ref...
Design of fractional order controllers using constrained optimization and ref...
 
A COMPARATIVE ANALYSIS OF FUZZY BASED HYBRID ANFIS CONTROLLER FOR STABILIZATI...
A COMPARATIVE ANALYSIS OF FUZZY BASED HYBRID ANFIS CONTROLLER FOR STABILIZATI...A COMPARATIVE ANALYSIS OF FUZZY BASED HYBRID ANFIS CONTROLLER FOR STABILIZATI...
A COMPARATIVE ANALYSIS OF FUZZY BASED HYBRID ANFIS CONTROLLER FOR STABILIZATI...
 
A Comparative Analysis of Fuzzy Based Hybrid Anfis Controller for Stabilizati...
A Comparative Analysis of Fuzzy Based Hybrid Anfis Controller for Stabilizati...A Comparative Analysis of Fuzzy Based Hybrid Anfis Controller for Stabilizati...
A Comparative Analysis of Fuzzy Based Hybrid Anfis Controller for Stabilizati...
 
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
Design and Simulation of Different Controllers for Stabilizing Inverted Pendu...
 
Design of Model Free Adaptive Fuzzy Computed Torque Controller for a Nonlinea...
Design of Model Free Adaptive Fuzzy Computed Torque Controller for a Nonlinea...Design of Model Free Adaptive Fuzzy Computed Torque Controller for a Nonlinea...
Design of Model Free Adaptive Fuzzy Computed Torque Controller for a Nonlinea...
 
Design Artificial Nonlinear Robust Controller Based on CTLC and FSMC with Tun...
Design Artificial Nonlinear Robust Controller Based on CTLC and FSMC with Tun...Design Artificial Nonlinear Robust Controller Based on CTLC and FSMC with Tun...
Design Artificial Nonlinear Robust Controller Based on CTLC and FSMC with Tun...
 
FUZZY LOGIC CONTROL DESIGN FOR ELECTRICAL MACHINES
FUZZY LOGIC CONTROL DESIGN FOR ELECTRICAL MACHINESFUZZY LOGIC CONTROL DESIGN FOR ELECTRICAL MACHINES
FUZZY LOGIC CONTROL DESIGN FOR ELECTRICAL MACHINES
 
AN INVESTIGATION ON FUZZY LOGIC CONTROLLERS (TAKAGI-SUGENO & MAMDANI) IN INVE...
AN INVESTIGATION ON FUZZY LOGIC CONTROLLERS (TAKAGI-SUGENO & MAMDANI) IN INVE...AN INVESTIGATION ON FUZZY LOGIC CONTROLLERS (TAKAGI-SUGENO & MAMDANI) IN INVE...
AN INVESTIGATION ON FUZZY LOGIC CONTROLLERS (TAKAGI-SUGENO & MAMDANI) IN INVE...
 

Dernier

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 

Dernier (20)

Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

Fz3410961102

  • 1. Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102 1096 | P a g e Performance Evaluation of various Control Techniques for Inverted Pendulum Anita Khosla1 , Leena G.2 , M. K. Soni3 1 Research scholar EEE Dept, Faculty of Engineering and Technology, Manav Rachna International University, 2 Professor, EEE Dept, Faculty of Engineering and Technology, Manav Rachna International University, 3 Exe. Director and Dean, Faculty of Engineering and Technology, Manav Rachna International University, Abstract The application of different types of FLC and conventional PID controllers to the Inverted pendulum problem is presented in this paper. The fuzzy logic controllers have been used to control many nonlinear systems. They are designed in various forms in the Matlab- Simulink environment with Mamdani type fuzzy inference system. The Inverted Pendulum system (also called “cart-pole system”) is a challenging,nonlinear and unstable control system. By controlling the force applied to the cart in the horizontal direction, the inverted pendulum can be kept in various unstable equilibrium positions. Fuzzy control in association with PID control is found better amongst the fuzzy PD and fuzzy PD+I control. Keywords-Fuzzy controller, Fuzzy inference system, Inverted pendulum, Mamdani, PID controller. I. INTRODUCTION THE inverted pendulum system is a multivariable,classic, nonlinear ,unstable and high order system. It is used by many researchers for designing and testing the control techniques. Some findings on the problem of Inverted pendulum-cart systems are presented in this paper. Inverted pendulums can be classified in two categories. One is the moving- cart (also referred to as moving-carriage or moving-wagon) type and the other is rotation type. The moving-cart inverted pendulum has a cart that can only move back and forth along the track. In this paper, control of the moving–cart type inverted pendulum problem has been considered. In conventional control theory, most of control problems are usually solved by mathematical tools based on system models. But in true sense, there are many complex systems whose accurate mathematical models are not available or difficult to formulate. As an alternative to conventional control approach, the fuzzy control techniques by introducing linguistic information can provide a good solution for these problems. The most difficult aspect in the design of fuzzy controller is the construction of the rule base [9]. The construction of fuzzy rules has been mainly based on the operator’s control experience or actions. Also tuning of the fuzzy rule membership functions is an important task in the design of fuzzy system. A PID controller is a widely used feedback controller. It is the most commonly used feedback controller and calculates an "error" value as the difference between a measured process variable and a desired set point [1], [2]. The controller attempts to reduce the error by adjusting the process control inputs. Fuzzy inference systems (FIS) are rule- based systems with concepts and operations associated with fuzzy set theory and fuzzy logic [3]. These systems are mappings from an input space to an output space; therefore, they allow constructing structures that can be used to generate responses to certain inputs, based on stored knowledge on how the responses and inputs related. The knowledge is stored in the form of a set of rules that express the relations between inputs of the system and expected outputs. Controllers based on fuzzy logic theory not only try to mimic the behavior of an expert operator but also do not demand model identification [4]. In terms of inference process there are two main classes of FIS: the Mamdani-type FIS [3] and the Takagi-Sugeno- Kang (TSK) type FIS. Henceforth, the TSK FIS will be just called Sugeno FIS. In this paper we are using Mamdani type FIS. Fuzzy logic controller in different configuration is applied to inverted pendulum for validation of the control problem aspects. II. MODELING OF INVERTED PENDULUM In this section, the model of the single inverted pendulum [2], [5] is established and the derivations of dynamical equations of the system is shown. Fig.1 shows the schematic drawing of the inverted pendulum hinged on a cart system. The cart is able to move on a limited horizontal rail length. Fig.2 shows the free body diagram of the system.
  • 2. Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102 1097 | P a g e Fig.1Cart pole system Certain assumptions are made that the initial conditions are zero so that the system will start in a state of equilibrium and the pendulum will move only a few degrees away from the y direction to meet the requirement of a linear model. Parameters of the Cart and Pendulum M – Mass of cart 0.6kg m – Mass of pendulum 0.23kg b – Friction on cart 0.11Nm-1s-1 l– Length to pendulum centre of mass 0.3m I – Inertia of the pendulum 0.0056 kg m2 F – Force applied to cart x – Cart position co-ordinate θ – Pendulum angle from the vertical position Fig. 2 Free Body Diagram By combining the forces of the cart in the horizontal direction M x+ b x+ N = F (1) Adding the forces of the pendulum in the horizontal direction, .. .. 2. M x+ mlθcosθ − mlθ sinθ = N (2) Putting (2) in (1) (M + m) x+ b x+ mlθcosθ − mlθ sinθ = F (3) Sum of the forces perpendicular to the pendulum Psinθ + N cosθ −mg sinθ = mlθ+ m xcosθ (4) To eliminate the P and N terms in the (4), and adding the moments around the centroid of the pendulum − Pl sinθ − Nl cosθ = I θ (5) Combining (4) and (5) .. .. (I + ml 2 )θ+ mgl sinθ = −ml xcosθ The set of equations should be linearized aboutθ = π Assuming thatθ =π+φ (φ Represents a small angle from the vertical upward direction). Therefore, cosθ = −1,sinθ = −φ and d2 θ/dt2=0 (7) After linearization (3) and (6) and F in (3) equals to u (I + ml 2 )φ− mgl φ = ml x (8) (M + m) x+ b x− ml φ = u (9) Laplace transforms of the system equations are as below (I + ml 2 )φ(s)s 2 −mglφ(s) = −mlX (s)s 2 (10) (M + m)X (s)s 2 +bX (s)s − mlφ(s)s 2 = U(s) (11) Since the angle φ is the output of interest, solving (9) for X(s) Substituting (12) into (11) and Re-arranging, the transfer function is III. PID Controller PID is a feedback controller whose output, a control variable (CV), is generally based on the error (e) between some user-defined set point (SP) and some measured process variable (PV). Each element of the PID controller refers to a particular action taken on the error [1]. Two cases are considered in this control technique , in the first case, set value zero with impulse disturbance are taken in plant and in second case, set value without disturbance in plant is taken A. Controller with disturbance in plant Since the objective is to make the pendulum return to the vertical position after the initial disturbance, applied to the cart is added as an impulse disturbance. It is shown in block diagram in fig.3
  • 3. Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102 1098 | P a g e Fig.3. closed-loop system with Disturbance Fig. 4 The inverted pendulum system with PID Controller in simulink For the PID Controller the parameter values inside the block are (P=100, I=1, D=21). Pulse generator parameters are set to period=10,duty cycle=0.01%, amplitude=1000. Pulse generator gives an impulse disturbance. B. Controller without disturbance in plant Fig.5 shows the inverted pendulum with PID controller for step input r(s). Fig. 5 closed-loop system with r(s) Fig. 6 Simulink model of closed-loop system with step input as angle (radian) set value The closed-loop transfer function of the fig. 5 can be found as shown by the (15) The closed-loop transfer function in (15) can be implemented into Matlab by using the m-file code and also implemented in simulink.Fig.6 shows Simulink model of closed loop system with PID controller. IV. FUZZY LOGIC CONTROLLER It is more difficult to set the controller gains for fuzzy controllers compared to proportional-integral- derivative (PID) controllers as they are nonlinear . The fuzzy logic controller shown in fig.7 was first implemented by Mamdani and Assilian based on the fuzzy logic system generalized from fuzzy set theory introduced by Zadeh. As it is already discussed in section III two cases for controlling the inverted pendulum by PID controller, here fuzzy controller is discussed. Fig. 7 Block diagram of fuzzy controller In this paper the stages of development of the fuzzy controller for an inverted pendulum are presented by developing a two- input, one output Mamdani type system. The fuzzy sets of two- input (e, edot) and one output (u) are designed in fig.8. The output or the defuzzification stage converts the combined result back into a specific control output value using the Centroid method [7].
  • 4. Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102 1099 | P a g e Fig.8 membership function for e,edot and Fp Note that we are using "NS" as an abbreviation for "negative small in size" and so on for the other variables. Such abbreviations help keep the linguistic descriptions short yet precise: "NB" to represent "negative big" "NM" to represent "negative medium" "ZE" to represent zero" "PS" to represent "positive small". "PM" to represent "positive medium" "PB" to represent “positive big" The choice of membership functions (MFs) and rule base of the fuzzy controller will affect the performance of the system. The control performance is greatly improved by adopting suitable rule base according to the angle of the pole with the vertical. In this paper 7 inputs & 7 output membership function are described in 49 Fuzzy–if-then rules (which are represented in table 1) gives the better response. TABLE: I Fuzzy Rule Base Fig.9 shows the simulink model of fuzzy PD controller with disturbance in plant. It improves the performance index in comparison to conventional PID controller which simulink model is shown in fig.4. Fig.9 Simulink model of fuzzy PD Controller with disturbance in plant Fig.10 shows the simulink model of fuzzy PD controller without disturbance in plant. It gives the better performance in comparison to conventional PID controller which simulink model shown in fig.6. Fig.10 Simulink model of fuzzy PD Controller without disturbance in plant Fig. 11shows the simulink model of fuzzy PD+I controller that improves the performance index such as maximum overshoot , settling time, and study state error in comparison to simulink model of fuzzy PD controller without disturbance in plant which is shown in fig.10. Fig.11 Simulink model of fuzzy PD+I Controller A high level fuzzy controller works on the level below that of the human operator. It improves the control performance [6]. Normally, control systems based on PID controllers are capable of controlling the process when the operation is steady and close to normal conditions. However, if sudden changes occur, or if the process enters abnormal states, then the configuration in Fig.12 may be applied to bring the process back to normal
  • 5. Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102 1100 | P a g e operation as fast as possible [6]. Fig.12 shows the schematic diagram of fuzzy in association with PID control. It improves the settling time. Fig.12 Schematic diagram of Fuzzy adds to PID Control Fig.13 shows the fuzzy PD+PID control in simulink. It gives better performance index in comparison to all other configuration of fuzzy controller which is developed and discussed above. Fig.13 fuzzy PD+ PID Control in simulink V. SIMULATION RESULT AND DISCUSSION This section presents the results obtained from the open loop system without controller, and the response of the Inverted pendulum cart system with controllers such as PID and FLC . The pendulum angle PID controller and cart position PID controller are tuned by the Ziegler-Nichols criteria. Gain values of these PID controllers are shown in Table III below. TABLE II PID Controller Gains Gain For Pendulum angle controller For Cart Position Controller Kp 40 2 Ki 38 .03 Kd 28 0.5 Fig.14 shows the step response of pendulum angle without controller. Fig.14 Step response of pendulum angle without controller. Fig.15 shows the impulse response of pendulum angle without controller From fig.14 and fig.15 it is noticed that the inverted pendulum system is unstable without controller. Fig.16 shows the Impulse response of both conventional(PID) & Artificial Intelligence (AI) base controller. Impulse response of different controllers
  • 6. Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102 1101 | P a g e Controller type Max Overshoot (%) Settling Time(s) Steady state Error PID Fuzzy PD 4.02 2.44 1.13 0.38 0.02% 0.012% Controller Type Max overshoot (%) Settling Time(s) Steady state Error PID Fuzzy PD Fuzzy PD + I Fuzzy PD+PID 16.45 0.925 0 0 2.3 0.50 0.32 0.20 0.5% 0.42% 0.312% 0.315% Fig.16 Impulse response of PID & fuzzy PD Controller The table 2 shows the comparison of these controllers as applied to the inverted pendulum system. TABLE III Performance Index of Controllers for impulse response As shown in table 2, the different performance index of PID and fuzzy PD control such as Maximum Overshoot, Settling time and Study state error were evaluated and found to be improved by 40%, 68% and 40% respectively in fuzzy PD controller. Hence it is concluded that fuzzy PD comparatively better than PID controller. It may also be applied to other system. Fig.17 and fig. 18 shows the step response of various controllers (both conventional & AI base). Fig.17 Step response of different fuzzy Controller Fig.18 Step response of different Controller The table 3 shows the comparison on different controllers as applied to the inverted pendulum system. TABLE IV Performance Index of Controllers for step input As shown in table 3 fuzzy PD+I and fuzzy PD+PID both have approximate same study state error but the settling time in fuzzy PD+PID controller improves by 38%.The simulation structure of the inverted pendulum for PID and fuzzy controller is designed in the simulink environment which results shown in fig.16 to fig.18. These results show that the inverted pendulum has been controlled Fig 19 to Fig 22 are the graphical results of PID and Fuzzy Logic controller with disturbance. Fig. 19 PID Response for disturbance 1 unit
  • 7. Anita Khosla, Leena G., M. K. Soni / International Journal of Engineering Research and Applications (IJERA) ISSN: 2248-9622 www.ijera.com Vol. 3, Issue 4, Jul-Aug 2013, pp.1096-1102 1102 | P a g e Fig. 20 Fuzzy Response for disturbance 1 unit Fig. 21 PID Response for disturbance 1 unit Fig. 22 Fuzzy Response for disturbance 1 unit VI. CONCLUSION A PID and fuzzy controller based control scheme for inverted pendulum-cart system has been proposed in this paper. A nonlinear model of the inverted pendulum-cart system has been considered to develop the controllers. The fuzzy controller is proved to be effective and feasible in angle control of pendulum at upright position. Hence fuzzy PD controller is better than conventional PID controller and Fuzzy PD+PID controller gives better performance as compared to the other combination of fuzzy based controller for inverted pendulum. These responses are shown in Fig16 to Fig18. It is clear from simulation results that response using PID and fuzzy controller has stabilized pendulum angle. Responses of the system with disturbance with fuzzy logic controller have been compared with the responses obtained using the PID controller. These responses are shown in Fig 19 to Fig 22 It is clear from the simulation studies that Fuzzy Logic control scheme works more effectively compared to the PID Control scheme. Hence it may be applied to other nom linear system. REFERENCES [1] D. Liberzon “Switching in Systems and Control” (2003 Springer) pp.89ff. [2] Ajit K. Mandal, “Introduction to Control Engineering Modeling, Analysis and Design”, New Age International Publishers. [3] T.J. Ross, “Fuzzy logic with engineering applications”, John Wiley & ons, Ltd., 2004. [4] D. Sandhya, B. Amarendra Reddy, Prof. K. A. Gopala Rao “Fuzzy I-PD and Fuzzy PID Control of Non-linear Systems” International Conference on “Control, Automation, Communication and Energy Conservation -2009, 4th-6th June 2009. [5] Yanmei liu, zhen chen, dingyu xue, xinhe xu “Real-Time Controlling of Inverted Pendulum by fuzzy logic” In proc. of the IEEE International Conference on Automation and Logistics Shenyang, China August 2009. [6] Jan Jantzen, “Foundation of Fuzzy Control”, John Willy and Sons, Ltd.,2007. [7] M. I. H. Nour, J. Ooi and K. Y. Chan “Fuzzy Logic Control vs.Conventional PID Control of an Inverted Pendulum Robot” International Conference on Intelligent and Advanced Systems 2007. [8] Anil Kumar Yadav, Prerna Gaur, A.P.Mittal and Masood Anzar,”Comparative Analysis of Various control Techniques for Inverted [9] Pendulum” IEEE conference,2011 [10]Mohan Akole # Barjeev Tyagi XXXII National systems conference, NSC 2008, December 17-19, 2008