SlideShare ist ein Scribd-Unternehmen logo
1 von 7
Downloaden Sie, um offline zu lesen
International Journal of Information and Mathematical Sciences 6:1 2010




      Controller Design of Discrete Systems by Order
       Reduction Technique Employing Differential
            Evolution Optimization Algorithm
                                                J. S. Yadav, N. P. Patidar, and J. Singhai


                                                                                  high order systems can be reduced in continuous as well as in
  Abstract—One of the main objectives of order reduction is to                    discrete domain [3-5]. There are two approaches for the
design a controller of lower order which can effectively control the              reduction of discrete system, namely the indirect method and
original high order system so that the overall system is of lower                 direct method. The indirect method uses some transformation
order and easy to understand. In this paper, a simple method is                   and then reduction is carried out in the transformed domain.
presented for controller design of a higher order discrete system.                     First the z- domain transfer functions are converted into
First the original higher order discrete system in reduced to a lower
                                                                                  s-domain by the bilinear transformation and then after
order model. Then a Proportional Integral Derivative (PID)
controller is designed for lower order model. An error minimization
                                                                                  reducing them in s-domain, suitably, they are converted back
technique is employed for both order reduction and controller                     into z-domain. In the direct method the higher order z-
design. For the error minimization purpose, Differential Evolution                domain transfer functions are reduced to a lower order
(DE) optimization algorithm has been employed. DE method is                       transfer function in the same domain without any
based on the minimization of the Integral Squared Error (ISE)                     transformation [6].
between the desired response and actual response pertaining to a                       There are two common approaches for controller design.
unit step input. Finally the designed PID controller is connected to              First approach is to obtain the controller on the basis of
the original higher order discrete system to get the desired                      reduced order model called process reduction [7]. In the
specification. The validity of the proposed method is illustrated                 second approach, the controller is designed for the original
through a numerical example.
                                                                                  higher order system and then the closed loop response of
                                                                                  higher order controller with original system is reduced
  Keywords—Discrete System, Model Order Reduction, PID
                                                                                  pertaining to unity feedback called controller reduction [8].
Controller, Integral Squared Error, Differential Evolution.
                                                                                  Both the approaches have their own advantages and
                                                                                  disadvantages. The process reduction approach is
                          I. INTRODUCTION
                                                                                  computationally simpler as it deals with lower order models

T    HE mathematical procedure of system modeling often
     leads to detailed description of a process in the form of
     high order differential equations. These equations in the
                                                                                  and controller but at the same time errors are introduced in
                                                                                  the design process as the reduction is carried out at the early
                                                                                  stages of design. In the controller reduction approach error
frequency domain lead to a high order transfer function.                          propagation is minimized as the design process is carried out
Therefore, it is desirable to reduce higher order transfer                        at the final stages of reduction but the approaches deals with
functions to lower order systems for analysis and design                          higher order models and thus introduces computational
purposes. Reduction of high order systems to lower order                          complexity.
models has also been an important subject area in control                              In recent years, one of the most promising research
engineering for many years [1,2]. One of the main objectives                      fields has been “Evolutionary Techniques”, an area utilizing
of order reduction is to design a controller of lower order                       analogies with nature or social systems. Evolutionary
which can effectively control the original high order system.                     techniques are finding popularity within research community
     The conventional methods of reduction, developed so                          as design tools and problem solvers because of their
far, are mostly available in continuous domain. However, the                      versatility and ability to optimize in complex multimodal
                                                                                  search spaces applied to non-differentiable objective
                                                                                  functions. Differential evolution (DE) is a branch of
      J. S. Yadav is working as an Associate Professor in Electronics and
Communication Engg. Department, MANIT Bhopal, India (e-                           evolutionary algorithms developed by Rainer Stron and
mail:jsy1@rediffmail.com).                                                        Kenneth Price in 1995 for optimization problems [9]. It is a
      N. P. Patidar is working as an Associate professor in Electrical            population-based direct search algorithm for global
Engineering     Department,     MANIT,      Bhopal,     India.    (e-mail:        optimization capable of handling non-differentiable, non-
nppatidar@yahoo.com)
      J. Singhai is working as Associate Professor in Electronics and             linear and multi-modal objective functions, with few, easily
Communication Engineering Department, MANIT Bhopal, India.                        chosen, control parameters. It has demonstrated its usefulness
( j_singhai@manit.ac.in)                                                          and robustness in a variety of applications such as, Neural




                                                                             43
International Journal of Information and Mathematical Sciences 6:1 2010




network learning, Filter design and the optimization of                      The polynomial   D(z ) is stable, that is all its zeros reside
aerodynamics shapes. DE differs from other evolutionary
algorithms (EA) in the mutation and recombination phases.                  inside the unit circle z =1. Where, a i ( 0 ≤ i ≤ n − 1 ) ,
DE uses weighted differences between solution vectors to                    b i ( 0 ≤ i ≤ n ) , c i ( 0 ≤ i ≤ r − 1) and d i ( 0 ≤ i ≤ r ) are
change the population whereas in other stochastic techniques               scalar constants.
such as genetic algorithm (GA) and expert systems (ES),                        The numerator order is given as being one less than that of
perturbation occurs in accordance with a random quantity.
DE employs a greedy selection process with inherent elitist                the denominator, as for the original system. The R (z )
features. Also it has a minimum number of EA control                       approximates G0 ( z ) in some sense and retains the important
parameters, which can be tuned effectively [10]. In view of
the above, this paper proposes to use DE optimization                      characteristics of G0 ( z ) and the transient responses of
technique for both model reduction and controller design.                  R(z ) should be as close as possible to that of G0 ( z ) for
     In this paper, controller design of a higher order discrete
system is presented employing process reduction approach.                  similar inputs.
The original higher order discrete system in reduced to a                     B. Controller design
lower order model employing DE technique. DE technique is
                                                                                All The proposed method of design of a controller by
based on the minimization of the Integral Squared Error
                                                                           process reduction technique involves the following steps:
(ISE) between the transient responses of original higher order
                                                                           Step-1
model and the reduced order model pertaining to a unit step
                                                                                Reduce the given higher order discrete system to a lower
input. Then a Proportional Integral Derivative (PID)
                                                                                order model by error minimization technique.
controller is designed for lower order model. The parameters
                                                                                The objective function J is defined as an integral squared
of the PID controller are tuned by using the same error
                                                                                error of difference between the responses given by the
minimization technique employing DE. The performance of
                                                                                expression:
the designed PID controller is verified by connecting the                                         t∞
designed PID controller with the original higher order                                       J = ∫ [ y 0 (t ) − y r (t )]2 dt             (3)
discrete system to get the desired specification.                                                  0
   Despite significant strides in the development of advanced
control schemes over the past two decades, the conventional
                                                                           Where    y 0 (t ) and y r (t ) are the unit step responses of
lead-lag (LL) structure controller as well as the classical                original and reduced order systems.
proportional-integral-derivative (PID) controller and its                  Step-2
variants, remain the controllers of choice in many industrial                   Design a PID controller for the reduced order system.
applications. These controller structures remain an engineer’s                  The parameters of the PID controller are optimized using
preferred choice because of their structural simplicity,                        the same error same error minimization technique
                                                                                employing DE.
reliability, and the favorable ratio between performance and
                                                                           Step-3
cost. Beyond these benefits, these controllers also offer
                                                                                Test the designed PID controller for the reduced order
simplified dynamic modeling, lower user-skill requirements,
                                                                                model for which the PID controller has been designed.
and minimal development effort, which are issues of                        Step-4
substantial importance to engineering practice.                                  Test the designed PID controller for the original higher
                                                                                 order model.
                    II. PROBLEM STATEMENT
                                                                                 III. PROPORTIONAL INTEGRAL DERIVATIVE (PID)
  A. Model order reduction                                                                      CONTROLLER
