SlideShare a Scribd company logo
1 of 9
Download to read offline
Estimation of Damping Torque for Small-Signal
Stability of Single Machine Infinite Bus System
M.Venkateswara Rao A.Krishna veni
Associate professor PG scholar
mvr.venki@gmail.com, krishnaveni203@gmail.com
Department of Electrical and Electronics Engineering, GMRIT, Rajam, A.P. INDIA.
Abstract— This paper discusses the
Estimation of damping torque coefficient
for Small-signal stability of infinite bus
system. This damping torque coefficient is
used to identify the angle stability of a
system. Initially a mat lab coding was
utilized to generate the time domain
responses of rotor angle, rotor speed and
electromagnetic torque under various
loading conditions. The particle swarm
optimization (PSO) technique is then used
for accurate estimation of damping
torque coefficient. The mat lab coding
results using PSO, under various loading
conditions shows the effectiveness of the
proposed control strategy.
Index terms – Damping torque
coefficient, Particle swarm optimization,
Small-signal stability, and Synchronizing
torque coefficient.
I. INTRODUCTION
The power system instability can be
demonstrated in many different ways
depending on the system configuration and
working mode. Since power system works
on synchronous generators, an essential
condition for system operation is that all
synchronous machines remain in
synchronism [1-3]. The small signal stability
is the ability of the power system to
maintain synchronism when subjected to a
small disturbance [1]. The operating
condition of the power system changes with
respect to time because of the dynamic
nature of the system. The rotor angle
stability can be analyzed from the
Synchronizing torque coefficient SK and
Damping torque coefficient DK . For stable
operation of the system, both synchronizing
and damping torque coefficients must be
positive.
The electromagnetic torque deviation is
split into Synchronizing torque and
Damping torques. The Synchronizing torque
is responsible for restoring the rotor angle
excursion and the Damping torque damps
out the speed deviations [4, 5]. In general
the synchronizing and damping torques are
expressed in terms of Synchronizing torque
coefficient SK and Damping torque
coefficient DK . These SK , DK can be calculated
frequently for stability assessments.
Various computational techniques like
Simulation Annealing (SA) algorithm,
Evolutionary programming (EP), Genetic
Algorithm (GA) and Differential Evolution
(DE) are employed for optimization problem
[7, 8]. These techniques need more
parameters, high calculation time and not
Proceedings of International Conference on Developments in Engineering Research
ISBN NO : 378 - 26 - 13840 - 9
www.iaetsd.in
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
13
easy to implement when compared to
particle swarm optimization. Particle swarm
optimization (PSO) was developed by
Kennedy and Eberhart. This has appeared as
a promising algorithm for handling the
optimization problems [20]. PSO is a robust,
non-linear and population based stochastic
optimal technique which can generate high
quality solutions within shorter calculation
time. The single-machine power system
modeling and small-signal stability studies
are carried out using Eigen analysis based
technique With PSO (particle swarm
optimization) optimal strategy. The
suggested control technique is based on
estimation of damping torque coefficient DK
of a synchronous machine from the time
responses of the rotor angle )(tr , rotor
speed )(t and electromagnetic torque
)(tTe . Thus PSO has been chosen to
coordinate the operation in estimating
Damping torque coefficient DK for stability
analysis [17-19].
II. POWER SYSTEM MODEL
A simplified block diagram model of
the small signal performance is shown in
fig1 [1]. In this work, the proposed method
has been tested on a system comprising a
single machine connected to infinite bus
system through a transmission line.
Normally, for small signal stability study a
second-order model is considered for the
synchronous generator. The single machine
infinite bus system model is linearized at a
particular operating point to obtain the
linearized power system model. This model
is represented with some variables, such as
electrical torque, mechanical torque, and
rotor speed and rotor angle.
Figure1. Block diagram model of small
signal performance.
In the classical generator model, the
acceleration circuit dynamic equations are:
)(
2
1
rDem
r
KTT
Ht





(1)
r
t





0
(2)
Where mT , eT are mechanical torque,
electromagnetic torque and 0 = 02 f .
From the block diagram, the following state-
space form is developed.
BUAXX 
The elements of the system matrix A are
function of DK , H , TX and the initial
operating conditions.
The perturbation matrix B depends on the
system parameters only. From the block
diagram of figure1, we have
(3)
m
r
sD
r
THH
K
H
K
dt
d
























 









0
2
1
0
22
0




 



 mrDS TKK
HSS



2
10
Proceedings of International Conference on Developments in Engineering Research
ISBN NO : 378 - 26 - 13840 - 9
www.iaetsd.in
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
14
And the characteristic equation is
(4)
Therefore, the damping ratio is
(5)
T
B
t
jX
jEE
I
)sin(cos'
 

(6)
EdT XXX  '
(7)
0
'
cos 
T
B
S
X
EE
K 
(8)
III. SMALL SIGNAL STABILITY
ASSESSMENT USING MODAL
MATRICES
The power system experiences small
disturbances by small changes in loads.
Then the system will be driven to an infinite
state 00 )( XtX  at time 0t =0. The system
responds according to the state equations.
The linearized state equations can be used to
find the Eigen values i of the system matrix
A , where iii j  are the distinct
eigenvalues corresponding to a set of right
and left eigenvectors. Here i is a damping
factor and i is Damped angular frequency.
The right and left Eigen vectors are
orthogonal and are usually scaled to be
orthogonal. Real eigenvalues indicates
modes which are aperiodic and complex
eigenvalues indicates modes which are
oscillatory. The uses of right and left
eigenvectors are for identifying the
relationshipbetween the states and the
modes is that the elements of the
eigenvectors are dependent on units and
scaling associated with the state variables.
To overcome this participation matrix which
combines the right and left eigenvectors are
used. The participation factor provides a
measure of association between the state
variables and the oscillatory modes.
IV. SMALL-SIGNALSTABILITY
ASSESSMENT USING
SYNCHRONISING AND DAMPING
TORQUES.
The electromagnetic torque ( eT ) deviation
of a machine can be expressed as its speed (
 ) and angle ( ) deviations, which are
called damping and synchronizing torques.
The synchronizing and damping torques are
expressed in terms of its synchronizing
torque coefficient ( SK ) and damping torque
coefficient ( DK ). Then the electromagnetic
torque deviation will be expressed as:
)()()( 0 tKtKtT SDe  
(9)
Where )(tr = change in rotor speed
)(t = change in rotor angle
V. OVER VIEW OF PARTICLE
SWARM OPTIMIZATION
PSO is one of the evolutionary based
optimization techniques [Fukuyama, 1999;
Kennedy and Eberhart, 1995]. This method
is introduced based on the research of bird
and fish flock movements behavior. Due to
its many advantages like its simplicity and
easy implementation, the algorithm can be
widely used in function optimization.
PSO ALGORITHM:
The particle swarm optimization consists
of ‘n’ particles and the particles position
stands for the potential solution in D-
0
22
02

H
K
S
H
K
S SD 
022
1


HK
K
S
D

Proceedings of International Conference on Developments in Engineering Research
ISBN NO : 378 - 26 - 13840 - 9
www.iaetsd.in
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
15
dimensional space. Each particle can be
shown by its current speed and position.
Particles change its position according to
it’s:
1. Current position
2. Current velocity
3. Distance between its current
position and pbest
4. Distance between its current
position and gbest
Velocity of each particle can be modified
based on the following equation.
)()( 2211
1 k
id
k
id
kk
id
k
id
kk
id
k
id xgbestrcxpbestrcwvv 
By using velocity equation, a certain
velocity which gradually gets close local
best and global best can be calculated. The
current position of the particle can be
modified by the following equation.
11 
 k
id
k
id
k
id vxx
Where, pbest represents the D-dimension
quantity of the individual “i” at its most
optimist position at its “k” times and gbest
represents the D-dimension quantity of the
individual “i” at its most optimist position at
its “k” times. The speed of the particle at its
each direction is confined in between –
vdmix and +vdmax. If vdmax is too big,
solution is far from the best and if vdmax is
too low, it means that the solution will be
local optimism. C1, C2 represents speeding
figures which lies between 0 to 2. r1, r2
represents random fiction, and 0-1 is a
random number.
VI. ESTIMATION OF LOWER AND
UPPER LIMITS OF DAMPING
TORQUE COEFFICIENT.
For the linearized system model presented in
figure1, the eigenvalues of the local system
can be evaluated. The proposed method is
aiming to search for the optimal damping
torque coefficient, such that the damping
ratio can be maximized.
Where  =damping ratio.
For stable operating condition of the system
the Damping ratio must be in [0.4, 0.7].
Hence the Corresponding values of DK will
be [35.712, 63.125]. The control parameters
can be tuned through the optimization
algorithm. The proposed algorithm will be
as follows.
VII. IMPLEMENTATION OF PSO FOR
OPTIMAL ESTIMATION OF
DAMPING TORQUE
Step1. Read the system input data, PSO
parameters.
Step2. Initialize population of particle ( DK )
with random velocities and positions.
Step3. Evaluate fitness values using the
objective function.
Step4. Each particle has its own best
position called local best and the best
position among all the particles is called
global best.
Step5. Update the velocity of particle using
)()( 2211
1 k
id
k
id
kk
id
k
id
kk
id
k
id xgbestrcxpbestrcvv 
022
1


HK
K
S
D

022
1


HK
K
S
D

Proceedings of International Conference on Developments in Engineering Research
ISBN NO : 378 - 26 - 13840 - 9
www.iaetsd.in
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
16
Check the updated velocity, within the limits
or not
maxmin
iii vvv 
Step6. Update the position of particle using
11 
 k
id
k
id
k
id vxx
Step7. Evaluate fitness values of the new
particles. Update the local best values as
current fitness values if these values are
better than previous values, update it. Then
find new global best values.
Step8. Repeat the procedure until the
stopping criteria is reached.
VIII. RESULTS AND DISCUSSIONS
In this work the optimal values of DK are
obtained using PSO and the rotor speed,
rotor angle and electromagnetic torque
responses are generated and are compared
with those obtained in [1]. In which the
damping torque coefficient is chosen
randomly [-10, 0, 10]. In addition the same
responses are generated for different loading
conditions using mat lab coding. It is
observed that the steady state stability of the
system is improved. These responses are
shown in figure2-a to figure4-c. The rotor
responses are obtained for various
conditions:
1. Nominal operating condition (P=0.9,
Q=0.3).
2. Light operating condition (20% of
the nominal values).
3. Heavy operating condition (50%
higher than the nominal operating
condition).
The following responses show the rotor
characteristics under various loading
conditions.
The following responses show the rotor
characteristics under various loading
conditions.
Figure 2-a. Rotor speed response for
P=0.9,Q=0.3.
Figure 2-b. Rotor Angle response for P=0.9,
Q=0.3.
Figure 2-c. Torque response for P=0.9,
Q=0.3.
Proceedings of International Conference on Developments in Engineering Research
ISBN NO : 378 - 26 - 13840 - 9
www.iaetsd.in
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
17
Figure 3-a. Rotor speed response for P=1.35,
Q=0.45.
.
Figure 3-b. Rotor Angle response for
P=1.35, Q=0.45
Figure 3-c. Torque response for P=1.35,
Q=0.45.
Figure 4-a. Rotor speed response for P=0.72,
Q=0.24
Figure 4-b. angle response for P=0.72,
Q=0.24.
Figure 4-c. Torque response for P=0.72,
Q=0.24.
Proceedings of International Conference on Developments in Engineering Research
ISBN NO : 378 - 26 - 13840 - 9
www.iaetsd.in
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
18
CONCLUSION
In this project the steady state performance
improvement is obtained by the accurate
estimation of damping torque coefficient
using particle swarm optimization
technique. The matlab programming results
using PSO under various loading conditions
shows the effectiveness of the proposed
technique. Compared to normal operating
conditions under heavy and light operating
conditions the peak over shoots are very
high which are reduced using PSO
technique. The effectiveness of the proposed
controller is to provide good damping of low
frequency oscillations. It can be concluded
that the proposed PSO controller extends the
power system stability limit by enhancing
the system damping.
APPENDIX:
Input data:
1. Generator parameters:
85.0,003.0,3.0
,76.1,81.1,8,5.3
'
'
0


sqsdad
qdd
KKRX
XXTH
2. Transmission line parameters:
.15.0,65.0,0  Lee XXR
Table1. (Lower, Upper limits of control
parameter):
PARAMETER DK
Lower limit 35.712
Upper limit 63.125
Table2.PSO parameters:
Table3 (Loading conditions):
Table4. (Optimal value of control
parameter)
REFERENCES
[1] Kundur, P.: “power system stability and
control”, McGraw-Hill, 1994.
[2] Hsu Y.Y., Chen, C.L.:“Identification of
optimum location for stabilizer
Application using participation
factors”. In: IEEE Proc. Gen., Trans. &
Distr., Pt. C. VOL. 134. No.3.1987. P.
238-244.
[3] Demello F.P., concordia. C,“Concepts
of synchronostability as affected by
excitation control”. In: IEEE Trans.
Population size 10
Maximum number of generations 50
Acceleration coefficients(C1,C2) 1.4
Inertia weight 1
S.no Cases P(p.u) Q(p.u)
1 Nominal operating
condition 0.9 0.3
2 Heavy operating
condition (50% higher
than the nominal load)
1.35 0.45
3 Light operating
condition(20% of the
nominal operating
condition)
0.72 0.24
DK 57.8
Proceedings of International Conference on Developments in Engineering Research
ISBN NO : 378 - 26 - 13840 - 9
www.iaetsd.in
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
19
Power Apparatus and Systems,
Vol.PAS-88, No.4.April 1969, p.316-
329.
[4] Feilat, E.A., Younan, N., Grzybowski,
S.: “Estimating the synchronizing and
damping torque coefficients using
Kalman filterin”. In: Electric power
Systems Research, Vol.52, No.2,
1992.p.145=149.
[5] Hassan Ghasemi, Claudio canizares.
“On-line Damping Torque estimation
and Oscillatory Stability Margin
Prediction ”. In IEEE Transactions on
Power Systems Vol. 22, No.2, May
2007.
[6] Gurunath Gurrala, Indraneel Sen.:
’’Synchronizing and damping torque
analysis of nonlinear voltage
regulators”. In: In IEEE Transactions on
Power Systems Vol. 26, No.3, and May
2011.
[7] Y.U, Y.N.: “Electrical Power System
Dynamics,” Academic Press, 1983.
[8] N.A.M Kamari, I. Musirin, M.M.
Othman, “Improving Power System
Damping Using EP Based PI
Controller”. PEOCO 2011, June 2011,
PP.121-126.
[9] T.K. Rahman, Z.M. Yasin, W.N.W.
Abdullah, “Artificial-Immune-Based
for Solving Economic Dispatch in
Power System”. PEcon 2004, NOV
2004, PP.31-35G.
[10] M.Hunjan, G.K. Venayagamoorthy,
“Adaptive Power System Stabilizer
Using Artificial Immune System”.
ALIFE’07, April 2007, PP.440-447.
[11] F.P. Demello, C. Concordia, “Concept
of Synchronous Machine as Affected
By Excitation Control”. In: IEEE trans.
Power system apparatus, PSA-87. 1968.
PP.835-844.
[12] Y.L. Abdel-Magid, A.H. Mantawy
“Robust Tuning Of Power System
Stabilizers in Multimachine Power
Systems”. In: IEEE Trans. Power
System, Vol. 15, No. 2, May2000.
[13] Kaith, T.: “Linear Systems”. Prentica
Hall, NJ, 1980.
[14] T.C. Hsia, “system identification: least
square methods”. Lexington, MA:
Lexington Books, D.C. Health and
Company, 1977.
[15] M.J. Gibbard, “Co-Ordinated Design of
Multimachine Power System Stabilizers
Based On Damping Torque Concepts”.
In: IEEE Proceedings, Pt. C, Vol. 135,
No. 4, July 1988, and PP.1276-284.
[16] F. Glover, “Artificial Intelligence
Heuristic Frameworks and Tabu
Search”. Managerial and Decision
Economics, Vol. 11, PP.365-375, 1990.
[17] Shaltout, A., Feilat, E.A.: “Damping
and Synchronizing Torque
Computation in Multimachine Power
Systems”. In: IEEE Trans. On Power
Systems, Vol, PWRS-7, No.1, February
1992, P. 280-286.
[18] Hiroshi Suzuki, Soichi Takeda, Yoshizo
Obata: “An Efficient Eigenvalue
Estimation Technique for
Multimachine Power System Dynamic
Stability Analysis”. In: Electrical
Engineering in Japan, Vol. 100, No.5,
2007, PP.45-53.
[19] F.P. Demello and C. Concordia,
“Concepts of Synchronous Machine
Stability as Affected By Excitation
Control”. In: IEEE Trans. Power
Apparatus and Systems, Vol. PAS-88,
No. 4, PP. 316-329, April 1969.
[20] J. Kennedy and R.C. Eberhart,. “Particle
Swarm Optimization”. Proceeding of
IEEE international conference of
Neural Networks, Vol. 4, 1995, PP.
1942-1948.
Proceedings of International Conference on Developments in Engineering Research
ISBN NO : 378 - 26 - 13840 - 9
www.iaetsd.in
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
20
Proceedings of International Conference on Developments in Engineering Research
ISBN NO : 378 - 26 - 13840 - 9
www.iaetsd.in
INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT
21

More Related Content

What's hot

Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...
ijscai
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full state
eSAT Publishing House
 

What's hot (19)

IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...IRJET-  	  A New Approach to Economic Load Dispatch by using Improved QEMA ba...
IRJET- A New Approach to Economic Load Dispatch by using Improved QEMA ba...
 
MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...
MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...
MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTRO...
 
B010341317
B010341317B010341317
B010341317
 
Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...
 
Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...Fuzzy logic based direct torque control of induction motor with space vector ...
Fuzzy logic based direct torque control of induction motor with space vector ...
 
Effects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability StudiesEffects of Different Parameters on Power System Transient Stability Studies
Effects of Different Parameters on Power System Transient Stability Studies
 
Benchmarking study between capacitive and electronic load technic to track I-...
Benchmarking study between capacitive and electronic load technic to track I-...Benchmarking study between capacitive and electronic load technic to track I-...
Benchmarking study between capacitive and electronic load technic to track I-...
 
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
Signature PSO: A novel inertia weight adjustment using fuzzy signature for LQ...
 
Dynamic model of zeta converter with full state
Dynamic model of zeta converter with full stateDynamic model of zeta converter with full state
Dynamic model of zeta converter with full state
 
Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...Locational marginal pricing framework in secured dispatch scheduling under co...
Locational marginal pricing framework in secured dispatch scheduling under co...
 
Multi-Objective Aspects of Distribution Network Volt-VAr Optimization
Multi-Objective Aspects of Distribution Network Volt-VAr OptimizationMulti-Objective Aspects of Distribution Network Volt-VAr Optimization
Multi-Objective Aspects of Distribution Network Volt-VAr Optimization
 
Power System State Estimation - A Review
Power System State Estimation - A ReviewPower System State Estimation - A Review
Power System State Estimation - A Review
 
Explicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemExplicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic system
 
Dynamics and control of a robotic arm having four links
Dynamics and control of a robotic arm having four linksDynamics and control of a robotic arm having four links
Dynamics and control of a robotic arm having four links
 
Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...Modified T-type topology of three-phase multi-level inverter for photovoltaic...
Modified T-type topology of three-phase multi-level inverter for photovoltaic...
 
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm OptimizationReduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
Reduction of Active Power Loss byUsing Adaptive Cat Swarm Optimization
 
Performance measurement and dynamic analysis of two dof robotic arm manipulator
Performance measurement and dynamic analysis of two dof robotic arm manipulatorPerformance measurement and dynamic analysis of two dof robotic arm manipulator
Performance measurement and dynamic analysis of two dof robotic arm manipulator
 
Robust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithmRobust control of pmsm using genetic algorithm
Robust control of pmsm using genetic algorithm
 
14 34-46
14 34-4614 34-46
14 34-46
 

Similar to Iaetsd estimation of damping torque for small-signal

MODELLING AND IMPLEMENTATION OF AN IMPROVED DSVM SCHEME FOR PMSM DTC
MODELLING AND IMPLEMENTATION OF AN IMPROVED DSVM SCHEME FOR PMSM DTCMODELLING AND IMPLEMENTATION OF AN IMPROVED DSVM SCHEME FOR PMSM DTC
MODELLING AND IMPLEMENTATION OF AN IMPROVED DSVM SCHEME FOR PMSM DTC
paperpublications3
 
A Novel Optimal PI Parameter Tuning Strategy to Improve Constant Switching Pe...
A Novel Optimal PI Parameter Tuning Strategy to Improve Constant Switching Pe...A Novel Optimal PI Parameter Tuning Strategy to Improve Constant Switching Pe...
A Novel Optimal PI Parameter Tuning Strategy to Improve Constant Switching Pe...
IJPEDS-IAES
 

Similar to Iaetsd estimation of damping torque for small-signal (20)

Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller
Modeling & Simulation of PMSM Drives with Fuzzy Logic ControllerModeling & Simulation of PMSM Drives with Fuzzy Logic Controller
Modeling & Simulation of PMSM Drives with Fuzzy Logic Controller
 
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
A NEW FUZZY LOGIC BASED SPACE VECTOR MODULATION APPROACH ON DIRECT TORQUE CON...
 
Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...
Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...
Biogeography-Based Optimization, BBO, Evolutionary Algorithm, Migration, Part...
 
Modeling and Simulation of power system using SMIB with GA based TCSC controller
Modeling and Simulation of power system using SMIB with GA based TCSC controllerModeling and Simulation of power system using SMIB with GA based TCSC controller
Modeling and Simulation of power system using SMIB with GA based TCSC controller
 
Gr3612061213
Gr3612061213Gr3612061213
Gr3612061213
 
MODELLING AND IMPLEMENTATION OF AN IMPROVED DSVM SCHEME FOR PMSM DTC
MODELLING AND IMPLEMENTATION OF AN IMPROVED DSVM SCHEME FOR PMSM DTCMODELLING AND IMPLEMENTATION OF AN IMPROVED DSVM SCHEME FOR PMSM DTC
MODELLING AND IMPLEMENTATION OF AN IMPROVED DSVM SCHEME FOR PMSM DTC
 
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
OPTIMAL TORQUE RIPPLE CONTROL OF ASYNCHRONOUS DRIVE USING INTELLIGENT CONTROL...
 
A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...
A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...
A Novel Direct Torque Control for Induction Machine Drive System with Low Tor...
 
electronic.ppt
electronic.pptelectronic.ppt
electronic.ppt
 
A010220109
A010220109A010220109
A010220109
 
Explicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic systemExplicit model predictive control of fast dynamic system
Explicit model predictive control of fast dynamic system
 
A Novel Optimal PI Parameter Tuning Strategy to Improve Constant Switching Pe...
A Novel Optimal PI Parameter Tuning Strategy to Improve Constant Switching Pe...A Novel Optimal PI Parameter Tuning Strategy to Improve Constant Switching Pe...
A Novel Optimal PI Parameter Tuning Strategy to Improve Constant Switching Pe...
 
DTC-ANN-2-level hybrid by neuronal hysteresis with mechanical sensorless indu...
DTC-ANN-2-level hybrid by neuronal hysteresis with mechanical sensorless indu...DTC-ANN-2-level hybrid by neuronal hysteresis with mechanical sensorless indu...
DTC-ANN-2-level hybrid by neuronal hysteresis with mechanical sensorless indu...
 
Comparing of switching frequency on vector controlled asynchronous motor
Comparing of switching frequency on vector controlled asynchronous motorComparing of switching frequency on vector controlled asynchronous motor
Comparing of switching frequency on vector controlled asynchronous motor
 
Sensorless DTC of IPMSM for embedded systems
Sensorless DTC of IPMSM for embedded systemsSensorless DTC of IPMSM for embedded systems
Sensorless DTC of IPMSM for embedded systems
 
Novelty Method of Speed Control Analysis of Permanent Magnet Brushless DC Motor
Novelty Method of Speed Control Analysis of Permanent Magnet Brushless DC MotorNovelty Method of Speed Control Analysis of Permanent Magnet Brushless DC Motor
Novelty Method of Speed Control Analysis of Permanent Magnet Brushless DC Motor
 
COMPARING OF SWITCHING FREQUENCY ON VECTOR CONTROLLED ASYNCHRONOUS MOTOR
COMPARING OF SWITCHING FREQUENCY ON VECTOR CONTROLLED ASYNCHRONOUS MOTORCOMPARING OF SWITCHING FREQUENCY ON VECTOR CONTROLLED ASYNCHRONOUS MOTOR
COMPARING OF SWITCHING FREQUENCY ON VECTOR CONTROLLED ASYNCHRONOUS MOTOR
 
Design of Robust Speed Controller by Optimization Techniques for DTC IM Drive
Design of Robust Speed Controller by Optimization Techniques for DTC IM DriveDesign of Robust Speed Controller by Optimization Techniques for DTC IM Drive
Design of Robust Speed Controller by Optimization Techniques for DTC IM Drive
 
Design of Quadratic Optimal Regulator for DC Motor
Design of Quadratic Optimal Regulator for DC Motor Design of Quadratic Optimal Regulator for DC Motor
Design of Quadratic Optimal Regulator for DC Motor
 
CONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTC
CONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTCCONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTC
CONTROL OF AN INDUCTION MOTOR WITH DOUBLE ANN MODEL BASED DTC
 

More from Iaetsd Iaetsd

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmission
Iaetsd Iaetsd
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
Iaetsd Iaetsd
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarm
Iaetsd Iaetsd
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...
Iaetsd Iaetsd
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seat
Iaetsd Iaetsd
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
Iaetsd Iaetsd
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
Iaetsd Iaetsd
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
Iaetsd Iaetsd
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
Iaetsd Iaetsd
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic bird
Iaetsd Iaetsd
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
Iaetsd Iaetsd
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
Iaetsd Iaetsd
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
Iaetsd Iaetsd
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
Iaetsd Iaetsd
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocol
Iaetsd Iaetsd
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databases
Iaetsd Iaetsd
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineries
Iaetsd Iaetsd
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolic
Iaetsd Iaetsd
 

More from Iaetsd Iaetsd (20)

iaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmissioniaetsd Survey on cooperative relay based data transmission
iaetsd Survey on cooperative relay based data transmission
 
iaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdliaetsd Software defined am transmitter using vhdl
iaetsd Software defined am transmitter using vhdl
 
iaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarmiaetsd Health monitoring system with wireless alarm
iaetsd Health monitoring system with wireless alarm
 
iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...iaetsd Equalizing channel and power based on cognitive radio system over mult...
iaetsd Equalizing channel and power based on cognitive radio system over mult...
 
iaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seatiaetsd Economic analysis and re design of driver’s car seat
iaetsd Economic analysis and re design of driver’s car seat
 
iaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan applicationiaetsd Design of slotted microstrip patch antenna for wlan application
iaetsd Design of slotted microstrip patch antenna for wlan application
 
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBSREVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
REVIEW PAPER- ON ENHANCEMENT OF HEAT TRANSFER USING RIBS
 
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
A HYBRID AC/DC SOLAR POWERED STANDALONE SYSTEM WITHOUT INVERTER BASED ON LOAD...
 
Fabrication of dual power bike
Fabrication of dual power bikeFabrication of dual power bike
Fabrication of dual power bike
 
Blue brain technology
Blue brain technologyBlue brain technology
Blue brain technology
 
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
iirdem The Livable Planet – A Revolutionary Concept through Innovative Street...
 
iirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic birdiirdem Surveillance aided robotic bird
iirdem Surveillance aided robotic bird
 
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growthiirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
iirdem Growing India Time Monopoly – The Key to Initiate Long Term Rapid Growth
 
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithmiirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
iirdem Design of Efficient Solar Energy Collector using MPPT Algorithm
 
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
iirdem CRASH IMPACT ATTENUATOR (CIA) FOR AUTOMOBILES WITH THE ADVOCATION OF M...
 
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
iirdem ADVANCING OF POWER MANAGEMENT IN HOME WITH SMART GRID TECHNOLOGY AND S...
 
iaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocoliaetsd Shared authority based privacy preserving protocol
iaetsd Shared authority based privacy preserving protocol
 
iaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databasesiaetsd Secured multiple keyword ranked search over encrypted databases
iaetsd Secured multiple keyword ranked search over encrypted databases
 
iaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineriesiaetsd Robots in oil and gas refineries
iaetsd Robots in oil and gas refineries
 
iaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using paraboliciaetsd Modeling of solar steam engine system using parabolic
iaetsd Modeling of solar steam engine system using parabolic
 

Recently uploaded

Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Kandungan 087776558899
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
meharikiros2
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
pritamlangde
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
Kamal Acharya
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
hublikarsn
 

Recently uploaded (20)

Introduction to Geographic Information Systems
Introduction to Geographic Information SystemsIntroduction to Geographic Information Systems
Introduction to Geographic Information Systems
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...Basic Electronics for diploma students as per technical education Kerala Syll...
Basic Electronics for diploma students as per technical education Kerala Syll...
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
Convergence of Robotics and Gen AI offers excellent opportunities for Entrepr...
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Introduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptxIntroduction to Robotics in Mechanical Engineering.pptx
Introduction to Robotics in Mechanical Engineering.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
NO1 Top No1 Amil Baba In Azad Kashmir, Kashmir Black Magic Specialist Expert ...
 

Iaetsd estimation of damping torque for small-signal

  • 1. Estimation of Damping Torque for Small-Signal Stability of Single Machine Infinite Bus System M.Venkateswara Rao A.Krishna veni Associate professor PG scholar mvr.venki@gmail.com, krishnaveni203@gmail.com Department of Electrical and Electronics Engineering, GMRIT, Rajam, A.P. INDIA. Abstract— This paper discusses the Estimation of damping torque coefficient for Small-signal stability of infinite bus system. This damping torque coefficient is used to identify the angle stability of a system. Initially a mat lab coding was utilized to generate the time domain responses of rotor angle, rotor speed and electromagnetic torque under various loading conditions. The particle swarm optimization (PSO) technique is then used for accurate estimation of damping torque coefficient. The mat lab coding results using PSO, under various loading conditions shows the effectiveness of the proposed control strategy. Index terms – Damping torque coefficient, Particle swarm optimization, Small-signal stability, and Synchronizing torque coefficient. I. INTRODUCTION The power system instability can be demonstrated in many different ways depending on the system configuration and working mode. Since power system works on synchronous generators, an essential condition for system operation is that all synchronous machines remain in synchronism [1-3]. The small signal stability is the ability of the power system to maintain synchronism when subjected to a small disturbance [1]. The operating condition of the power system changes with respect to time because of the dynamic nature of the system. The rotor angle stability can be analyzed from the Synchronizing torque coefficient SK and Damping torque coefficient DK . For stable operation of the system, both synchronizing and damping torque coefficients must be positive. The electromagnetic torque deviation is split into Synchronizing torque and Damping torques. The Synchronizing torque is responsible for restoring the rotor angle excursion and the Damping torque damps out the speed deviations [4, 5]. In general the synchronizing and damping torques are expressed in terms of Synchronizing torque coefficient SK and Damping torque coefficient DK . These SK , DK can be calculated frequently for stability assessments. Various computational techniques like Simulation Annealing (SA) algorithm, Evolutionary programming (EP), Genetic Algorithm (GA) and Differential Evolution (DE) are employed for optimization problem [7, 8]. These techniques need more parameters, high calculation time and not Proceedings of International Conference on Developments in Engineering Research ISBN NO : 378 - 26 - 13840 - 9 www.iaetsd.in INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT 13
  • 2. easy to implement when compared to particle swarm optimization. Particle swarm optimization (PSO) was developed by Kennedy and Eberhart. This has appeared as a promising algorithm for handling the optimization problems [20]. PSO is a robust, non-linear and population based stochastic optimal technique which can generate high quality solutions within shorter calculation time. The single-machine power system modeling and small-signal stability studies are carried out using Eigen analysis based technique With PSO (particle swarm optimization) optimal strategy. The suggested control technique is based on estimation of damping torque coefficient DK of a synchronous machine from the time responses of the rotor angle )(tr , rotor speed )(t and electromagnetic torque )(tTe . Thus PSO has been chosen to coordinate the operation in estimating Damping torque coefficient DK for stability analysis [17-19]. II. POWER SYSTEM MODEL A simplified block diagram model of the small signal performance is shown in fig1 [1]. In this work, the proposed method has been tested on a system comprising a single machine connected to infinite bus system through a transmission line. Normally, for small signal stability study a second-order model is considered for the synchronous generator. The single machine infinite bus system model is linearized at a particular operating point to obtain the linearized power system model. This model is represented with some variables, such as electrical torque, mechanical torque, and rotor speed and rotor angle. Figure1. Block diagram model of small signal performance. In the classical generator model, the acceleration circuit dynamic equations are: )( 2 1 rDem r KTT Ht      (1) r t      0 (2) Where mT , eT are mechanical torque, electromagnetic torque and 0 = 02 f . From the block diagram, the following state- space form is developed. BUAXX  The elements of the system matrix A are function of DK , H , TX and the initial operating conditions. The perturbation matrix B depends on the system parameters only. From the block diagram of figure1, we have (3) m r sD r THH K H K dt d                                    0 2 1 0 22 0           mrDS TKK HSS    2 10 Proceedings of International Conference on Developments in Engineering Research ISBN NO : 378 - 26 - 13840 - 9 www.iaetsd.in INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT 14
  • 3. And the characteristic equation is (4) Therefore, the damping ratio is (5) T B t jX jEE I )sin(cos'    (6) EdT XXX  ' (7) 0 ' cos  T B S X EE K  (8) III. SMALL SIGNAL STABILITY ASSESSMENT USING MODAL MATRICES The power system experiences small disturbances by small changes in loads. Then the system will be driven to an infinite state 00 )( XtX  at time 0t =0. The system responds according to the state equations. The linearized state equations can be used to find the Eigen values i of the system matrix A , where iii j  are the distinct eigenvalues corresponding to a set of right and left eigenvectors. Here i is a damping factor and i is Damped angular frequency. The right and left Eigen vectors are orthogonal and are usually scaled to be orthogonal. Real eigenvalues indicates modes which are aperiodic and complex eigenvalues indicates modes which are oscillatory. The uses of right and left eigenvectors are for identifying the relationshipbetween the states and the modes is that the elements of the eigenvectors are dependent on units and scaling associated with the state variables. To overcome this participation matrix which combines the right and left eigenvectors are used. The participation factor provides a measure of association between the state variables and the oscillatory modes. IV. SMALL-SIGNALSTABILITY ASSESSMENT USING SYNCHRONISING AND DAMPING TORQUES. The electromagnetic torque ( eT ) deviation of a machine can be expressed as its speed (  ) and angle ( ) deviations, which are called damping and synchronizing torques. The synchronizing and damping torques are expressed in terms of its synchronizing torque coefficient ( SK ) and damping torque coefficient ( DK ). Then the electromagnetic torque deviation will be expressed as: )()()( 0 tKtKtT SDe   (9) Where )(tr = change in rotor speed )(t = change in rotor angle V. OVER VIEW OF PARTICLE SWARM OPTIMIZATION PSO is one of the evolutionary based optimization techniques [Fukuyama, 1999; Kennedy and Eberhart, 1995]. This method is introduced based on the research of bird and fish flock movements behavior. Due to its many advantages like its simplicity and easy implementation, the algorithm can be widely used in function optimization. PSO ALGORITHM: The particle swarm optimization consists of ‘n’ particles and the particles position stands for the potential solution in D- 0 22 02  H K S H K S SD  022 1   HK K S D  Proceedings of International Conference on Developments in Engineering Research ISBN NO : 378 - 26 - 13840 - 9 www.iaetsd.in INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT 15
  • 4. dimensional space. Each particle can be shown by its current speed and position. Particles change its position according to it’s: 1. Current position 2. Current velocity 3. Distance between its current position and pbest 4. Distance between its current position and gbest Velocity of each particle can be modified based on the following equation. )()( 2211 1 k id k id kk id k id kk id k id xgbestrcxpbestrcwvv  By using velocity equation, a certain velocity which gradually gets close local best and global best can be calculated. The current position of the particle can be modified by the following equation. 11   k id k id k id vxx Where, pbest represents the D-dimension quantity of the individual “i” at its most optimist position at its “k” times and gbest represents the D-dimension quantity of the individual “i” at its most optimist position at its “k” times. The speed of the particle at its each direction is confined in between – vdmix and +vdmax. If vdmax is too big, solution is far from the best and if vdmax is too low, it means that the solution will be local optimism. C1, C2 represents speeding figures which lies between 0 to 2. r1, r2 represents random fiction, and 0-1 is a random number. VI. ESTIMATION OF LOWER AND UPPER LIMITS OF DAMPING TORQUE COEFFICIENT. For the linearized system model presented in figure1, the eigenvalues of the local system can be evaluated. The proposed method is aiming to search for the optimal damping torque coefficient, such that the damping ratio can be maximized. Where  =damping ratio. For stable operating condition of the system the Damping ratio must be in [0.4, 0.7]. Hence the Corresponding values of DK will be [35.712, 63.125]. The control parameters can be tuned through the optimization algorithm. The proposed algorithm will be as follows. VII. IMPLEMENTATION OF PSO FOR OPTIMAL ESTIMATION OF DAMPING TORQUE Step1. Read the system input data, PSO parameters. Step2. Initialize population of particle ( DK ) with random velocities and positions. Step3. Evaluate fitness values using the objective function. Step4. Each particle has its own best position called local best and the best position among all the particles is called global best. Step5. Update the velocity of particle using )()( 2211 1 k id k id kk id k id kk id k id xgbestrcxpbestrcvv  022 1   HK K S D  022 1   HK K S D  Proceedings of International Conference on Developments in Engineering Research ISBN NO : 378 - 26 - 13840 - 9 www.iaetsd.in INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT 16
  • 5. Check the updated velocity, within the limits or not maxmin iii vvv  Step6. Update the position of particle using 11   k id k id k id vxx Step7. Evaluate fitness values of the new particles. Update the local best values as current fitness values if these values are better than previous values, update it. Then find new global best values. Step8. Repeat the procedure until the stopping criteria is reached. VIII. RESULTS AND DISCUSSIONS In this work the optimal values of DK are obtained using PSO and the rotor speed, rotor angle and electromagnetic torque responses are generated and are compared with those obtained in [1]. In which the damping torque coefficient is chosen randomly [-10, 0, 10]. In addition the same responses are generated for different loading conditions using mat lab coding. It is observed that the steady state stability of the system is improved. These responses are shown in figure2-a to figure4-c. The rotor responses are obtained for various conditions: 1. Nominal operating condition (P=0.9, Q=0.3). 2. Light operating condition (20% of the nominal values). 3. Heavy operating condition (50% higher than the nominal operating condition). The following responses show the rotor characteristics under various loading conditions. The following responses show the rotor characteristics under various loading conditions. Figure 2-a. Rotor speed response for P=0.9,Q=0.3. Figure 2-b. Rotor Angle response for P=0.9, Q=0.3. Figure 2-c. Torque response for P=0.9, Q=0.3. Proceedings of International Conference on Developments in Engineering Research ISBN NO : 378 - 26 - 13840 - 9 www.iaetsd.in INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT 17
  • 6. Figure 3-a. Rotor speed response for P=1.35, Q=0.45. . Figure 3-b. Rotor Angle response for P=1.35, Q=0.45 Figure 3-c. Torque response for P=1.35, Q=0.45. Figure 4-a. Rotor speed response for P=0.72, Q=0.24 Figure 4-b. angle response for P=0.72, Q=0.24. Figure 4-c. Torque response for P=0.72, Q=0.24. Proceedings of International Conference on Developments in Engineering Research ISBN NO : 378 - 26 - 13840 - 9 www.iaetsd.in INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT 18
  • 7. CONCLUSION In this project the steady state performance improvement is obtained by the accurate estimation of damping torque coefficient using particle swarm optimization technique. The matlab programming results using PSO under various loading conditions shows the effectiveness of the proposed technique. Compared to normal operating conditions under heavy and light operating conditions the peak over shoots are very high which are reduced using PSO technique. The effectiveness of the proposed controller is to provide good damping of low frequency oscillations. It can be concluded that the proposed PSO controller extends the power system stability limit by enhancing the system damping. APPENDIX: Input data: 1. Generator parameters: 85.0,003.0,3.0 ,76.1,81.1,8,5.3 ' ' 0   sqsdad qdd KKRX XXTH 2. Transmission line parameters: .15.0,65.0,0  Lee XXR Table1. (Lower, Upper limits of control parameter): PARAMETER DK Lower limit 35.712 Upper limit 63.125 Table2.PSO parameters: Table3 (Loading conditions): Table4. (Optimal value of control parameter) REFERENCES [1] Kundur, P.: “power system stability and control”, McGraw-Hill, 1994. [2] Hsu Y.Y., Chen, C.L.:“Identification of optimum location for stabilizer Application using participation factors”. In: IEEE Proc. Gen., Trans. & Distr., Pt. C. VOL. 134. No.3.1987. P. 238-244. [3] Demello F.P., concordia. C,“Concepts of synchronostability as affected by excitation control”. In: IEEE Trans. Population size 10 Maximum number of generations 50 Acceleration coefficients(C1,C2) 1.4 Inertia weight 1 S.no Cases P(p.u) Q(p.u) 1 Nominal operating condition 0.9 0.3 2 Heavy operating condition (50% higher than the nominal load) 1.35 0.45 3 Light operating condition(20% of the nominal operating condition) 0.72 0.24 DK 57.8 Proceedings of International Conference on Developments in Engineering Research ISBN NO : 378 - 26 - 13840 - 9 www.iaetsd.in INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT 19
  • 8. Power Apparatus and Systems, Vol.PAS-88, No.4.April 1969, p.316- 329. [4] Feilat, E.A., Younan, N., Grzybowski, S.: “Estimating the synchronizing and damping torque coefficients using Kalman filterin”. In: Electric power Systems Research, Vol.52, No.2, 1992.p.145=149. [5] Hassan Ghasemi, Claudio canizares. “On-line Damping Torque estimation and Oscillatory Stability Margin Prediction ”. In IEEE Transactions on Power Systems Vol. 22, No.2, May 2007. [6] Gurunath Gurrala, Indraneel Sen.: ’’Synchronizing and damping torque analysis of nonlinear voltage regulators”. In: In IEEE Transactions on Power Systems Vol. 26, No.3, and May 2011. [7] Y.U, Y.N.: “Electrical Power System Dynamics,” Academic Press, 1983. [8] N.A.M Kamari, I. Musirin, M.M. Othman, “Improving Power System Damping Using EP Based PI Controller”. PEOCO 2011, June 2011, PP.121-126. [9] T.K. Rahman, Z.M. Yasin, W.N.W. Abdullah, “Artificial-Immune-Based for Solving Economic Dispatch in Power System”. PEcon 2004, NOV 2004, PP.31-35G. [10] M.Hunjan, G.K. Venayagamoorthy, “Adaptive Power System Stabilizer Using Artificial Immune System”. ALIFE’07, April 2007, PP.440-447. [11] F.P. Demello, C. Concordia, “Concept of Synchronous Machine as Affected By Excitation Control”. In: IEEE trans. Power system apparatus, PSA-87. 1968. PP.835-844. [12] Y.L. Abdel-Magid, A.H. Mantawy “Robust Tuning Of Power System Stabilizers in Multimachine Power Systems”. In: IEEE Trans. Power System, Vol. 15, No. 2, May2000. [13] Kaith, T.: “Linear Systems”. Prentica Hall, NJ, 1980. [14] T.C. Hsia, “system identification: least square methods”. Lexington, MA: Lexington Books, D.C. Health and Company, 1977. [15] M.J. Gibbard, “Co-Ordinated Design of Multimachine Power System Stabilizers Based On Damping Torque Concepts”. In: IEEE Proceedings, Pt. C, Vol. 135, No. 4, July 1988, and PP.1276-284. [16] F. Glover, “Artificial Intelligence Heuristic Frameworks and Tabu Search”. Managerial and Decision Economics, Vol. 11, PP.365-375, 1990. [17] Shaltout, A., Feilat, E.A.: “Damping and Synchronizing Torque Computation in Multimachine Power Systems”. In: IEEE Trans. On Power Systems, Vol, PWRS-7, No.1, February 1992, P. 280-286. [18] Hiroshi Suzuki, Soichi Takeda, Yoshizo Obata: “An Efficient Eigenvalue Estimation Technique for Multimachine Power System Dynamic Stability Analysis”. In: Electrical Engineering in Japan, Vol. 100, No.5, 2007, PP.45-53. [19] F.P. Demello and C. Concordia, “Concepts of Synchronous Machine Stability as Affected By Excitation Control”. In: IEEE Trans. Power Apparatus and Systems, Vol. PAS-88, No. 4, PP. 316-329, April 1969. [20] J. Kennedy and R.C. Eberhart,. “Particle Swarm Optimization”. Proceeding of IEEE international conference of Neural Networks, Vol. 4, 1995, PP. 1942-1948. Proceedings of International Conference on Developments in Engineering Research ISBN NO : 378 - 26 - 13840 - 9 www.iaetsd.in INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT 20
  • 9. Proceedings of International Conference on Developments in Engineering Research ISBN NO : 378 - 26 - 13840 - 9 www.iaetsd.in INTERNATIONAL ASSOCIATION OF ENGINEERING & TECHNOLOGY FOR SKILL DEVELOPMENT 21