SlideShare a Scribd company logo
1 of 6
Download to read offline
Invention Journal of Research Technology in Engineering & Management (IJRTEM)
ISSN: 2455-3689
www.ijrtem.com Volume 2 Issue 3 ǁ March. 2018 ǁ PP 07-12
| Volume 2 | Issue 3 | www.ijrtem.com | 7 |
Advanced Stability Analysis of Control Systems with
Variable Parameters
Kamen M. Yanev1
1
(Associate Professor, Department of Electrical Engineering, University of Botswana, Botswana)
ABSTRACT: The purpose of the current research is to advance further the D-Partitioning method and
emphasize on its practical application. It has the objective to clarify it in a user friendly manner in order to
simplify its implementation. By applying the basic initial ideas of the method, the main line of the research is the
development of a generalized stability analysis tool and demonstrating its application. With the aid of this tool,
proper parameter values can be chosen for a desirable performance and stability of a system. The analysis tool
can be practically used when one, two or more system’s parameters are varied independently or simultaneously.
Basically this tool defines regions of stability in the space of the system’s parameters.
KEYWORDS: Advanced D-Partitioning, Stability Analysis Tool, Variable Parameters, Marginal Cases
I. INTRODUCTION
By applying the basic initial ideas of Neimark [1], the aim of this research is to achieve further advancement of
the D-Partitioning method, developing a general stability analysis tool and demonstrating its application. By
implementing an interactive MATLAB procedure methodology, the advancement of the D-Partitioning
represented in this research is based on the innovative transparent graphical display of the simultaneous
interaction between n-variable parameters, as well as the determination of the simultaneous marginal values of
n-variable parameters. This innovative analysis tool is classified as the method of Advanced D-Partitioning.
The advancement of the analysis developed in this research is in terms of its practical application in case one or
two system’s parameters that are varied independently or simultaneously. It is a further upgrade of the author’s
previous work [2], [3]. The stability analysis is based on the fact that the roots of the characteristic equation of a
control system depend on the coefficients of this equation and therefore depend on the system’s parameters [4].
Generally, for an n-order characteristic equation, m roots may be positioned in the right-hand side and (n - m) in
the left-hand side of the s-plane, being a reason for the developing of this original method of stability analysis.
The application of the suggested method of Advanced D-Partitioning is demonstrated in case of real-life control
systems.
II. ADVANCED D-PARTITIONING IN CASE OF ONE VARIABLE PARAMETER
To implement the method of the Advanced D-partitioning, the n-order characteristic equation of a control
system is presented in the format:
0...)(
1
10 

n
nn
asasasG
(1)
where s is the Laplace operator
naaa ,...,, 10 - are parameter-dependent coefficients
Initially, the hypothetical system characteristic equation (1) is introduced in the following format to expose a
variable parameter:
0)()()(  svQsPsG
(2)
where )(sP and )(sQ are polynomials of the Laplace operator s
 is the single variable system parameter
Invention Journal of Research Technology in Engineering & Management
| Volume 2 | Issue 3 | www.ijrtem.com | 8 |
The borders of the D-partitioning can be determined by substituting s = j in the characteristic equation (2) and
varying the frequency within the range     . Accordingly, the equation (2) is transformed to equation
(3) as follows:
0)()()(   jvQjPjG
(3)
Further,  can be presented also as a complex number as follows:
)()(
)(
)(



jYX
jQ
jP
v 
(4)
Real part X() of this complex number corresponds in reality to the value of the variable parameter of the
control system. Then, the D-partitioning regions can be obtained graphically in the complex plane  = X() +
Y(), by varying the frequency within the range     .
In this research, a number of original examples of practical implementation of the method will be demonstrated.
As initial example, a real-life cruise control system is reduced to a third order system of Type 0 [5], [6]. Cruise
control is a system that automatically controls the speed of a motor vehicle. The open loop transfer function of
the system is with a variable parameter that is its gain factor K and is represented as follows:
500006500160
1000
)100)(50)(10(
1000
)(
23




sss
K
sss
K
sGO
(5)
The transfer function of the feedback system can be represented as:
Ksss
K
sGo
sGo
sGCL
1000)100)(50)(10(
1000
)(1
)(
)(




(6)
It is suggested that the original gain factor K of the system is a variable parameter due to some temperature
effects within the environment of its operation. The characteristic equation of the feedback system is:
01000)100)(50)(10()(  KssssG
(7)
To expose the variable parameter equation (7) is presented as:
0)()()(  sKQsPsG
(8)
Where the polynomials of equation (9) are as follows:
)100)(50)(10()(  ssssP
(9)
1000)( sQ
(10)
Invention Journal of Research Technology in Engineering & Management
| Volume 2 | Issue 3 | www.ijrtem.com | 9 |
Then, the variable parameter is presented as:
1000
500006500160
1000
)100)(50)(10(
)(
)(
)(
23




ssssss
sQ
sP
sK
(11)
The D-partitioning curve in terms of one variable parameter can be plotted in the complex plane within
the frequency range     , facilitated by MATLAB the “Nyquist” m-code, this is illustrated for the
case of the variable gain factor K in Fig. 1.
>> K=tf([1 160 6500 50000],[1000])
>> nyquist(K)
Figure 1: D-Partitioning Facilitated by the “nyquist” m-code
To avoid any misunderstanding or misinterpretation of the D-Partitioning procedure, the “nyquist” m-code can
be modified into a “dpartition” m-code with the aid of the MATLAB Editor and a proper formatting. It is seen
that the D-partitioning determines three regions on the K-plane: D(0), D(1) and D(2). Only D(0) is the region of
stability, being the one, always on the left-hand side of the curve for a frequency variation from  to .
The system gain is 0.02K, while K is considered as a gain factor.
The results, obtained from the D-partitioning are also compared and confirmed with the outcome from the
Nyquist analysis for the cases of the positive gain factors K  [400,1200] corresponding to gains 0.02K  [8,24]
accordingly, as shown in Fig. 2. To examine the effect of the variable gain factor K on the system’s stability, an
LTI array of Ao is created.
>> K=[400:50:1200];
>> for n=1:length(K)
Ao_array(:,:,n)=tf([1000*K(n)], [1 160 6500 50000]);
end
>> Ao1=tf([990000], [1 160 6500 50000])
nyquist(Ao_array,Ao1)
>> nyquist(Ao_array,Ao1)
Invention Journal of Research Technology in Engineering & Management
| Volume 2 | Issue 3 | www.ijrtem.com | 10 |
Figure 2: Zoomed Image of the Marginal Gain, Confirmed with the Aid of the Nyquist Stability Criterion
The case of K = 990, or a system gain 0.02K = 19.8 corresponds to a marginal case, while K = 1200,
corresponding to 0.02K = 24 corresponds again to an unstable state of the system. In this case the negative
values of K are ignored. The results from the Nyquist analysis prove the outcome of the Advanced D-
Partitioning and confirm that the system will be stable if K  990, corresponding system gain 0.02K  19.8.
III. ADVANCED D-PARTITIONING IN CASE OF TWO VARIABLE PARAMETERS
If two of the system parameters are variable simultaneously [2], [3], [5] the system general characteristic
equation (1) can be presented as:
0)()()()(  sRsQsPsG 
(12)
where P(s), Q(s), and R(s) are polynomials of the Laplace operator s
 and  are variables equal to the system’s variable parameters
The analysis can be demonstrated for the control system of an armature-controlled dc motor and a type-
driving mechanism [7], [8]. In this case the gain and one of the time-constants are uncertain and variable. The
open-loop transfer function of the system is presented as:
)8.01)(5.01)(1(
)(
ssTs
K
sG


(13)
By substituting s = j equation, the characteristic equation of the unity feedback system is:
0)3.1²4.0(²)4.03.1(1)8.01)(5.01)(1(  TTjTssTsK 
(14)
Since the gain may obtain only real values, the imaginary term of equation (14) is set to zero, from where:
T
T
4.0
3.1
²


(15)
The result of (15) is substituted into the real part of equation (14), from where:
Invention Journal of Research Technology in Engineering & Management
| Volume 2 | Issue 3 | www.ijrtem.com | 11 |
T
T
T
TT
K
3.1
225.425.3
4.0
52.069.1²3.1



(16)
The D-Partitioning curve K = f (T) is plotted with the aid of the following code:
>> T = 0:0.1:5;
>> K = 3.25.*T+4.225+1.3./T
K =
Columns 1 through 10
Inf 17.5500 11.3750 9.5333 8.7750 8.4500 8.3417 8.3571 8.4500 8.5944
Columns 11 through 20
8.7750 8.9818 9.2083 9.4500 9.7036 9.9667 10.2375 10.5147 10.7972 11.0842
Columns 21 through 30
11.3750 11.6690 11.9659 12.2652 12.5667 12.8700 13.1750 13.4815 13.7893 14.0983
Columns 31 through 40
14.4083 14.7194 15.0313 15.3439 15.6574 15.9714 16.2861 16.6014 16.9171 17.2333
Columns 41 through 50
17.5500 17.8671 18.1845 18.5023 18.8205 19.1389 19.4576 19.7766 20.0958 20.4153
Column 51
20.7350
>> plot(T,K)
Figure 3: D-Partitioning in terms of Two Variable Parameters
The D-Partitioning curve K = f (T) defines the border between the region of stability D(0) and instability D(1)
for the case of simultaneous variation of the two system parameters. Each point of the D-Partitioning curve
represents also the marginal values of the two simultaneously variable parameters. This is a unique advancement
and an novelty in the theory of control systems stability analysis.
The system performance in case of variation of the time-constant T is examined at gain set to K = 10. When
0 < T < 0.25 sec and T > 1.5 sec the system is stable. But it becomes unstable in the range 0.25 sec < T < 1.5
sec. The system performance can also be investigated for any other values of the variable gain K (K = 12, 14,
etc.). It is obvious that if K is varied, this affects the values of T at which the system may become unstable.
Higher values of K, enlarges the range of T at which the system will fall into instability.
If K < 8.3417, a limit determined with the aid of MATLAB interface procedure, the system is stable for any
value of the T. It is obvious that the system performance and stability depends on the interaction between the
two simultaneously varying parameters.
Invention Journal of Research Technology in Engineering & Management
| Volume 2 | Issue 3 | www.ijrtem.com | 12 |
III. CONCLUSIONS
By applying the Advanced D-partitioning in case of one variable system parameter, the D-Partitioning curve,
plotted on the complex plane of the variable parameter, develops regions of stability and instability and showing
a clear picture of the parameter limits of variation to keep the system stable. The Advanced D-partitioning in
case two variable parameters is demonstrating the strong interaction between the variable parameters. Also, each
point of the D-Partitioning curve represents the marginal values of the two simultaneously variable parameters.
This is a unique phenomenon in the advancement and is an innovation in the theory of control systems stability
analysis.
The Advanced D-partitioning analysis in case of one and two variable parameters is considerably more
convenient and quicker method for stability analysis, compared with any other method. This research
contributes to knowledge, since there is no other known stability analysis method in control theory that can
illustrate graphically the system’s regions of stability and instability in case of multivariable parameters and to
demonstrate the interaction and the simultaneous marginal values of a number of variable parameters. Only the
developed Advanced D-Partitioning analysis has these unique properties.
REFERENCES
[1] Neimark Y., D-partition and Robust Stability, Computational Mathematics and Modeling, Russia,
Moscow State University, 9(2), pp. 160-166, 2006.
[2] Yanev K.M, Anderson G., Masupe S., Multivariable System's Parameters Interaction and Robust
Control Design, Journal of International Review of Automatic Control, Italy, 4(2) pp.180-190, 2011.
[3] Yanev K.M., Advanced D-Partitioning Stability Analysis in the 3-Dimensional Parameter Space,
International Review of Automatic Control, Italy, ISSN: 1974-6059, 6(3), pp. 236-240, 2013.
[4] Yanev, K.M., Anderson G.O., Masupe S., Application of the D-partitioning for Analysis and Design
of a Robust Photovoltaic Solar Tracker System, IJESCC, India, 2(1), pp. 43–54, 2011.
[5] Shinners S., Modern Control System Theory and Application, Addison Wesley Publishing Company,
London, pp. 43-46, 2008.
[6] Yanev K. M., Application of the Method of D-Partitioning for Stability of Control Systems with
Variable Parameters, Botswana Journal of Technology (BJT), 16(1), pp.51-58, 2007.
[7] Yanev K.M., Analysis and Design of a Servo Robust Control System, International Review of
Automatic Control, Italy, ISSN: 1974-6059, 7(2), pp. 217-224, 2014.
[8] Yanev K.M., Advanced D-Partitioning Stability Analysis of Digital Control Systems with
Multivariable Parameters, International Congress for Global Science and Technology, ICGST,
Journal of Automatic Control and System Engineering, Delaware, USA, 17(2), ISSN: 1687-
4811, pp. 9-19, 2017.

More Related Content

What's hot

Isen 614 project report
Isen 614 project reportIsen 614 project report
Isen 614 project reportVanshaj Handoo
 
Parameter Optimisation for Automated Feature Point Detection
Parameter Optimisation for Automated Feature Point DetectionParameter Optimisation for Automated Feature Point Detection
Parameter Optimisation for Automated Feature Point DetectionDario Panada
 
Uncertain Systems Order Reduction by Aggregation Method
Uncertain Systems Order Reduction by Aggregation Method Uncertain Systems Order Reduction by Aggregation Method
Uncertain Systems Order Reduction by Aggregation Method Yayah Zakaria
 
Forecasting day ahead power prices in germany using fixed size least squares ...
Forecasting day ahead power prices in germany using fixed size least squares ...Forecasting day ahead power prices in germany using fixed size least squares ...
Forecasting day ahead power prices in germany using fixed size least squares ...Niklas Ignell
 
A Detailed Comparative Study between Reduced Order Cumming Observer & Reduced...
A Detailed Comparative Study between Reduced Order Cumming Observer & Reduced...A Detailed Comparative Study between Reduced Order Cumming Observer & Reduced...
A Detailed Comparative Study between Reduced Order Cumming Observer & Reduced...IJERD Editor
 
Evolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive SurveyEvolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive Surveytheijes
 
Parameter estimation of distributed hydrological model using polynomial chaos...
Parameter estimation of distributed hydrological model using polynomial chaos...Parameter estimation of distributed hydrological model using polynomial chaos...
Parameter estimation of distributed hydrological model using polynomial chaos...Putika Ashfar Khoiri
 
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
 
Divyesh_14Me63r02(new)
Divyesh_14Me63r02(new)Divyesh_14Me63r02(new)
Divyesh_14Me63r02(new)Divyesh Mistry
 
R package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable LikelihoodsR package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable LikelihoodsMatt Moores
 
Ill-posedness formulation of the emission source localization in the radio- d...
Ill-posedness formulation of the emission source localization in the radio- d...Ill-posedness formulation of the emission source localization in the radio- d...
Ill-posedness formulation of the emission source localization in the radio- d...Ahmed Ammar Rebai PhD
 
Model predictive-fuzzy-control-of-air-ratio-for-automotive-engines
Model predictive-fuzzy-control-of-air-ratio-for-automotive-enginesModel predictive-fuzzy-control-of-air-ratio-for-automotive-engines
Model predictive-fuzzy-control-of-air-ratio-for-automotive-enginespace130557
 
Output feedback trajectory stabilization of the uncertainty DC servomechanism...
Output feedback trajectory stabilization of the uncertainty DC servomechanism...Output feedback trajectory stabilization of the uncertainty DC servomechanism...
Output feedback trajectory stabilization of the uncertainty DC servomechanism...ISA Interchange
 
Application of combined support vector machines in process fault diagnosis
Application of combined support vector machines in process fault diagnosisApplication of combined support vector machines in process fault diagnosis
Application of combined support vector machines in process fault diagnosisDr.Pooja Jain
 
IFAC2008art
IFAC2008artIFAC2008art
IFAC2008artYuri Kim
 
Financial Time Series Analysis Based On Normalized Mutual Information Functions
Financial Time Series Analysis Based On Normalized Mutual Information FunctionsFinancial Time Series Analysis Based On Normalized Mutual Information Functions
Financial Time Series Analysis Based On Normalized Mutual Information FunctionsIJCI JOURNAL
 

What's hot (18)

Isen 614 project report
Isen 614 project reportIsen 614 project report
Isen 614 project report
 
Programming project
Programming projectProgramming project
Programming project
 
Parameter Optimisation for Automated Feature Point Detection
Parameter Optimisation for Automated Feature Point DetectionParameter Optimisation for Automated Feature Point Detection
Parameter Optimisation for Automated Feature Point Detection
 
Uncertain Systems Order Reduction by Aggregation Method
Uncertain Systems Order Reduction by Aggregation Method Uncertain Systems Order Reduction by Aggregation Method
Uncertain Systems Order Reduction by Aggregation Method
 
thesis
thesisthesis
thesis
 
Forecasting day ahead power prices in germany using fixed size least squares ...
Forecasting day ahead power prices in germany using fixed size least squares ...Forecasting day ahead power prices in germany using fixed size least squares ...
Forecasting day ahead power prices in germany using fixed size least squares ...
 
A Detailed Comparative Study between Reduced Order Cumming Observer & Reduced...
A Detailed Comparative Study between Reduced Order Cumming Observer & Reduced...A Detailed Comparative Study between Reduced Order Cumming Observer & Reduced...
A Detailed Comparative Study between Reduced Order Cumming Observer & Reduced...
 
Evolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive SurveyEvolution of 3D Surface Parameters: A Comprehensive Survey
Evolution of 3D Surface Parameters: A Comprehensive Survey
 
Parameter estimation of distributed hydrological model using polynomial chaos...
Parameter estimation of distributed hydrological model using polynomial chaos...Parameter estimation of distributed hydrological model using polynomial chaos...
Parameter estimation of distributed hydrological model using polynomial chaos...
 
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...
 
Divyesh_14Me63r02(new)
Divyesh_14Me63r02(new)Divyesh_14Me63r02(new)
Divyesh_14Me63r02(new)
 
R package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable LikelihoodsR package bayesImageS: Scalable Inference for Intractable Likelihoods
R package bayesImageS: Scalable Inference for Intractable Likelihoods
 
Ill-posedness formulation of the emission source localization in the radio- d...
Ill-posedness formulation of the emission source localization in the radio- d...Ill-posedness formulation of the emission source localization in the radio- d...
Ill-posedness formulation of the emission source localization in the radio- d...
 
Model predictive-fuzzy-control-of-air-ratio-for-automotive-engines
Model predictive-fuzzy-control-of-air-ratio-for-automotive-enginesModel predictive-fuzzy-control-of-air-ratio-for-automotive-engines
Model predictive-fuzzy-control-of-air-ratio-for-automotive-engines
 
Output feedback trajectory stabilization of the uncertainty DC servomechanism...
Output feedback trajectory stabilization of the uncertainty DC servomechanism...Output feedback trajectory stabilization of the uncertainty DC servomechanism...
Output feedback trajectory stabilization of the uncertainty DC servomechanism...
 
Application of combined support vector machines in process fault diagnosis
Application of combined support vector machines in process fault diagnosisApplication of combined support vector machines in process fault diagnosis
Application of combined support vector machines in process fault diagnosis
 
IFAC2008art
IFAC2008artIFAC2008art
IFAC2008art
 
Financial Time Series Analysis Based On Normalized Mutual Information Functions
Financial Time Series Analysis Based On Normalized Mutual Information FunctionsFinancial Time Series Analysis Based On Normalized Mutual Information Functions
Financial Time Series Analysis Based On Normalized Mutual Information Functions
 

Similar to Advanced Stability Analysis of Control Systems with Variable Parameters

Design of a Controller for Systems with Simultaneously Variable Parameters
Design of a Controller for Systems with Simultaneously Variable ParametersDesign of a Controller for Systems with Simultaneously Variable Parameters
Design of a Controller for Systems with Simultaneously Variable Parametersijtsrd
 
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...IRJET Journal
 
Explicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemExplicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemeSAT Journals
 
Explicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemExplicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemeSAT Publishing House
 
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...Aminullah Assagaf
 
APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H∞ ROBUST CONTROL THEORY FOR ...
APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H∞ ROBUST CONTROL THEORY FOR ...APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H∞ ROBUST CONTROL THEORY FOR ...
APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H∞ ROBUST CONTROL THEORY FOR ...cscpconf
 
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
 
Big Bang- Big Crunch Optimization in Second Order Sliding Mode Control
Big Bang- Big Crunch Optimization in Second Order Sliding Mode ControlBig Bang- Big Crunch Optimization in Second Order Sliding Mode Control
Big Bang- Big Crunch Optimization in Second Order Sliding Mode ControlIJMTST Journal
 
FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...
FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...
FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...Ahmed Momtaz Hosny, PhD
 
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
 
Design of Adaptive Sliding Mode Control with Fuzzy Controller and PID Tuning ...
Design of Adaptive Sliding Mode Control with Fuzzy Controller and PID Tuning ...Design of Adaptive Sliding Mode Control with Fuzzy Controller and PID Tuning ...
Design of Adaptive Sliding Mode Control with Fuzzy Controller and PID Tuning ...IRJET Journal
 
Observer design for descriptor linear systems
Observer design for descriptor linear systemsObserver design for descriptor linear systems
Observer design for descriptor linear systemsMahendra Gupta
 
T-S Fuzzy Observer and Controller of Doubly-Fed Induction Generator
T-S Fuzzy Observer and Controller of Doubly-Fed Induction GeneratorT-S Fuzzy Observer and Controller of Doubly-Fed Induction Generator
T-S Fuzzy Observer and Controller of Doubly-Fed Induction GeneratorIJPEDS-IAES
 
A New Approach to Design a Reduced Order Observer
A New Approach to Design a Reduced Order ObserverA New Approach to Design a Reduced Order Observer
A New Approach to Design a Reduced Order ObserverIJERD Editor
 
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
 
Controller Design and Load Frequency Control for Single Area Power System wit...
Controller Design and Load Frequency Control for Single Area Power System wit...Controller Design and Load Frequency Control for Single Area Power System wit...
Controller Design and Load Frequency Control for Single Area Power System wit...IJERA Editor
 

Similar to Advanced Stability Analysis of Control Systems with Variable Parameters (20)

Design of a Controller for Systems with Simultaneously Variable Parameters
Design of a Controller for Systems with Simultaneously Variable ParametersDesign of a Controller for Systems with Simultaneously Variable Parameters
Design of a Controller for Systems with Simultaneously Variable Parameters
 
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
Robust PID Controller Design for Non-Minimum Phase Systems using Magnitude Op...
 
Explicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemExplicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic system
 
Explicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemExplicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic system
 
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
1 Aminullah Assagaf_Estimation-of-domain-of-attraction-for-the-fract_2021_Non...
 
APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H∞ ROBUST CONTROL THEORY FOR ...
APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H∞ ROBUST CONTROL THEORY FOR ...APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H∞ ROBUST CONTROL THEORY FOR ...
APPLICATION OF D-K ITERATION TECHNIQUE BASED ON H∞ ROBUST CONTROL THEORY FOR ...
 
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...
 
P73
P73P73
P73
 
Big Bang- Big Crunch Optimization in Second Order Sliding Mode Control
Big Bang- Big Crunch Optimization in Second Order Sliding Mode ControlBig Bang- Big Crunch Optimization in Second Order Sliding Mode Control
Big Bang- Big Crunch Optimization in Second Order Sliding Mode Control
 
E1102032834
E1102032834E1102032834
E1102032834
 
FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...
FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...
FUZZY LOGIC CONTROLLER TUNNING VIA ADAPTIVE GENETIC ALGORITHM APPLIED TO AIRC...
 
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...
 
Design of Adaptive Sliding Mode Control with Fuzzy Controller and PID Tuning ...
Design of Adaptive Sliding Mode Control with Fuzzy Controller and PID Tuning ...Design of Adaptive Sliding Mode Control with Fuzzy Controller and PID Tuning ...
Design of Adaptive Sliding Mode Control with Fuzzy Controller and PID Tuning ...
 
Observer design for descriptor linear systems
Observer design for descriptor linear systemsObserver design for descriptor linear systems
Observer design for descriptor linear systems
 
T-S Fuzzy Observer and Controller of Doubly-Fed Induction Generator
T-S Fuzzy Observer and Controller of Doubly-Fed Induction GeneratorT-S Fuzzy Observer and Controller of Doubly-Fed Induction Generator
T-S Fuzzy Observer and Controller of Doubly-Fed Induction Generator
 
Poster_submitted_final
Poster_submitted_finalPoster_submitted_final
Poster_submitted_final
 
A New Approach to Design a Reduced Order Observer
A New Approach to Design a Reduced Order ObserverA New Approach to Design a Reduced Order Observer
A New Approach to Design a Reduced Order Observer
 
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
 
Controller Design and Load Frequency Control for Single Area Power System wit...
Controller Design and Load Frequency Control for Single Area Power System wit...Controller Design and Load Frequency Control for Single Area Power System wit...
Controller Design and Load Frequency Control for Single Area Power System wit...
 

More from IJRTEMJOURNAL

The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...IJRTEMJOURNAL
 
Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...IJRTEMJOURNAL
 
Multi products storage using randomness
Multi products storage using randomnessMulti products storage using randomness
Multi products storage using randomnessIJRTEMJOURNAL
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...IJRTEMJOURNAL
 
A study on financial aspect of supply chain management
A study on financial aspect of supply chain managementA study on financial aspect of supply chain management
A study on financial aspect of supply chain managementIJRTEMJOURNAL
 
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...IJRTEMJOURNAL
 
GREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMERGREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMERIJRTEMJOURNAL
 
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...IJRTEMJOURNAL
 
Data Warehouse: A Primer
Data Warehouse: A PrimerData Warehouse: A Primer
Data Warehouse: A PrimerIJRTEMJOURNAL
 
Resource recycling and waste-to-energy: The cornerstones of circular economy
Resource recycling and waste-to-energy: The cornerstones of circular economyResource recycling and waste-to-energy: The cornerstones of circular economy
Resource recycling and waste-to-energy: The cornerstones of circular economyIJRTEMJOURNAL
 
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...IJRTEMJOURNAL
 
Security and Crime Management in University Libraries in Nigeria
Security and Crime Management in University Libraries in NigeriaSecurity and Crime Management in University Libraries in Nigeria
Security and Crime Management in University Libraries in NigeriaIJRTEMJOURNAL
 
Influence of heat treatment on Vitamin C Levels in Oyster Mushroom
Influence of heat treatment on Vitamin C Levels in Oyster MushroomInfluence of heat treatment on Vitamin C Levels in Oyster Mushroom
Influence of heat treatment on Vitamin C Levels in Oyster MushroomIJRTEMJOURNAL
 
Optimization of Design Parameters for Crane Hook Using Finite Element Analysis
Optimization of Design Parameters for Crane Hook Using Finite Element AnalysisOptimization of Design Parameters for Crane Hook Using Finite Element Analysis
Optimization of Design Parameters for Crane Hook Using Finite Element AnalysisIJRTEMJOURNAL
 
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...IJRTEMJOURNAL
 
Reserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
Reserves Estimating Carbon in Forest City District Village Bongohulawa GorontaloReserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
Reserves Estimating Carbon in Forest City District Village Bongohulawa GorontaloIJRTEMJOURNAL
 
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...IJRTEMJOURNAL
 
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...IJRTEMJOURNAL
 
What are the determinants of the non-reimbursement for SMEs in Central Africa...
What are the determinants of the non-reimbursement for SMEs in Central Africa...What are the determinants of the non-reimbursement for SMEs in Central Africa...
What are the determinants of the non-reimbursement for SMEs in Central Africa...IJRTEMJOURNAL
 
Multivariate regression methods with infrared spectroscopy to detect the fals...
Multivariate regression methods with infrared spectroscopy to detect the fals...Multivariate regression methods with infrared spectroscopy to detect the fals...
Multivariate regression methods with infrared spectroscopy to detect the fals...IJRTEMJOURNAL
 

More from IJRTEMJOURNAL (20)

The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...The effect of functionalized carbon nanotubes on thermalmechanical performanc...
The effect of functionalized carbon nanotubes on thermalmechanical performanc...
 
Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...Study of desalination processes of seawater from the desalination plant of La...
Study of desalination processes of seawater from the desalination plant of La...
 
Multi products storage using randomness
Multi products storage using randomnessMulti products storage using randomness
Multi products storage using randomness
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...
 
A study on financial aspect of supply chain management
A study on financial aspect of supply chain managementA study on financial aspect of supply chain management
A study on financial aspect of supply chain management
 
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
Rural Livelihood and Food Security: Insights from Srilanka Tapu of Sunsari Di...
 
GREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMERGREEN CHEMISTRY: A PRIMER
GREEN CHEMISTRY: A PRIMER
 
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
Assessment of Building Failure: The Case of Saint Thomas’s Anglican Church, A...
 
Data Warehouse: A Primer
Data Warehouse: A PrimerData Warehouse: A Primer
Data Warehouse: A Primer
 
Resource recycling and waste-to-energy: The cornerstones of circular economy
Resource recycling and waste-to-energy: The cornerstones of circular economyResource recycling and waste-to-energy: The cornerstones of circular economy
Resource recycling and waste-to-energy: The cornerstones of circular economy
 
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
Survivin Immunoreactivity in the Gastric Mucosa of Rats Feedind with Carpet S...
 
Security and Crime Management in University Libraries in Nigeria
Security and Crime Management in University Libraries in NigeriaSecurity and Crime Management in University Libraries in Nigeria
Security and Crime Management in University Libraries in Nigeria
 
Influence of heat treatment on Vitamin C Levels in Oyster Mushroom
Influence of heat treatment on Vitamin C Levels in Oyster MushroomInfluence of heat treatment on Vitamin C Levels in Oyster Mushroom
Influence of heat treatment on Vitamin C Levels in Oyster Mushroom
 
Optimization of Design Parameters for Crane Hook Using Finite Element Analysis
Optimization of Design Parameters for Crane Hook Using Finite Element AnalysisOptimization of Design Parameters for Crane Hook Using Finite Element Analysis
Optimization of Design Parameters for Crane Hook Using Finite Element Analysis
 
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
Macroeconomic stability in the DRC: highlighting the role of exchange rate an...
 
Reserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
Reserves Estimating Carbon in Forest City District Village Bongohulawa GorontaloReserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
Reserves Estimating Carbon in Forest City District Village Bongohulawa Gorontalo
 
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
An Analysis of Tourism Competitiveness Index of Europe and Caucasus: A Study ...
 
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
Translation Errors of Public Signs in English Subtitle: Residents’ Poor Forei...
 
What are the determinants of the non-reimbursement for SMEs in Central Africa...
What are the determinants of the non-reimbursement for SMEs in Central Africa...What are the determinants of the non-reimbursement for SMEs in Central Africa...
What are the determinants of the non-reimbursement for SMEs in Central Africa...
 
Multivariate regression methods with infrared spectroscopy to detect the fals...
Multivariate regression methods with infrared spectroscopy to detect the fals...Multivariate regression methods with infrared spectroscopy to detect the fals...
Multivariate regression methods with infrared spectroscopy to detect the fals...
 

Recently uploaded

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
(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
 
(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
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
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
 
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
 

Recently uploaded (20)

Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
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
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
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
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
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
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
(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...
 
(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...
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
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
 
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
 

Advanced Stability Analysis of Control Systems with Variable Parameters

  • 1. Invention Journal of Research Technology in Engineering & Management (IJRTEM) ISSN: 2455-3689 www.ijrtem.com Volume 2 Issue 3 ǁ March. 2018 ǁ PP 07-12 | Volume 2 | Issue 3 | www.ijrtem.com | 7 | Advanced Stability Analysis of Control Systems with Variable Parameters Kamen M. Yanev1 1 (Associate Professor, Department of Electrical Engineering, University of Botswana, Botswana) ABSTRACT: The purpose of the current research is to advance further the D-Partitioning method and emphasize on its practical application. It has the objective to clarify it in a user friendly manner in order to simplify its implementation. By applying the basic initial ideas of the method, the main line of the research is the development of a generalized stability analysis tool and demonstrating its application. With the aid of this tool, proper parameter values can be chosen for a desirable performance and stability of a system. The analysis tool can be practically used when one, two or more system’s parameters are varied independently or simultaneously. Basically this tool defines regions of stability in the space of the system’s parameters. KEYWORDS: Advanced D-Partitioning, Stability Analysis Tool, Variable Parameters, Marginal Cases I. INTRODUCTION By applying the basic initial ideas of Neimark [1], the aim of this research is to achieve further advancement of the D-Partitioning method, developing a general stability analysis tool and demonstrating its application. By implementing an interactive MATLAB procedure methodology, the advancement of the D-Partitioning represented in this research is based on the innovative transparent graphical display of the simultaneous interaction between n-variable parameters, as well as the determination of the simultaneous marginal values of n-variable parameters. This innovative analysis tool is classified as the method of Advanced D-Partitioning. The advancement of the analysis developed in this research is in terms of its practical application in case one or two system’s parameters that are varied independently or simultaneously. It is a further upgrade of the author’s previous work [2], [3]. The stability analysis is based on the fact that the roots of the characteristic equation of a control system depend on the coefficients of this equation and therefore depend on the system’s parameters [4]. Generally, for an n-order characteristic equation, m roots may be positioned in the right-hand side and (n - m) in the left-hand side of the s-plane, being a reason for the developing of this original method of stability analysis. The application of the suggested method of Advanced D-Partitioning is demonstrated in case of real-life control systems. II. ADVANCED D-PARTITIONING IN CASE OF ONE VARIABLE PARAMETER To implement the method of the Advanced D-partitioning, the n-order characteristic equation of a control system is presented in the format: 0...)( 1 10   n nn asasasG (1) where s is the Laplace operator naaa ,...,, 10 - are parameter-dependent coefficients Initially, the hypothetical system characteristic equation (1) is introduced in the following format to expose a variable parameter: 0)()()(  svQsPsG (2) where )(sP and )(sQ are polynomials of the Laplace operator s  is the single variable system parameter
  • 2. Invention Journal of Research Technology in Engineering & Management | Volume 2 | Issue 3 | www.ijrtem.com | 8 | The borders of the D-partitioning can be determined by substituting s = j in the characteristic equation (2) and varying the frequency within the range     . Accordingly, the equation (2) is transformed to equation (3) as follows: 0)()()(   jvQjPjG (3) Further,  can be presented also as a complex number as follows: )()( )( )(    jYX jQ jP v  (4) Real part X() of this complex number corresponds in reality to the value of the variable parameter of the control system. Then, the D-partitioning regions can be obtained graphically in the complex plane  = X() + Y(), by varying the frequency within the range     . In this research, a number of original examples of practical implementation of the method will be demonstrated. As initial example, a real-life cruise control system is reduced to a third order system of Type 0 [5], [6]. Cruise control is a system that automatically controls the speed of a motor vehicle. The open loop transfer function of the system is with a variable parameter that is its gain factor K and is represented as follows: 500006500160 1000 )100)(50)(10( 1000 )( 23     sss K sss K sGO (5) The transfer function of the feedback system can be represented as: Ksss K sGo sGo sGCL 1000)100)(50)(10( 1000 )(1 )( )(     (6) It is suggested that the original gain factor K of the system is a variable parameter due to some temperature effects within the environment of its operation. The characteristic equation of the feedback system is: 01000)100)(50)(10()(  KssssG (7) To expose the variable parameter equation (7) is presented as: 0)()()(  sKQsPsG (8) Where the polynomials of equation (9) are as follows: )100)(50)(10()(  ssssP (9) 1000)( sQ (10)
  • 3. Invention Journal of Research Technology in Engineering & Management | Volume 2 | Issue 3 | www.ijrtem.com | 9 | Then, the variable parameter is presented as: 1000 500006500160 1000 )100)(50)(10( )( )( )( 23     ssssss sQ sP sK (11) The D-partitioning curve in terms of one variable parameter can be plotted in the complex plane within the frequency range     , facilitated by MATLAB the “Nyquist” m-code, this is illustrated for the case of the variable gain factor K in Fig. 1. >> K=tf([1 160 6500 50000],[1000]) >> nyquist(K) Figure 1: D-Partitioning Facilitated by the “nyquist” m-code To avoid any misunderstanding or misinterpretation of the D-Partitioning procedure, the “nyquist” m-code can be modified into a “dpartition” m-code with the aid of the MATLAB Editor and a proper formatting. It is seen that the D-partitioning determines three regions on the K-plane: D(0), D(1) and D(2). Only D(0) is the region of stability, being the one, always on the left-hand side of the curve for a frequency variation from  to . The system gain is 0.02K, while K is considered as a gain factor. The results, obtained from the D-partitioning are also compared and confirmed with the outcome from the Nyquist analysis for the cases of the positive gain factors K  [400,1200] corresponding to gains 0.02K  [8,24] accordingly, as shown in Fig. 2. To examine the effect of the variable gain factor K on the system’s stability, an LTI array of Ao is created. >> K=[400:50:1200]; >> for n=1:length(K) Ao_array(:,:,n)=tf([1000*K(n)], [1 160 6500 50000]); end >> Ao1=tf([990000], [1 160 6500 50000]) nyquist(Ao_array,Ao1) >> nyquist(Ao_array,Ao1)
  • 4. Invention Journal of Research Technology in Engineering & Management | Volume 2 | Issue 3 | www.ijrtem.com | 10 | Figure 2: Zoomed Image of the Marginal Gain, Confirmed with the Aid of the Nyquist Stability Criterion The case of K = 990, or a system gain 0.02K = 19.8 corresponds to a marginal case, while K = 1200, corresponding to 0.02K = 24 corresponds again to an unstable state of the system. In this case the negative values of K are ignored. The results from the Nyquist analysis prove the outcome of the Advanced D- Partitioning and confirm that the system will be stable if K  990, corresponding system gain 0.02K  19.8. III. ADVANCED D-PARTITIONING IN CASE OF TWO VARIABLE PARAMETERS If two of the system parameters are variable simultaneously [2], [3], [5] the system general characteristic equation (1) can be presented as: 0)()()()(  sRsQsPsG  (12) where P(s), Q(s), and R(s) are polynomials of the Laplace operator s  and  are variables equal to the system’s variable parameters The analysis can be demonstrated for the control system of an armature-controlled dc motor and a type- driving mechanism [7], [8]. In this case the gain and one of the time-constants are uncertain and variable. The open-loop transfer function of the system is presented as: )8.01)(5.01)(1( )( ssTs K sG   (13) By substituting s = j equation, the characteristic equation of the unity feedback system is: 0)3.1²4.0(²)4.03.1(1)8.01)(5.01)(1(  TTjTssTsK  (14) Since the gain may obtain only real values, the imaginary term of equation (14) is set to zero, from where: T T 4.0 3.1 ²   (15) The result of (15) is substituted into the real part of equation (14), from where:
  • 5. Invention Journal of Research Technology in Engineering & Management | Volume 2 | Issue 3 | www.ijrtem.com | 11 | T T T TT K 3.1 225.425.3 4.0 52.069.1²3.1    (16) The D-Partitioning curve K = f (T) is plotted with the aid of the following code: >> T = 0:0.1:5; >> K = 3.25.*T+4.225+1.3./T K = Columns 1 through 10 Inf 17.5500 11.3750 9.5333 8.7750 8.4500 8.3417 8.3571 8.4500 8.5944 Columns 11 through 20 8.7750 8.9818 9.2083 9.4500 9.7036 9.9667 10.2375 10.5147 10.7972 11.0842 Columns 21 through 30 11.3750 11.6690 11.9659 12.2652 12.5667 12.8700 13.1750 13.4815 13.7893 14.0983 Columns 31 through 40 14.4083 14.7194 15.0313 15.3439 15.6574 15.9714 16.2861 16.6014 16.9171 17.2333 Columns 41 through 50 17.5500 17.8671 18.1845 18.5023 18.8205 19.1389 19.4576 19.7766 20.0958 20.4153 Column 51 20.7350 >> plot(T,K) Figure 3: D-Partitioning in terms of Two Variable Parameters The D-Partitioning curve K = f (T) defines the border between the region of stability D(0) and instability D(1) for the case of simultaneous variation of the two system parameters. Each point of the D-Partitioning curve represents also the marginal values of the two simultaneously variable parameters. This is a unique advancement and an novelty in the theory of control systems stability analysis. The system performance in case of variation of the time-constant T is examined at gain set to K = 10. When 0 < T < 0.25 sec and T > 1.5 sec the system is stable. But it becomes unstable in the range 0.25 sec < T < 1.5 sec. The system performance can also be investigated for any other values of the variable gain K (K = 12, 14, etc.). It is obvious that if K is varied, this affects the values of T at which the system may become unstable. Higher values of K, enlarges the range of T at which the system will fall into instability. If K < 8.3417, a limit determined with the aid of MATLAB interface procedure, the system is stable for any value of the T. It is obvious that the system performance and stability depends on the interaction between the two simultaneously varying parameters.
  • 6. Invention Journal of Research Technology in Engineering & Management | Volume 2 | Issue 3 | www.ijrtem.com | 12 | III. CONCLUSIONS By applying the Advanced D-partitioning in case of one variable system parameter, the D-Partitioning curve, plotted on the complex plane of the variable parameter, develops regions of stability and instability and showing a clear picture of the parameter limits of variation to keep the system stable. The Advanced D-partitioning in case two variable parameters is demonstrating the strong interaction between the variable parameters. Also, each point of the D-Partitioning curve represents the marginal values of the two simultaneously variable parameters. This is a unique phenomenon in the advancement and is an innovation in the theory of control systems stability analysis. The Advanced D-partitioning analysis in case of one and two variable parameters is considerably more convenient and quicker method for stability analysis, compared with any other method. This research contributes to knowledge, since there is no other known stability analysis method in control theory that can illustrate graphically the system’s regions of stability and instability in case of multivariable parameters and to demonstrate the interaction and the simultaneous marginal values of a number of variable parameters. Only the developed Advanced D-Partitioning analysis has these unique properties. REFERENCES [1] Neimark Y., D-partition and Robust Stability, Computational Mathematics and Modeling, Russia, Moscow State University, 9(2), pp. 160-166, 2006. [2] Yanev K.M, Anderson G., Masupe S., Multivariable System's Parameters Interaction and Robust Control Design, Journal of International Review of Automatic Control, Italy, 4(2) pp.180-190, 2011. [3] Yanev K.M., Advanced D-Partitioning Stability Analysis in the 3-Dimensional Parameter Space, International Review of Automatic Control, Italy, ISSN: 1974-6059, 6(3), pp. 236-240, 2013. [4] Yanev, K.M., Anderson G.O., Masupe S., Application of the D-partitioning for Analysis and Design of a Robust Photovoltaic Solar Tracker System, IJESCC, India, 2(1), pp. 43–54, 2011. [5] Shinners S., Modern Control System Theory and Application, Addison Wesley Publishing Company, London, pp. 43-46, 2008. [6] Yanev K. M., Application of the Method of D-Partitioning for Stability of Control Systems with Variable Parameters, Botswana Journal of Technology (BJT), 16(1), pp.51-58, 2007. [7] Yanev K.M., Analysis and Design of a Servo Robust Control System, International Review of Automatic Control, Italy, ISSN: 1974-6059, 7(2), pp. 217-224, 2014. [8] Yanev K.M., Advanced D-Partitioning Stability Analysis of Digital Control Systems with Multivariable Parameters, International Congress for Global Science and Technology, ICGST, Journal of Automatic Control and System Engineering, Delaware, USA, 17(2), ISSN: 1687- 4811, pp. 9-19, 2017.