Please Given a high order discrete time stable system of                       PID controller is basic type of feedback controller. The
order ‘ n ’ that is described by the z -transfer function:
                                                                            basic structure of conventional feedback control systems is
                                                                            shown in Fig. 1, using a block diagram representation. In this
             N (z)       a 0 + a 1 z + ......... + a n −1 z n −1        (1) figure, the process is the object to be controlled. In this
  GO ( z) =         =
             D ( z ) b 0 + b1 z + ......... + b n −1 z n −1 + b n z n       figure, the object to be controlled is the process. To make the
                                                                            process variable y follow the set-point value r is the main
     The objective is to find a reduced r order model that objective of control. To achieve this purpose, the
                                                      th

has a transfer function ( r < n ):                                          manipulated variable u is changed at the authority of the
                                                                            controller. The “disturbance d” is any factor, other than the
          N (z)            c 0 + c 1 z + ......... + c r − 1 z r − 1        manipulated variable, that influences the process variable.
R(z) = r            =                                                       Fig.1 assumes that only one disturbance is added to the
          D r ( z ) d 0 + d 1 z + ......... + d r − 1 z r − 1 + d r z r
                                                                            manipulated variable. In some applications, however, a major
                                                                        (2) disturbance enters the process in a different way, or plural




                                                                      44
International Journal of Information and Mathematical Sciences 6:1 2010




disturbances need to be considered. The error e is defined by the controller to an error, the degree to which the controller
e = r – y.                                                        overshoot signal overshoots the set point and the degree of
                                             d                    system oscillation.
                                                                     Some applications may require using only one or two
     r + ∑ e C (s) u + ∑                                        y modes to provide the appropriate system control. This is
                                                  P(s )
             _                          +                         achieved by setting the gain of undesired control outputs to
                                                                  zero. A PID controller will be called a PI, PD, P or I
                   Controller                  Process
                                                                  controller in the absence of the respective control actions. PI
                                                                  controllers are fairly common, since derivative action is
           Fig. 1. Block diagram of basic feedback controller     sensitive to measurement noise, whereas the absence of an
                                                                  integral value may prevent the system from reaching its
   PID control is the method of feedback control that uses target value due to the control action.
the PID controller as the main tool. PID controller is most          In application, engineers have independence of
widely used in industrial control applications because of its implementing the three functional elements (P, I, and D) of
structural simplicity, reliability, and the favorable ratio the PID controller in whatsoever grouping they consider
between performance and cost. Beyond these benefits, these most suitable for their problems. The combination of
controllers also offer simplified dynamic modeling, lower element(s) used is called the action mode of the PID
user-skill requirements, and minimal development effort, controller. Tuning a control loop is the adjustment of its
which are issues of substantial importance to engineering control parameters (gain/proportional band, integral
practice. A PID controller calculates an error value as the gain/reset, derivative gain/rate) to the optimum values for the
difference between a measured process variable and a desired desired control response. Stability (bounded oscillation) is a
set point. The controller attempts to minimize the error by basic requirement, but beyond that, different systems have
adjusting the process control inputs. In the absence of different behavior, different applications have different
knowledge of the underlying process, PID controllers are the requirements, and some desiderata conflict. Further, some
best controllers. However, for best performance, the PID processes have a degree of non-linearity and so parameters
parameters used in the calculation must be according to the that work well at full-load conditions don't work when the
nature of the system – while the design is generic, the process is starting up from no-load; this can be corrected by
parameters depend on the specific system. The structure of a gain scheduling (using different parameters in different
PID controller is shown in Fig. 2.                                operating regions). PID controllers often provide acceptable
                                                                  control even in the absence of tuning, but performance can
                           K P e(t )                              generally be improved by careful tuning, and performance
                      P                                           may be unacceptable with poor tuning.
 Setpoint      Error         t            +                Output    The analysis for designing a digital implementation of a
             ∑           K I ∫ e(t ) dt + ∑
                                                 Process
                                                                  PID controller requires the standard form of the PID
        +
           _
                      I      o             +
                      D                                           controller to be discretised. Approximations for first-order
                               de(t )
                          KD                                      derivatives are made by backward finite differences. The
                                dt
                                                                  integral term is discretised, with a sampling Δt time, as
                                                                  follows:
                Fig. 2. Structure of PID controller
                                                                                      t              k
     The PID controller involves three separate parameters,
and is accordingly sometimes called three-term control: the
                                                                                      ∫ e(τ )dτ = ∑ e(ti )Δt
                                                                                      0             i =1
                                                                                                                                    (4)

Proportionality, the integral and derivative values, denoted
by P, I, and D. The proportional value determines the                     The derivative term is approximated as,
reaction to the current error, the integral value determines the
reaction based on the sum of recent errors, and the derivative                            de(t k ) e(t k ) − e(t k −1 )
                                                                                                  =                                 (5)
                                                                                           d (t )
value determines the reaction based on the rate at which the
                                                                                                           Δt
error has been changing. The weighted sum of these three
actions is used to adjust the process via a control element.
Heuristically, these values can be interpreted in terms of                                IV. DIFFERENTIAL EVOLUTION
time: P depends on the present error, I on the accumulation of               Differential Evolution (DE) algorithm is a stochastic,
past errors, and D is a prediction of future errors, based on             population-based optimization algorithm recently introduced
current rate of change.                                                   [9]. DE works with two populations; old generation and new
   By tuning the three constants in the PID controller                    generation of the same population. The size of the population
algorithm, the controller can provide control action designed             is adjusted by the parameter NP. The population consists of
for specific process requirements. The response of the                    real valued vectors with dimension D that equals the number
controller can be described in terms of the responsiveness of             of design parameters/control variables. The population is




                                                                     45
International Journal of Information and Mathematical Sciences 6:1 2010




randomly initialized within the initial parameter bounds. The                       C. Crossover
optimization process is conducted by means of three main                            Three parents are selected for crossover and the child is a
operations: mutation, crossover and selection. In each                           perturbation of one of them. The trial vector U i,G +1 is
generation, individuals of the current population become
                                                                                 developed from the elements of the target vector ( X i ,G ) and
target vectors. For each target vector, the mutation operation
produces a mutant vector, by adding the weighted difference                      the elements of the donor vector ( X i ,G ).Elements of the
between two randomly chosen vectors to a third vector. The                       donor vector enter the trial vector with probability CR as:
crossover operation generates a new vector, called trial
vector, by mixing the parameters of the mutant vector with                                         ⎧V j , i , G +1 if rand j ,i ≤ CR or j = I rand
                                                                                                   ⎪
those of the target vector. If the trial vector obtains a better                  U j , i , G +1 = ⎨
                                                                                                   ⎪ X j , i , G +1 if rand j ,i > CR or j ≠ I rand
                                                                                                   ⎩
fitness value than the target vector, then the trial vector
replaces the target vector in the next generation. The                                                                                             (7)
evolutionary operators are described below [9, 10].                              With rand j , i ~ U (0,1), Irand is a random integer from
                                                                                 (1,2,….D) where D is the solution’s dimension i.e number of
                           X r1,G                                                control variables. Irand ensures that Vi , G +1 ≠ X i ,G .
                                          Difference Vector
                                                                                    D. Selectionn
                                          F . ( X r 2 ,G − X r 3 ,G )
                                                                                      The target vector      X i ,G is compared with the trial vector
                                                                                 Vi , G +1   and the one with the better fitness value is admitted
                                Vi,G+1 = X r1,G + F. ( X r 2,G − X r3,G )        to the next generation. The selection operation in DE can be
                                                                                 represented by the following equation:

                                          X r 2 ,G                                             ⎧U i ,G +1 if f (U i ,G +1 ) < f ( X i ,G )
                                                                                               ⎪                                                  (8)
                                                                                   X i ,G +1 = ⎨
                                                                                               ⎪ X i ,G
                                                                                               ⎩          otherwise.
                              X r 2 , G − X r 3, G
                                                                                 where i ∈ [1, N P ] .

                                        X r 3, G                                                        V. NUMERICAL EXAMPLE
                                                                                      Consider the transfer function of the plant from
   Fig. 3 Vector addition and subtraction in differential evolution              references [11, 12] as:
                                                                                           N (z)
                                                                                 G (z) =         =
A. Initialization                                                                          D(z)

   For each parameter j with lower bound X L and upper                             ( 0 .1625 z 7 + 0 .125 z 6 − 0 .0025 z 5 + 0 .00525 z 4 −
                                           j
                                                                                   0 .02263 z 3 − 0 .00088 z 2 + 0 .003 z − 0.000413 )
bound X U , initial parameter values are usually randomly
        j                                                                        ( z 8 − 0 .6307 z 7 − 0 .4185 z 6 + 0 .078 z 5 − 0.057 z 4 −
selected uniformly in the interval [ X L , X U ].
                                       j     j                                   0 .1935 z 3 + 0 .09825 z 2 − 0 .0165 z + 0 .00225 )
                                                                                                                                           (9)
B. Mutation                                                                        For which a controller is to be designed to get the desired
                                                                                 output.
   For a given parameter vector X i ,G , three vectors
                                                              A. Application of DE for Model Order Reduction
( X r1,G X r 2,G X r 3,G ) are randomly selected such that      To reduce the higher order model in to a lower order
the indices i, r1, r2 and r3 are distinct. A donor vector  model DE is employed. The objective function J defined as
Vi ,G +1 is created by adding the weighted difference an integral squaredequation difference between the responses
                                                           given by the
                                                                                 error of
                                                                                           (3) is minimized by DE.
between the two vectors to the third vector as:            Implementation of DE requires the determination of six
                                                           fundamental issues: DE step size function, crossover
           Vi,G +1 = X r1,G + F .( X r 2,G − X r 3,G ) (6) probability, the number of population, initialization,
                                                           termination and evaluation function. Generally DE step size
Where F is a constant from (0, 2).                         (F) varies in the interval (0, 2). A good initial guess to F is in
                                                           the interval (0.5, 1). Crossover probability (CR) constants are
                                                           generally chosen from the interval (0.5, 1). If the parameter is
                                                           co-related, then high value of CR work better, the reverse is




                                                                            46
International Journal of Information and Mathematical Sciences 6:1 2010




true for no correlation [10]. In the present study, a population                                                            0.004821z − 0.002508
size of NP=20, generation number G=200, step size F=0.8                                       R2 ( z ) =                                                            (15)
and crossover probability of CR =0.8 have been used.                                                            0.030465 z 2 − 0.053953 z + 0.025634
Optimization is terminated by the pre-specified number of
generations for DE. One more important factor that affects                            The unit step responses of original and reduced systems are
the optimal solution more or less is the range for unknowns.                          shown in Fig. 6. It can be seen that the steady state responses
For the very first execution of the program, a wider solution                         of proposed reduced order models is exactly matching with
space can be given and after getting the solution one can                             that of the original model. Also, the transient response of
shorten the solution space nearer to the values obtained in the                       proposed reduced model by DE is very close to that of
previous iteration. The flow chart of the DE algorithm                                original model. It can be seen from Fig. 6 that both the
employed in the present study is given in Fig. 4. One more                            original model and the reduced model settle at a value of 1.07
important point that affects the optimal solution more or less                        for a input of 1.0 (unit step input). Now, to get the desired
is the range for unknowns. For the very first execution of the                        out put i.e. 1.0, a PID controller is designed.
program, more wide solution space can be given and after
getting the solution one can shorten the solution space nearer
to the values obtained in the previous iteration. Optimization                                        12
was performed with the total number of generations set to
100. Simulations were conducted on a Pentium 4, 3 GHz,                                                10
504 MB RAM computer, in the MATLAB 7.0.1
environment. A typical convergence
                                                                                                      8
                                                                                      I S E E rro r


                                                                                                      6
                                       Start

                                                                                                      4
                         Specify the DE parameters


                            Initialize the population
                                                                                                      2
                                          Gen.=1
                            Evalute the population                                                    0
                                                                                                           0   10      20    30    40      50      60   70    80   90   100
                                                                                                                                        Generation
                 Create offsprings and evalute their fitness
                                                                                                                    Fig. 5. Convergence of fitness function

                                                                 No
                       Is fitness of offspring better than                               B. Application of DE for PID Controller Design
                               fitness of parents ?
                                                                 Discard the
                                                                                         In this study, the PID controller has been designed
                                          Yes
                                                                  offspring in        employing process reduction approach. The original higher
                     Replace the parents by offsprings          new population        order discrete system given by equation (14) is reduced to a
                          in the new population
                                                                                      lower order model employing DE technique given by
                                                                                      equation (15). Then the PID controller is designed for lower
             Yes                                                                      order model. The parameters of the PID controller are tuned
                           Size of new population <
                               Old population ?                                       by using the same error minimization technique employing
  Gen. = Gen+1
                                  No
                                                                                      DE as explained in section 5.1. The optimized PID controller
                                                                                      parameters are:
                  No
                              Gen. > Max. Gen ?
                                                                                      K P = 6.7105 , K I = 14.9726 , K D = 0.5089
                                          Yes
                                       Stop
                                                                 The unit step response of the reduced system with DE
                                                              optimized PID controller and original system with DE
     Fig. 4 Flow chart of proposed DE optimization approach
                                                              optimized PID controller are shown in Fig. 7 and 8. It is clear
                                                              from Fig. 8 that the design of PID controller using the
of objective function with the number of generation is shown
                                                              proposed DE optimization technique helps to obtain the
in Fig.5. The optimization processes is run 20 times and best
                                                              designer’s specifications in transient as well as in steady state
among the 20 runs are taken as the final result.
                  nd                                          responses for the original system.
   The reduced 2 order model employing DE technique is
obtained as given in equation (15):




                                                                                 47
International Journal of Information and Mathematical Sciences 6:1 2010




                               1.6

                               1.4

                               1.2

                                   1
               Amplitude




                               0.8

                               0.6

                               0.4

                               0.2                                                       Original 8th order discrete model
                                                                                         Reduced 2nd order discrete model by DE
                                   0
                                       0        10       20       30        40       50         60        70       80      90        100
                                                                                 Time in sec

                                                     Fig. 6. Step Responses of original system and reduced model


               1.5




                     1
Amplitude




               0.5

                                                                                 Reduced 2nd order model without PID controller
                                                                                 Reduced 2nd order model with PID controller
                     0
                           0               10         20        30         40        50      60            70         80        90     100
                                                                                 Time in sec


                                                     Fig. 7. Step response of reduced model with PID Controller


               1.5




                           1
   Amplitude




               0.5


                                                                                   Original 8th order model without PID controller
                                                                                   Original 8th order model with PID controller
                           0
                               0           10          20        30        40        50      60            70         80        90     100
                                                                                 Time in sec

                                                       Fig. 8. Step response of original model with PID Controller




                                                                                   48
International Journal of Information and Mathematical Sciences 6:1 2010




                                                                                       [6]   J.S. Yadav, N.P. Patidar and J. Singhai, S. Panda, “Differential Evolution
                            VI. CONCLUSION                                                   Algorithm for Model Reduction of SISO Discrete Systems”, Proceedings
                                                                                             of World Congress on Nature & Biologically Inspired Computing
   The proposed model reduction method uses the modern                                       (NaBIC 2009) 2009, pp. 1053-1058.
heuristic optimization technique in its procedure to derive the                        [7]  D.A. Wilson and R.N. Mishra, “Design of low order estimators using
stable reduced order model for the discrete system. The                                     reduced models”, Int. J. Control, Vol. 29, pp. 267-278, 1979.
algorithm has also been extended to the design of controller for                       [8] J.A. Davis and R.E. Skelton, “Another balanced controller reduction
                                                                                            algorithm” Systems and Controller Letters, Vol. 4, pp. 79-83, 1884.
the original discrete system. The algorithm is simple to                               [9] R Stron. And K. Price, “Differential Evolution – A simple and efficient
implement and computer oriented. The matching of the step                                   adaptive scheme for Global Optimization over continuous spaces, Journal
response is assured reasonably well in this proposed method.                                of Global Optimization, Vol. 11, pp. 341-359, 1995.
Algorithm preserves more stability and avoids any error                                [10] Sidhartha Panda, “Differential Evolutionary Algorithm for TCSC-based
                                                                                            Controller Design”, Simulation Modelling Practice and Theory, Vol. 17,
between the initial or final values of the responses of original
                                                                                            pp. 1618-1634, 2009.
and reduced model. This approach minimizes the complexity                              [11] S. Mukhrjee and R.N. Mishra, “Optimal order reduction of discrete
involved in direct design of PID Controller. The values for                                 systems”, Journal of Institution of Engineers, Vol. 68, pp. 142-149, 1988.
PID Controller are optimized using the reduced model and to                            [12] K. Ramesh, A. Nirmalkumar and G. Gurusamy, “Design of discrete
meet the required performance specifications. The tuned                                     controller via a novel model order reduction technique”, International
                                                                                            Journal of Electrical Power and Engineering, Vol. 3, pp. 163-168, 2009.
values of the PID controller parameters are tested with the
original system and its closed loop response for a unit step
input is found to be satisfactory with the response of reduced                         J S Yadav is working as Associate Professor in Electronics and
order model.                                                                           Communication Engineering Department, MANIT, Bhopal, India. He received
                                                                                       the B.Tech.degree from GEC Jabalpur in Electronics and Communication
                                                                                       Engineering in 1995 and M.Tech. degree from MANIT, Bhopal in Digital
                                                                                       Communication in 2002. Presently he is persuing Ph.D. His area of interest
                               REFERENCES                                              includes Optimization techniques, Model Order Reduction, Digital
                                                                                       Communication, Signal and System and Control System.
[1]   J. S. Yadav, N. P. Patidar, J. Singhai, S. Panda, and C. Ardil “A
      Combined Conventional and Differential Evolution Method for Model                Narayana Prasad Patidar is working as Associate Professor in Electrical
      Order Reduction”, International Journal of Computational Intelligence,           Engineering Department, MANIT, Bhopal, India. He received his PhD. degree
      Vol. 5, No. 2, pp. 111-118, 2009.                                                from Indian Institute of Technology, Roorkee, in 2008, M.Tech. degree from
[2]   S. Panda, J. S. Yadav, N. P. Patidar and C. Ardil, “Evolutionary                 Visvesvaraya National Institute of Technology Nagpur in Integrated Power
      Techniques for Model Order Reduction of Large Scale Linear Systems”,             System in 1995 and B.Tech. degree from SGSITS Indore in Electrical
      International Journal of Applied Science, Engineering and Technology,            Engineering in 1993. His area of research includes voltage stability, security
      Vol. 5, No. 1, pp. 22-28, 2009.                                                  analysis, power system stability and intelligent techniques. Optimization
[3]   Y. Shamash, “Continued fraction methods for the reduction of discrete            techniques, Model Order Reduction, and Control System.
      time dynamic systems”, Int. Journal of Control, Vol. 20, pages 267-268,
      1974.                                                                            Jyoti Singhai is working as Associate Professor in Electronics and
[4]   C.P. Therapos, “A direct method for model reduction of discrete system”,         Communication Engineering Department, MANIT Bhopal, India. She received
      Journal of Franklin Institute, Vol. 318, pp. 243-251, 1984.                      the PhD. degree from MANIT Bhopal in 2005, M.Tech. degree from MANIT,
[5]   J.P. Tiwari, and S.K. Bhagat, “Simplification of discrete time systems by        Bhopal in Digital Communication in 1997 and B.Tech. degree from MANIT
      improved Routh stability criterion via p-domain”, Journal of IE (India),         Bhopal in Electronics and Communication Engineering in 1991. Her area of
      Vol. 85, pp. 89-192, 2004.                                                       research includes Optimization techniques, Model Order Reduction, Digital
                                                                                       Communication, Signal and System and Control System.




                                                                                  49

Weitere ähnliche Inhalte

Was ist angesagt?

Software archiecture lecture05
Software archiecture   lecture05Software archiecture   lecture05
Software archiecture lecture05Luktalja
 
Software Designing - Software Engineering
Software Designing - Software EngineeringSoftware Designing - Software Engineering
Software Designing - Software EngineeringPurvik Rana
 
An effective frequency domain approach to tuning non-PID controllers for high...
An effective frequency domain approach to tuning non-PID controllers for high...An effective frequency domain approach to tuning non-PID controllers for high...
An effective frequency domain approach to tuning non-PID controllers for high...ISA Interchange
 
Design concepts and design principles
Design concepts and design principlesDesign concepts and design principles
Design concepts and design principlesDhruvin Nakrani
 
Design Concept software engineering
Design Concept software engineeringDesign Concept software engineering
Design Concept software engineeringDarshit Metaliya
 
Software design principles
Software design principlesSoftware design principles
Software design principlesRitesh Singh
 
SWE-401 - 6. Software Analysis and Design Tools
SWE-401 - 6. Software Analysis and Design ToolsSWE-401 - 6. Software Analysis and Design Tools
SWE-401 - 6. Software Analysis and Design Toolsghayour abbas
 
MINIMIZING THE COMPLEXITY EFFECTS TO MAS ARCHITECTURES DESIGN BASED ON FG4COM...
MINIMIZING THE COMPLEXITY EFFECTS TO MAS ARCHITECTURES DESIGN BASED ON FG4COM...MINIMIZING THE COMPLEXITY EFFECTS TO MAS ARCHITECTURES DESIGN BASED ON FG4COM...
MINIMIZING THE COMPLEXITY EFFECTS TO MAS ARCHITECTURES DESIGN BASED ON FG4COM...ijseajournal
 
Design concepts and principles
Design concepts and principlesDesign concepts and principles
Design concepts and principlessaurabhshertukde
 
Design PID controllers for desired time domain or frequency domain response
Design PID controllers for desired time domain or frequency domain responseDesign PID controllers for desired time domain or frequency domain response
Design PID controllers for desired time domain or frequency domain responseISA Interchange
 
Chapter 4 software design
Chapter 4  software designChapter 4  software design
Chapter 4 software designCliftone Mullah
 
Se 381 - lec 22 - 24 - 12 may15 - modularity - i - coupling
Se 381 - lec 22 - 24  - 12 may15 - modularity - i - couplingSe 381 - lec 22 - 24  - 12 may15 - modularity - i - coupling
Se 381 - lec 22 - 24 - 12 may15 - modularity - i - couplingbabak danyal
 
Se 381 - lec 23 - 28 - 12 may16 - modularity - ii - cohesion
Se 381 - lec 23 - 28 - 12 may16 - modularity - ii - cohesionSe 381 - lec 23 - 28 - 12 may16 - modularity - ii - cohesion
Se 381 - lec 23 - 28 - 12 may16 - modularity - ii - cohesionbabak danyal
 
IRJET- A Design Approach for Basic Telecom Operation
IRJET- A Design Approach for Basic Telecom OperationIRJET- A Design Approach for Basic Telecom Operation
IRJET- A Design Approach for Basic Telecom OperationIRJET Journal
 

Was ist angesagt? (20)

Software archiecture lecture05
Software archiecture   lecture05Software archiecture   lecture05
Software archiecture lecture05
 
Software Designing - Software Engineering
Software Designing - Software EngineeringSoftware Designing - Software Engineering
Software Designing - Software Engineering
 
An effective frequency domain approach to tuning non-PID controllers for high...
An effective frequency domain approach to tuning non-PID controllers for high...An effective frequency domain approach to tuning non-PID controllers for high...
An effective frequency domain approach to tuning non-PID controllers for high...
 
Design final
Design finalDesign final
Design final
 
unit 3 Design 1
unit 3 Design 1unit 3 Design 1
unit 3 Design 1
 
Design concepts and design principles
Design concepts and design principlesDesign concepts and design principles
Design concepts and design principles
 
Design Concept software engineering
Design Concept software engineeringDesign Concept software engineering
Design Concept software engineering
 
Software design principles
Software design principlesSoftware design principles
Software design principles
 
SWE-401 - 6. Software Analysis and Design Tools
SWE-401 - 6. Software Analysis and Design ToolsSWE-401 - 6. Software Analysis and Design Tools
SWE-401 - 6. Software Analysis and Design Tools
 
MINIMIZING THE COMPLEXITY EFFECTS TO MAS ARCHITECTURES DESIGN BASED ON FG4COM...
MINIMIZING THE COMPLEXITY EFFECTS TO MAS ARCHITECTURES DESIGN BASED ON FG4COM...MINIMIZING THE COMPLEXITY EFFECTS TO MAS ARCHITECTURES DESIGN BASED ON FG4COM...
MINIMIZING THE COMPLEXITY EFFECTS TO MAS ARCHITECTURES DESIGN BASED ON FG4COM...
 
Design concepts and principles
Design concepts and principlesDesign concepts and principles
Design concepts and principles
 
Design Principles
Design PrinciplesDesign Principles
Design Principles
 
Week 6
Week 6Week 6
Week 6
 
Design PID controllers for desired time domain or frequency domain response
Design PID controllers for desired time domain or frequency domain responseDesign PID controllers for desired time domain or frequency domain response
Design PID controllers for desired time domain or frequency domain response
 
Chapter 4 software design
Chapter 4  software designChapter 4  software design
Chapter 4 software design
 
Se 381 - lec 22 - 24 - 12 may15 - modularity - i - coupling
Se 381 - lec 22 - 24  - 12 may15 - modularity - i - couplingSe 381 - lec 22 - 24  - 12 may15 - modularity - i - coupling
Se 381 - lec 22 - 24 - 12 may15 - modularity - i - coupling
 
Se 381 - lec 23 - 28 - 12 may16 - modularity - ii - cohesion
Se 381 - lec 23 - 28 - 12 may16 - modularity - ii - cohesionSe 381 - lec 23 - 28 - 12 may16 - modularity - ii - cohesion
Se 381 - lec 23 - 28 - 12 may16 - modularity - ii - cohesion
 
Component level design
Component   level designComponent   level design
Component level design
 
www.ijerd.com
www.ijerd.comwww.ijerd.com
www.ijerd.com
 
IRJET- A Design Approach for Basic Telecom Operation
IRJET- A Design Approach for Basic Telecom OperationIRJET- A Design Approach for Basic Telecom Operation
IRJET- A Design Approach for Basic Telecom Operation
 

Ähnlich wie Controller Design of Discrete Systems by Order Reduction Using DE

A Hybrid Differential Evolution Method for the Design of IIR Digital Filter
A Hybrid Differential Evolution Method for the Design of IIR Digital FilterA Hybrid Differential Evolution Method for the Design of IIR Digital Filter
A Hybrid Differential Evolution Method for the Design of IIR Digital FilterIDES Editor
 
Designing Techniques in Software Engineering
Designing Techniques in Software EngineeringDesigning Techniques in Software Engineering
Designing Techniques in Software Engineeringkirupasuchi1996
 
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...IJITCA Journal
 
An Implementation on Effective Robot Mission under Critical Environemental Co...
An Implementation on Effective Robot Mission under Critical Environemental Co...An Implementation on Effective Robot Mission under Critical Environemental Co...
An Implementation on Effective Robot Mission under Critical Environemental Co...IJERA Editor
 
Computer aided design of electrical machine
Computer aided design of electrical machineComputer aided design of electrical machine
Computer aided design of electrical machineAsif Jamadar
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithmcscpconf
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithmcscpconf
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesCSITiaesprime
 
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC IJITCA Journal
 
Analysis of Software Complexity Measures for Regression Testing
Analysis of Software Complexity Measures for Regression TestingAnalysis of Software Complexity Measures for Regression Testing
Analysis of Software Complexity Measures for Regression TestingIDES Editor
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)IJERD Editor
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 

Ähnlich wie Controller Design of Discrete Systems by Order Reduction Using DE (20)

Control theory
Control theoryControl theory
Control theory
 
A Hybrid Differential Evolution Method for the Design of IIR Digital Filter
A Hybrid Differential Evolution Method for the Design of IIR Digital FilterA Hybrid Differential Evolution Method for the Design of IIR Digital Filter
A Hybrid Differential Evolution Method for the Design of IIR Digital Filter
 
Designing Techniques in Software Engineering
Designing Techniques in Software EngineeringDesigning Techniques in Software Engineering
Designing Techniques in Software Engineering
 
B04302018024
B04302018024B04302018024
B04302018024
 
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...COMPARATIVE  ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
COMPARATIVE ANALYSIS OF CONVENTIONAL PID CONTROLLER AND FUZZY CONTROLLER WIT...
 
An Implementation on Effective Robot Mission under Critical Environemental Co...
An Implementation on Effective Robot Mission under Critical Environemental Co...An Implementation on Effective Robot Mission under Critical Environemental Co...
An Implementation on Effective Robot Mission under Critical Environemental Co...
 
Computer aided design of electrical machine
Computer aided design of electrical machineComputer aided design of electrical machine
Computer aided design of electrical machine
 
software re-engineering
software re-engineeringsoftware re-engineering
software re-engineering
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithm
 
FPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT AlgorithmFPGA based Efficient Interpolator design using DALUT Algorithm
FPGA based Efficient Interpolator design using DALUT Algorithm
 
Design and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemesDesign and testing of systolic array multiplier using fault injecting schemes
Design and testing of systolic array multiplier using fault injecting schemes
 
Bj4301341344
Bj4301341344Bj4301341344
Bj4301341344
 
UIC Thesis Cancare
UIC Thesis CancareUIC Thesis Cancare
UIC Thesis Cancare
 
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
FRACTIONAL ORDER PID CONTROLLER TUNING BASED ON IMC
 
Analysis of Software Complexity Measures for Regression Testing
Analysis of Software Complexity Measures for Regression TestingAnalysis of Software Complexity Measures for Regression Testing
Analysis of Software Complexity Measures for Regression Testing
 
54 890
54 89054 890
54 890
 
International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)International Journal of Engineering Research and Development (IJERD)
International Journal of Engineering Research and Development (IJERD)
 
F1074145
F1074145F1074145
F1074145
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
98 101
98 10198 101
98 101
 

Kürzlich hochgeladen

Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfChristalin Nelson
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFEPART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFEMISSRITIMABIOLOGYEXP
 
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Osopher
 
Comparative Literature in India by Amiya dev.pptx
Comparative Literature in India by Amiya dev.pptxComparative Literature in India by Amiya dev.pptx
Comparative Literature in India by Amiya dev.pptxAvaniJani1
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...Nguyen Thanh Tu Collection
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxMadhavi Dharankar
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroomSamsung Business USA
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...Nguyen Thanh Tu Collection
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxDhatriParmar
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdfMr Bounab Samir
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesVijayaLaxmi84
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWQuiz Club NITW
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Celine George
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 

Kürzlich hochgeladen (20)

Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
prashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Professionprashanth updated resume 2024 for Teaching Profession
prashanth updated resume 2024 for Teaching Profession
 
Indexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdfIndexing Structures in Database Management system.pdf
Indexing Structures in Database Management system.pdf
 
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
Mattingly "AI & Prompt Design" - Introduction to Machine Learning"
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFEPART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
PART 1 - CHAPTER 1 - CELL THE FUNDAMENTAL UNIT OF LIFE
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
Healthy Minds, Flourishing Lives: A Philosophical Approach to Mental Health a...
 
Comparative Literature in India by Amiya dev.pptx
Comparative Literature in India by Amiya dev.pptxComparative Literature in India by Amiya dev.pptx
Comparative Literature in India by Amiya dev.pptx
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - I-LEARN SMART WORLD - CẢ NĂM - CÓ FILE NGHE (BẢN...
 
Objectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptxObjectives n learning outcoms - MD 20240404.pptx
Objectives n learning outcoms - MD 20240404.pptx
 
6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom6 ways Samsung’s Interactive Display powered by Android changes the classroom
6 ways Samsung’s Interactive Display powered by Android changes the classroom
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
BÀI TẬP BỔ TRỢ TIẾNG ANH 11 THEO ĐƠN VỊ BÀI HỌC - CẢ NĂM - CÓ FILE NGHE (GLOB...
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptxMan or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
Man or Manufactured_ Redefining Humanity Through Biopunk Narratives.pptx
 
MS4 level being good citizen -imperative- (1) (1).pdf
MS4 level   being good citizen -imperative- (1) (1).pdfMS4 level   being good citizen -imperative- (1) (1).pdf
MS4 level being good citizen -imperative- (1) (1).pdf
 
Sulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their usesSulphonamides, mechanisms and their uses
Sulphonamides, mechanisms and their uses
 
Mythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITWMythology Quiz-4th April 2024, Quiz Club NITW
Mythology Quiz-4th April 2024, Quiz Club NITW
 
Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17Tree View Decoration Attribute in the Odoo 17
Tree View Decoration Attribute in the Odoo 17
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 

Controller Design of Discrete Systems by Order Reduction Using DE

  • 1. International Journal of Information and Mathematical Sciences 6:1 2010 Controller Design of Discrete Systems by Order Reduction Technique Employing Differential Evolution Optimization Algorithm J. S. Yadav, N. P. Patidar, and J. Singhai high order systems can be reduced in continuous as well as in Abstract—One of the main objectives of order reduction is to discrete domain [3-5]. There are two approaches for the design a controller of lower order which can effectively control the reduction of discrete system, namely the indirect method and original high order system so that the overall system is of lower direct method. The indirect method uses some transformation order and easy to understand. In this paper, a simple method is and then reduction is carried out in the transformed domain. presented for controller design of a higher order discrete system. First the z- domain transfer functions are converted into First the original higher order discrete system in reduced to a lower s-domain by the bilinear transformation and then after order model. Then a Proportional Integral Derivative (PID) controller is designed for lower order model. An error minimization reducing them in s-domain, suitably, they are converted back technique is employed for both order reduction and controller into z-domain. In the direct method the higher order z- design. For the error minimization purpose, Differential Evolution domain transfer functions are reduced to a lower order (DE) optimization algorithm has been employed. DE method is transfer function in the same domain without any based on the minimization of the Integral Squared Error (ISE) transformation [6]. between the desired response and actual response pertaining to a There are two common approaches for controller design. unit step input. Finally the designed PID controller is connected to First approach is to obtain the controller on the basis of the original higher order discrete system to get the desired reduced order model called process reduction [7]. In the specification. The validity of the proposed method is illustrated second approach, the controller is designed for the original through a numerical example. higher order system and then the closed loop response of higher order controller with original system is reduced Keywords—Discrete System, Model Order Reduction, PID pertaining to unity feedback called controller reduction [8]. Controller, Integral Squared Error, Differential Evolution. Both the approaches have their own advantages and disadvantages. The process reduction approach is I. INTRODUCTION computationally simpler as it deals with lower order models T HE mathematical procedure of system modeling often leads to detailed description of a process in the form of high order differential equations. These equations in the and controller but at the same time errors are introduced in the design process as the reduction is carried out at the early stages of design. In the controller reduction approach error frequency domain lead to a high order transfer function. propagation is minimized as the design process is carried out Therefore, it is desirable to reduce higher order transfer at the final stages of reduction but the approaches deals with functions to lower order systems for analysis and design higher order models and thus introduces computational purposes. Reduction of high order systems to lower order complexity. models has also been an important subject area in control In recent years, one of the most promising research engineering for many years [1,2]. One of the main objectives fields has been “Evolutionary Techniques”, an area utilizing of order reduction is to design a controller of lower order analogies with nature or social systems. Evolutionary which can effectively control the original high order system. techniques are finding popularity within research community The conventional methods of reduction, developed so as design tools and problem solvers because of their far, are mostly available in continuous domain. However, the versatility and ability to optimize in complex multimodal search spaces applied to non-differentiable objective functions. Differential evolution (DE) is a branch of J. S. Yadav is working as an Associate Professor in Electronics and Communication Engg. Department, MANIT Bhopal, India (e- evolutionary algorithms developed by Rainer Stron and mail:jsy1@rediffmail.com). Kenneth Price in 1995 for optimization problems [9]. It is a N. P. Patidar is working as an Associate professor in Electrical population-based direct search algorithm for global Engineering Department, MANIT, Bhopal, India. (e-mail: optimization capable of handling non-differentiable, non- nppatidar@yahoo.com) J. Singhai is working as Associate Professor in Electronics and linear and multi-modal objective functions, with few, easily Communication Engineering Department, MANIT Bhopal, India. chosen, control parameters. It has demonstrated its usefulness ( j_singhai@manit.ac.in) and robustness in a variety of applications such as, Neural 43
  • 2. International Journal of Information and Mathematical Sciences 6:1 2010 network learning, Filter design and the optimization of The polynomial D(z ) is stable, that is all its zeros reside aerodynamics shapes. DE differs from other evolutionary algorithms (EA) in the mutation and recombination phases. inside the unit circle z =1. Where, a i ( 0 ≤ i ≤ n − 1 ) , DE uses weighted differences between solution vectors to b i ( 0 ≤ i ≤ n ) , c i ( 0 ≤ i ≤ r − 1) and d i ( 0 ≤ i ≤ r ) are change the population whereas in other stochastic techniques scalar constants. such as genetic algorithm (GA) and expert systems (ES), The numerator order is given as being one less than that of perturbation occurs in accordance with a random quantity. DE employs a greedy selection process with inherent elitist the denominator, as for the original system. The R (z ) features. Also it has a minimum number of EA control approximates G0 ( z ) in some sense and retains the important parameters, which can be tuned effectively [10]. In view of the above, this paper proposes to use DE optimization characteristics of G0 ( z ) and the transient responses of technique for both model reduction and controller design. R(z ) should be as close as possible to that of G0 ( z ) for In this paper, controller design of a higher order discrete system is presented employing process reduction approach. similar inputs. The original higher order discrete system in reduced to a B. Controller design lower order model employing DE technique. DE technique is All The proposed method of design of a controller by based on the minimization of the Integral Squared Error process reduction technique involves the following steps: (ISE) between the transient responses of original higher order Step-1 model and the reduced order model pertaining to a unit step Reduce the given higher order discrete system to a lower input. Then a Proportional Integral Derivative (PID) order model by error minimization technique. controller is designed for lower order model. The parameters The objective function J is defined as an integral squared of the PID controller are tuned by using the same error error of difference between the responses given by the minimization technique employing DE. The performance of expression: the designed PID controller is verified by connecting the t∞ designed PID controller with the original higher order J = ∫ [ y 0 (t ) − y r (t )]2 dt (3) discrete system to get the desired specification. 0 Despite significant strides in the development of advanced control schemes over the past two decades, the conventional Where y 0 (t ) and y r (t ) are the unit step responses of lead-lag (LL) structure controller as well as the classical original and reduced order systems. proportional-integral-derivative (PID) controller and its Step-2 variants, remain the controllers of choice in many industrial Design a PID controller for the reduced order system. applications. These controller structures remain an engineer’s The parameters of the PID controller are optimized using preferred choice because of their structural simplicity, the same error same error minimization technique employing DE. reliability, and the favorable ratio between performance and Step-3 cost. Beyond these benefits, these controllers also offer Test the designed PID controller for the reduced order simplified dynamic modeling, lower user-skill requirements, model for which the PID controller has been designed. and minimal development effort, which are issues of Step-4 substantial importance to engineering practice. Test the designed PID controller for the original higher order model. II. PROBLEM STATEMENT III. PROPORTIONAL INTEGRAL DERIVATIVE (PID) A. Model order reduction CONTROLLER Please Given a high order discrete time stable system of PID controller is basic type of feedback controller. The order ‘ n ’ that is described by the z -transfer function: basic structure of conventional feedback control systems is shown in Fig. 1, using a block diagram representation. In this N (z) a 0 + a 1 z + ......... + a n −1 z n −1 (1) figure, the process is the object to be controlled. In this GO ( z) = = D ( z ) b 0 + b1 z + ......... + b n −1 z n −1 + b n z n figure, the object to be controlled is the process. To make the process variable y follow the set-point value r is the main The objective is to find a reduced r order model that objective of control. To achieve this purpose, the th has a transfer function ( r < n ): manipulated variable u is changed at the authority of the controller. The “disturbance d” is any factor, other than the N (z) c 0 + c 1 z + ......... + c r − 1 z r − 1 manipulated variable, that influences the process variable. R(z) = r = Fig.1 assumes that only one disturbance is added to the D r ( z ) d 0 + d 1 z + ......... + d r − 1 z r − 1 + d r z r manipulated variable. In some applications, however, a major (2) disturbance enters the process in a different way, or plural 44
  • 3. International Journal of Information and Mathematical Sciences 6:1 2010 disturbances need to be considered. The error e is defined by the controller to an error, the degree to which the controller e = r – y. overshoot signal overshoots the set point and the degree of d system oscillation. Some applications may require using only one or two r + ∑ e C (s) u + ∑ y modes to provide the appropriate system control. This is P(s ) _ + achieved by setting the gain of undesired control outputs to zero. A PID controller will be called a PI, PD, P or I Controller Process controller in the absence of the respective control actions. PI controllers are fairly common, since derivative action is Fig. 1. Block diagram of basic feedback controller sensitive to measurement noise, whereas the absence of an integral value may prevent the system from reaching its PID control is the method of feedback control that uses target value due to the control action. the PID controller as the main tool. PID controller is most In application, engineers have independence of widely used in industrial control applications because of its implementing the three functional elements (P, I, and D) of structural simplicity, reliability, and the favorable ratio the PID controller in whatsoever grouping they consider between performance and cost. Beyond these benefits, these most suitable for their problems. The combination of controllers also offer simplified dynamic modeling, lower element(s) used is called the action mode of the PID user-skill requirements, and minimal development effort, controller. Tuning a control loop is the adjustment of its which are issues of substantial importance to engineering control parameters (gain/proportional band, integral practice. A PID controller calculates an error value as the gain/reset, derivative gain/rate) to the optimum values for the difference between a measured process variable and a desired desired control response. Stability (bounded oscillation) is a set point. The controller attempts to minimize the error by basic requirement, but beyond that, different systems have adjusting the process control inputs. In the absence of different behavior, different applications have different knowledge of the underlying process, PID controllers are the requirements, and some desiderata conflict. Further, some best controllers. However, for best performance, the PID processes have a degree of non-linearity and so parameters parameters used in the calculation must be according to the that work well at full-load conditions don't work when the nature of the system – while the design is generic, the process is starting up from no-load; this can be corrected by parameters depend on the specific system. The structure of a gain scheduling (using different parameters in different PID controller is shown in Fig. 2. operating regions). PID controllers often provide acceptable control even in the absence of tuning, but performance can K P e(t ) generally be improved by careful tuning, and performance P may be unacceptable with poor tuning. Setpoint Error t + Output The analysis for designing a digital implementation of a ∑ K I ∫ e(t ) dt + ∑ Process PID controller requires the standard form of the PID + _ I o + D controller to be discretised. Approximations for first-order de(t ) KD derivatives are made by backward finite differences. The dt integral term is discretised, with a sampling Δt time, as follows: Fig. 2. Structure of PID controller t k The PID controller involves three separate parameters, and is accordingly sometimes called three-term control: the ∫ e(τ )dτ = ∑ e(ti )Δt 0 i =1 (4) Proportionality, the integral and derivative values, denoted by P, I, and D. The proportional value determines the The derivative term is approximated as, reaction to the current error, the integral value determines the reaction based on the sum of recent errors, and the derivative de(t k ) e(t k ) − e(t k −1 ) = (5) d (t ) value determines the reaction based on the rate at which the Δt error has been changing. The weighted sum of these three actions is used to adjust the process via a control element. Heuristically, these values can be interpreted in terms of IV. DIFFERENTIAL EVOLUTION time: P depends on the present error, I on the accumulation of Differential Evolution (DE) algorithm is a stochastic, past errors, and D is a prediction of future errors, based on population-based optimization algorithm recently introduced current rate of change. [9]. DE works with two populations; old generation and new By tuning the three constants in the PID controller generation of the same population. The size of the population algorithm, the controller can provide control action designed is adjusted by the parameter NP. The population consists of for specific process requirements. The response of the real valued vectors with dimension D that equals the number controller can be described in terms of the responsiveness of of design parameters/control variables. The population is 45
  • 4. International Journal of Information and Mathematical Sciences 6:1 2010 randomly initialized within the initial parameter bounds. The C. Crossover optimization process is conducted by means of three main Three parents are selected for crossover and the child is a operations: mutation, crossover and selection. In each perturbation of one of them. The trial vector U i,G +1 is generation, individuals of the current population become developed from the elements of the target vector ( X i ,G ) and target vectors. For each target vector, the mutation operation produces a mutant vector, by adding the weighted difference the elements of the donor vector ( X i ,G ).Elements of the between two randomly chosen vectors to a third vector. The donor vector enter the trial vector with probability CR as: crossover operation generates a new vector, called trial vector, by mixing the parameters of the mutant vector with ⎧V j , i , G +1 if rand j ,i ≤ CR or j = I rand ⎪ those of the target vector. If the trial vector obtains a better U j , i , G +1 = ⎨ ⎪ X j , i , G +1 if rand j ,i > CR or j ≠ I rand ⎩ fitness value than the target vector, then the trial vector replaces the target vector in the next generation. The (7) evolutionary operators are described below [9, 10]. With rand j , i ~ U (0,1), Irand is a random integer from (1,2,….D) where D is the solution’s dimension i.e number of X r1,G control variables. Irand ensures that Vi , G +1 ≠ X i ,G . Difference Vector D. Selectionn F . ( X r 2 ,G − X r 3 ,G ) The target vector X i ,G is compared with the trial vector Vi , G +1 and the one with the better fitness value is admitted Vi,G+1 = X r1,G + F. ( X r 2,G − X r3,G ) to the next generation. The selection operation in DE can be represented by the following equation: X r 2 ,G ⎧U i ,G +1 if f (U i ,G +1 ) < f ( X i ,G ) ⎪ (8) X i ,G +1 = ⎨ ⎪ X i ,G ⎩ otherwise. X r 2 , G − X r 3, G where i ∈ [1, N P ] . X r 3, G V. NUMERICAL EXAMPLE Consider the transfer function of the plant from Fig. 3 Vector addition and subtraction in differential evolution references [11, 12] as: N (z) G (z) = = A. Initialization D(z) For each parameter j with lower bound X L and upper ( 0 .1625 z 7 + 0 .125 z 6 − 0 .0025 z 5 + 0 .00525 z 4 − j 0 .02263 z 3 − 0 .00088 z 2 + 0 .003 z − 0.000413 ) bound X U , initial parameter values are usually randomly j ( z 8 − 0 .6307 z 7 − 0 .4185 z 6 + 0 .078 z 5 − 0.057 z 4 − selected uniformly in the interval [ X L , X U ]. j j 0 .1935 z 3 + 0 .09825 z 2 − 0 .0165 z + 0 .00225 ) (9) B. Mutation For which a controller is to be designed to get the desired output. For a given parameter vector X i ,G , three vectors A. Application of DE for Model Order Reduction ( X r1,G X r 2,G X r 3,G ) are randomly selected such that To reduce the higher order model in to a lower order the indices i, r1, r2 and r3 are distinct. A donor vector model DE is employed. The objective function J defined as Vi ,G +1 is created by adding the weighted difference an integral squaredequation difference between the responses given by the error of (3) is minimized by DE. between the two vectors to the third vector as: Implementation of DE requires the determination of six fundamental issues: DE step size function, crossover Vi,G +1 = X r1,G + F .( X r 2,G − X r 3,G ) (6) probability, the number of population, initialization, termination and evaluation function. Generally DE step size Where F is a constant from (0, 2). (F) varies in the interval (0, 2). A good initial guess to F is in the interval (0.5, 1). Crossover probability (CR) constants are generally chosen from the interval (0.5, 1). If the parameter is co-related, then high value of CR work better, the reverse is 46
  • 5. International Journal of Information and Mathematical Sciences 6:1 2010 true for no correlation [10]. In the present study, a population 0.004821z − 0.002508 size of NP=20, generation number G=200, step size F=0.8 R2 ( z ) = (15) and crossover probability of CR =0.8 have been used. 0.030465 z 2 − 0.053953 z + 0.025634 Optimization is terminated by the pre-specified number of generations for DE. One more important factor that affects The unit step responses of original and reduced systems are the optimal solution more or less is the range for unknowns. shown in Fig. 6. It can be seen that the steady state responses For the very first execution of the program, a wider solution of proposed reduced order models is exactly matching with space can be given and after getting the solution one can that of the original model. Also, the transient response of shorten the solution space nearer to the values obtained in the proposed reduced model by DE is very close to that of previous iteration. The flow chart of the DE algorithm original model. It can be seen from Fig. 6 that both the employed in the present study is given in Fig. 4. One more original model and the reduced model settle at a value of 1.07 important point that affects the optimal solution more or less for a input of 1.0 (unit step input). Now, to get the desired is the range for unknowns. For the very first execution of the out put i.e. 1.0, a PID controller is designed. program, more wide solution space can be given and after getting the solution one can shorten the solution space nearer to the values obtained in the previous iteration. Optimization 12 was performed with the total number of generations set to 100. Simulations were conducted on a Pentium 4, 3 GHz, 10 504 MB RAM computer, in the MATLAB 7.0.1 environment. A typical convergence 8 I S E E rro r 6 Start 4 Specify the DE parameters Initialize the population 2 Gen.=1 Evalute the population 0 0 10 20 30 40 50 60 70 80 90 100 Generation Create offsprings and evalute their fitness Fig. 5. Convergence of fitness function No Is fitness of offspring better than B. Application of DE for PID Controller Design fitness of parents ? Discard the In this study, the PID controller has been designed Yes offspring in employing process reduction approach. The original higher Replace the parents by offsprings new population order discrete system given by equation (14) is reduced to a in the new population lower order model employing DE technique given by equation (15). Then the PID controller is designed for lower Yes order model. The parameters of the PID controller are tuned Size of new population < Old population ? by using the same error minimization technique employing Gen. = Gen+1 No DE as explained in section 5.1. The optimized PID controller parameters are: No Gen. > Max. Gen ? K P = 6.7105 , K I = 14.9726 , K D = 0.5089 Yes Stop The unit step response of the reduced system with DE optimized PID controller and original system with DE Fig. 4 Flow chart of proposed DE optimization approach optimized PID controller are shown in Fig. 7 and 8. It is clear from Fig. 8 that the design of PID controller using the of objective function with the number of generation is shown proposed DE optimization technique helps to obtain the in Fig.5. The optimization processes is run 20 times and best designer’s specifications in transient as well as in steady state among the 20 runs are taken as the final result. nd responses for the original system. The reduced 2 order model employing DE technique is obtained as given in equation (15): 47
  • 6. International Journal of Information and Mathematical Sciences 6:1 2010 1.6 1.4 1.2 1 Amplitude 0.8 0.6 0.4 0.2 Original 8th order discrete model Reduced 2nd order discrete model by DE 0 0 10 20 30 40 50 60 70 80 90 100 Time in sec Fig. 6. Step Responses of original system and reduced model 1.5 1 Amplitude 0.5 Reduced 2nd order model without PID controller Reduced 2nd order model with PID controller 0 0 10 20 30 40 50 60 70 80 90 100 Time in sec Fig. 7. Step response of reduced model with PID Controller 1.5 1 Amplitude 0.5 Original 8th order model without PID controller Original 8th order model with PID controller 0 0 10 20 30 40 50 60 70 80 90 100 Time in sec Fig. 8. Step response of original model with PID Controller 48
  • 7. International Journal of Information and Mathematical Sciences 6:1 2010 [6] J.S. Yadav, N.P. Patidar and J. Singhai, S. Panda, “Differential Evolution VI. CONCLUSION Algorithm for Model Reduction of SISO Discrete Systems”, Proceedings of World Congress on Nature & Biologically Inspired Computing The proposed model reduction method uses the modern (NaBIC 2009) 2009, pp. 1053-1058. heuristic optimization technique in its procedure to derive the [7] D.A. Wilson and R.N. Mishra, “Design of low order estimators using stable reduced order model for the discrete system. The reduced models”, Int. J. Control, Vol. 29, pp. 267-278, 1979. algorithm has also been extended to the design of controller for [8] J.A. Davis and R.E. Skelton, “Another balanced controller reduction algorithm” Systems and Controller Letters, Vol. 4, pp. 79-83, 1884. the original discrete system. The algorithm is simple to [9] R Stron. And K. Price, “Differential Evolution – A simple and efficient implement and computer oriented. The matching of the step adaptive scheme for Global Optimization over continuous spaces, Journal response is assured reasonably well in this proposed method. of Global Optimization, Vol. 11, pp. 341-359, 1995. Algorithm preserves more stability and avoids any error [10] Sidhartha Panda, “Differential Evolutionary Algorithm for TCSC-based Controller Design”, Simulation Modelling Practice and Theory, Vol. 17, between the initial or final values of the responses of original pp. 1618-1634, 2009. and reduced model. This approach minimizes the complexity [11] S. Mukhrjee and R.N. Mishra, “Optimal order reduction of discrete involved in direct design of PID Controller. The values for systems”, Journal of Institution of Engineers, Vol. 68, pp. 142-149, 1988. PID Controller are optimized using the reduced model and to [12] K. Ramesh, A. Nirmalkumar and G. Gurusamy, “Design of discrete meet the required performance specifications. The tuned controller via a novel model order reduction technique”, International Journal of Electrical Power and Engineering, Vol. 3, pp. 163-168, 2009. values of the PID controller parameters are tested with the original system and its closed loop response for a unit step input is found to be satisfactory with the response of reduced J S Yadav is working as Associate Professor in Electronics and order model. Communication Engineering Department, MANIT, Bhopal, India. He received the B.Tech.degree from GEC Jabalpur in Electronics and Communication Engineering in 1995 and M.Tech. degree from MANIT, Bhopal in Digital Communication in 2002. Presently he is persuing Ph.D. His area of interest REFERENCES includes Optimization techniques, Model Order Reduction, Digital Communication, Signal and System and Control System. [1] J. S. Yadav, N. P. Patidar, J. Singhai, S. Panda, and C. Ardil “A Combined Conventional and Differential Evolution Method for Model Narayana Prasad Patidar is working as Associate Professor in Electrical Order Reduction”, International Journal of Computational Intelligence, Engineering Department, MANIT, Bhopal, India. He received his PhD. degree Vol. 5, No. 2, pp. 111-118, 2009. from Indian Institute of Technology, Roorkee, in 2008, M.Tech. degree from [2] S. Panda, J. S. Yadav, N. P. Patidar and C. Ardil, “Evolutionary Visvesvaraya National Institute of Technology Nagpur in Integrated Power Techniques for Model Order Reduction of Large Scale Linear Systems”, System in 1995 and B.Tech. degree from SGSITS Indore in Electrical International Journal of Applied Science, Engineering and Technology, Engineering in 1993. His area of research includes voltage stability, security Vol. 5, No. 1, pp. 22-28, 2009. analysis, power system stability and intelligent techniques. Optimization [3] Y. Shamash, “Continued fraction methods for the reduction of discrete techniques, Model Order Reduction, and Control System. time dynamic systems”, Int. Journal of Control, Vol. 20, pages 267-268, 1974. Jyoti Singhai is working as Associate Professor in Electronics and [4] C.P. Therapos, “A direct method for model reduction of discrete system”, Communication Engineering Department, MANIT Bhopal, India. She received Journal of Franklin Institute, Vol. 318, pp. 243-251, 1984. the PhD. degree from MANIT Bhopal in 2005, M.Tech. degree from MANIT, [5] J.P. Tiwari, and S.K. Bhagat, “Simplification of discrete time systems by Bhopal in Digital Communication in 1997 and B.Tech. degree from MANIT improved Routh stability criterion via p-domain”, Journal of IE (India), Bhopal in Electronics and Communication Engineering in 1991. Her area of Vol. 85, pp. 89-192, 2004. research includes Optimization techniques, Model Order Reduction, Digital Communication, Signal and System and Control System. 49