SlideShare a Scribd company logo
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
70
MODELLING ANALYSIS & DESIGN OF DSP BASED
NOVEL SPEED SENSORLESS VECTOR CONTROLLER
FOR INDUCTION MOTOR DRIVE
A.O.Amalkar
Research Scholar, Electronics & Telecomm.Deptt
S.S.G.M.College of Engg Shegaon,India
Prof.K.B.Khanchandani
Professor, Electronics & Telecomm.Deptt
S.S.G.M.College of Engg Shegaon,India
ABSTRACT
Unscented Kalman Filter (UKF), which is an updated version of EKF, is proposed as a state
estimator for speed sensorless field oriented control of induction motors. UKF state update
computations, different from EKF, are derivative free and they do not involve costly calculation of
Jacobian matrices. Moreover, variance of each state is not assumed Gaussian, therefore a more
realistic approach is provided by UKF. In order to examine the rotor speed (state V) estimation
performance of UKF experimentally under varying speed conditions, a trapezoidal speed reference
command is embedded into the DSP code. EKF rotor speed estimation successfully tracks the
trapezoidal path. It has been observed that the estimated states are quite close to the measured ones.
The magnitude of the rotor flux justifies that the estimated dq components of the rotor flux are
estimated accurately. A number of simulations were carried out to verify the performance of the
speed estimation with UKF. These simulated results are confirmed with the experimental results.
While obtaining the experimental results, the real time stator voltages and currents are processed in
Matlab with the associated EKF and UKF programs.
Keywords: Unscented Kalman Filter, State Predictions, Covariances, and Digital Signal Processor
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING
AND TECHNOLOGY (IJARET)
ISSN 0976 - 6480 (Print)
ISSN 0976 - 6499 (Online)
Volume 6, Issue 3, March (2015), pp. 70-80
© IAEME: www.iaeme.com/ IJARET.asp
Journal Impact Factor (2015): 8.5041 (Calculated by GISI)
www.jifactor.com
IJARET
© I A E M E
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
71
I. INTRODUCTION
Closed-loop drives have superior dynamic performance, and allow for the implementation of
energy-saving techniques. Most closed-loop drives require feedback of variables that are either
unavailable or expensive to measure. Reliability of the drive is also an important factor when
considering feedback: sensors add to the possible points of failure; therefore there has been
significant research on “sensorless” control. In reality, it is impossible to achieve a completely
“sensorless” closed-loop drive, i.e. having no voltage, current, or speed information. Engineers try to
avoid the cost and failures of speed encoders, which initiated research for several speed-sensorless
control schemes. Another important variable in vector control is the machine magnetic flux, but its
measurement is complex [4]. When closed-loop torque-control is desired, knowledge of the machine
electromechanical torque is required, but torque sensors are expensive. Therefore flux, speed, and
torque estimators or observers are used to replace expensive and less-reliable sensors. Estimators in
motor drives can be categorized into three main groups: back electro-motive force (EMF) methods,
model reference adaptive systems (MRAS), and observer-based approaches such as Kalman filters,
Luenberger observers, sliding-mode observers, and nonlinear observers. Such estimators differ in
terms of estimation errors, dependence on motor parameters, and settling time [5].
The block diagram of a typical induction motor drive is shown in Fig. 1 an induction machine
is fed by a three-phase inverter from a dc bus. To achieve the desired torque-speed response, the
control and estimation algorithms use information from sensors. The speed ωr, is usually available
from a speed encoder. Even though flux measurement can be available from Hall Effect sensors in
some applications, flux is usually estimated for cost and reliability reasons, and is not shown in Fig.
1. Current ( iabc ) and voltage ( vabc ) measurements are usually available, and are used in the flux
estimation process. The mechanical load on the machine shaft could be a fan, propeller, vehicle
gearbox, etc. This paper presents a high-level procedure for implementing novel estimators on a
digital signal processor (DSP) in induction machine applications.
Fig. 1. Typical induction motor drive
II. UNSCENTED KALMAN FILTER
EKF is a simple solution derived by direct linearization of the state equation for extending the
famous (linear) Kalman filter into nonlinear filtering area. Although it is straightforward and simple,
EKF has well-known drawbacks [2]. These drawbacks include:
• Instability due to linearization and erroneous parameters.
• Costly calculation of Jacobian matrices.
• Biasedness of its estimates.
• Lack of analytical methods for suitable selection of model covariances
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
72
UKF is proposed in order to overcome the first three of these disadvantages. The main
advantage of UKF is that it does not need linearization in the computation of the state predictions
and covariances. Due to this, its covariance and Kalman gain estimates are more accurate [3]. This
accurate gain, at the end, leads to better state estimates. In this study, UKF is introduced into the
problem of speed and flux estimation of an induction motor. General simulation results are given and
a brief comparison is made between speed estimation performances of UKF and EKF. The filtering
problem involved in this work is to find the best (in the sense of minimum mean square error
(MMSE)) linear estimate of the state vector xk of the induction machine which evolves according to
the discrete-time nonlinear state transition equation.
x k+1 = f(xk , uk ) + wk (1)
where f (.,.) is the induction machine dynamics, x k is the state of the induction machine at sampling
instant k, uk is the known input to the induction machine at time k and wk is the additive white
process noise term representing modeling errors. Also, it is assumed that we have a set of noisy
measurements zk which are related to the state vector of the induction machine by the linear
relationship;
yk = C xk + vk (2)
where C is the properly sized observation matrix and vk is the white measurement noise related with
the measuring device used. The additive white-noise vectors wk and vk are Gaussian and uncorrelated
from each other with zero mean and covariances Q and R, respectively. The state of the system is
assumed to be unknown, and therefore, the aim of the estimation process is to find a MMSE estimate
of the state x^k|k which is given by
(3)
where Yk
= ∆
{y1 , y 2 ,..., yk } and E{x|y} denotes the expected value of the quantity x ,given the
information y . Also, traditionally, one calculates the error estimates given by the covariance matrix
Pk|k defined as
(4)
These direct definitions being too difficult to calculate, recursive forms are adopted for both the state
and covariance estimates. The recursive update equations for them are given as
and (5)
where the vectors xˆk+1|k (State Prediction), υk+1 (Innovation) and the matrices Lk+1 (Kalman Gain),
Pk+1|k (State Prediction Covariance), and Pkυ+1|k (Innovation Covariance) are dependent on the
quantities xˆ k|k and Pk|k with the following equations.
and (6)
and (7)
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
73
, and (8)
The quantities xˆk+1|k and Pk+1|k , which are called state prediction and prediction covariance of
the state, respectively. They are vital for the overall filter performance. Eqn.6 do not specify how
these quantities are calculated. EKF assumes that errors in the state estimates are small enough to
approximate Eqn.6 to their first order Taylor series. As a result, xˆk+1|k and Pk+1|k are calculated in
EKF as follows;
and (9)
Where, ∇fx denotes the Jacobian matrix of the function f with respect to the state x. This linearization
in EKF frequently yields wrong results in the estimates of the covariance and thus the state. UKF
solves the prediction problem by sampling the distribution of the state in a deterministic manner and
then transforming each of the samples using the nonlinear state transition equation. The n -
dimensional random variable xk with mean xˆk|k and covariance Pk|k is approximated by 2n +1
weighted samples or sigma points selected by the algorithm.
and (10)
, (11)
for i = 1,… , n where κ∈ ℜ is a free real number such that n + κ ≠ 0 , ((n +κ)(Pk|k + Q)i is the ith
column of the matrix, square root of (n + κ)(Pk|k Q) , and Wi is the weight associated with the ith
point. Given these set of samples, the prediction process is as;
(i) Each sigma point is transformed through the process dynamics f ;
(12)
(ii) The state prediction is computed as;
(13)
(iii) The prediction covariance is calculated as;
(14)
The equations (13) and (14) replace (6). The other UKF operations are the same as (13) to (14). Note
that, operations in the new set of equations composed by (13), (14), (7) and (8) together with
measurement updates given in (1) and (2) use only standard vector and matrix operations and need
no approximations for both derivative and Jacobian. Also, the order of calculation is the same as that
of EKF.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
74
III. SIMULATION RESULTS
A number of simulations were carried out to verify the performance of the state
estimation, particularly of the speed estimation with UKF. In Fig.2 – Fig.7, the state estimation
performance of UKF is simulated and in Figs.8,9 accuracies obtained from EKF and UKF are
compared for the speed estimation. Fig. 2 shows the actual state variables of the motor; stator
currents, rotor fluxes and rotor speed at no-load in a high speed reversal scheme. Fig.3 shows
corresponding estimated state variables with UKF under the same conditions. There are almost no
differences between the actual and the estimated variables.
Fig.4 and Fig.5 illustrates magnified estimated speed waveforms at no-load in four quadrant
high speed and low speed reversal schemes respectively. Both the high speed and low speed
estimated waveforms confirm that UKF’s performance is quite good in speed estimation for all
quadrants without causing instability.
(a-b) d-q axis stator currents, (c-d) d-q axis rotor (a-b) estimated d-q axis stator currents, (c-d) Estimated.
fluxes, e) rotor speed d-q axis rotor fluxes, (e) estimated rotor speed.
Fig.2 Actual states at no load Fig.3 Estimated states with UKF at no
load
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
75
Fig. 4 Estimated speed at no-load Fig. 5 Estimated speed at no-load four
quadrant high speed reversal (in rpm). quadrant low speed reversal (in rpm)
In Fig.6, estimated state variables of the induction motor are shown under 100 % rated load
torque and 100 % rated speed conditions. In addition to high performance at no-load, UKF gives
quite satisfactory results under full-load condition. In Fig.7, and Fig.8, actual and estimated speed
characteristics are given on top of each other for 100 % and 10 % rated torque and speed case. In the
transient part of the waveforms, there appears a difference between the estimated and actual values
which is the result of the fact that, in induction motor model, the speed is considered as a constant
parameter and corrected only in the measurement updates of the UKF. In simulation tests, we also
noticed that there usually exists a small steady-state error between the estimated and actual speed
values but that seems to be at negligible levels.
(a-b) estimated d-q axis stator currents, (c-d) estimated d-q axis rotor fluxes, (e) estimated rotor
speed
Fig. 6 estimated states at 100 % rated torque and speed (a-b)
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
76
Fig.7. Estimated speed at 100 % rated torque and speed Fig. 8 Estimated speed at %10 rated torque and speed
It has been shown that UKF is as good as EKF at least in state observation, and it yields even
slightly better speed estimation performance than EKF. This result encourages further study in the
area to obtain better state estimation performances for nonlinear systems to overcome the well-
known defects of EKF and other traditional nonlinear filtering techniques.
(a) graphics in (b) zoomed at the loading initiation. (a) graphics in (b) zoomed at the loading initiation
Fig. 9 (b) Estimated speed optimized for steady state Fig. 10 (b) Estimated speed optimized for
performance at 100 %rated torque and speed using transient performance at 100 % rated torque and
EKF and UKF. speed using EKF and UKF.
IV. EXPERIMENTAL SETUP USING DSP PROCESSOR
Among the most important parts of the control and estimation process is the implementation
platform. The choice of DSPs is more natural, as many have built-in pulse-width modulation (PWM)
channels, analog-to-digital converters (ADCs), and even support speed encoder inputs. A natural
companion to any control and estimation platform is an interface board that links this platform to the
rest of the system. Such a board is essential when signals into and out of the platform are at power or
voltage levels incompatible with the rest of the system. This board can also provide electrical
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
77
isolation between the platform and high-power components, conditioning of sensor outputs, and
amplification of the DSP outputs. Another essential subsystem is the three-phase inverter, which
provides the machine with variable-frequency variable-amplitude threephase voltages. The
commands and monitoring can be available through a GUI, where the computer communicates with
the DSP and the load simultaneously. An elaborate version of Fig. 1 is shown in Fig. 11 and shows
more details. Fig. 11 shows several important steps when building an induction machine drive for
testing the control and estimation. These steps are summarized in Fig. 12, where the GUI is built in
MATLAB/Simulink, and the DSP is programmed in Code Composer Studio (CCS). Simulink
provides a user-friendly control and estimation interface where the designer can use signal-flow
block diagrams similar to a simulation. The block diagrams built can then be automatically translated
to C-code that can be compiled in CCS. It is essential that discrete-time blocks with fixed sampling
rates and fixed point math be used in the block diagram, although floating-point DSPs are currently
available. The testing and calibration are first done with no load, then under different loads for
further tuning and calibration. Appropriate scaling and filtering of all measured signals is essential,
and even though the interface stage could help reduce noise and manage offsets, more digital
filtering and scaling is required. The work presented here employs an eZdsp F2812™ board as the
control and estimation platform. This board is built around the TMS320F2812 DSP.
Fig. 11. Detailed laboratory setup Fig.12.Implementation procedure of the
control and estimation
This platform is compatible with Simulink®, and includes six dual pulse PWM channels (12
channels total), 16 ADCs, and a speed encoder input. The processor is a 32-bit DSP with fixed-point
arithmetic; thus, discrete and fixed-point math blocks of Simulink can be used in the block diagrams.
Once programmed, the DSP can run independent from Simulink, but the link is maintained through
parallel communication for an interactive GUI. The GUI allows to place speed and flux commands,
and monitor estimates in real time. For this platform, two primary software packages are available on
the host computer where the development and control take place: MATLAB/Simulink, which
support math and control development, and CCS, which supports detailed code development for the
DSP. MATLAB is used to build the GUI for real-time communication with the DSP using real-time
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
78
data exchange (RTDX) channels. These channels are set in the block diagram. PWM channels send
gate signals to the switches in the three-phase inverter, and can be used as access points to monitor
signals on an oscilloscope or logic analyzer. On the hardware side, current and voltage sensors are
built in the inverter. The interface board is used to amplify signals sent from the DSP to the inverter,
and to filter and scale signals sent from the sensors to the DSP. , the eZdspF2812 requires all ADC
inputs to be between 0 and 3 V. While simple voltage dividers with limited currents are
straightforward, many current sensors have dc offsets and nonlinear input/output relations. After the
sensors are scaled and conditioned for the ADC, we can read sensor and estimation information in
Simulink.
V.EXPERIMENTAL RESULTS and CONCLUSION:
While obtaining the experimental results, the real time stator voltages and currents are
processed in Matlab with the associated EKF and UKF programs.Fig.13 shows estimations of states
I&II (dq axis stator currents) made by EKF and the actual states I&II measured from the
experimental setup. It may easily be noticed that the estimated states are quite close to the measured
ones. Fig.14 shows the estimated dq axis rotor fluxes in stationary reference frame. The magnitude
of the rotor flux justifies that the estimated dq components of the rotor flux do not involve dc offset
and orthogonal to each other. In order to examine the rotor speed (state V) estimation performance of
EKF experimentally under varying speed conditions, a trapezoidal speed reference command is
embedded into the DSP code.
Fig.13 The estimated & measured states I and II by EKF Fig.14- The estimated states II and III by EKF and the
magnitude of the rotor flux
As shown in Fig 15, EKF rotor speed estimation successfully tracks the trapezoidal path The
same states of the induction motor model estimated by EKF are also estimated by UKF. Fig.16
shows estimations of states I&II (dq axis stator currents) made by UKF and the actual states I&II
measured from the experimental setup.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
79
Fig.15 Rotor speed tracking performance of EKF obtained Fig.16 The estimated and measured states I and II
by EKF states I and II (lower one)
One may easily notice that the estimated states are quite close to the measured ones. Fig.17
shows the estimated dq axis rotor fluxes in stationary reference frame by UKF. The magnitude of the
rotor flux justifies that the estimated dq components of the rotor flux are estimated accurately In
order to compare both types of the observers, EKF and UKF, the covariance matrices regarding to
both types have been initialized with the same entries under the same operating conditions. The
estimated rotor speed waveforms, when plotted together as shown in Fig.18, confirm that the
estimation accuracy of UKF is superior over EKF as claimed before when discussing the simulation
results related to both observer design techniques
Fig.17- The estimated states II and III by UKF Fig.18. Rotor speed waveforms by UKF (darker) and EKF (lighter)
and the magnitude of the rotor flux under the same experimental conditions
The simulation results were shown in Fig.9 and Fig 10 As expected from simulations, the
speed estimation accuracy of UKF is better than EKF under the same experimental conditions. The
measured speed from the motor shaft is 314 rad/sec. The mean of the state estimation error in UKF is
2.65 rad/sec at steady state, and that in EKF is 5.8 rad/sec. This result shows that the estimates of
EKF have serious bias problems compared to UKF. As discussed earlier, the derivative free
algorithm of UKF without a linearity approximation contributes its estimates positively.
Furthermore, the noise sampling feature of UKF is more realistic approach instead of assuming the
noise directly as Gaussian. This property also makes its estimation accuracy better than EKF.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME
80
VI. REFERENCES
1. D.Atkinson, P.Acarnley, J.W.Finch “Observers for Induction Motor State and Parameter
Est.” IEEE Tran. IA vol.27, no. 6, pp.1119-1127, Dec. 1991
2. Julier and J.K.Uhlmann, “A new extension of the Kalman filter to non linear systems,”
Available: http://www.robots.ox.ac.uk.
3. S.Julier, J.K.Uhlmann, and H.F.Durrant-Whyte, “A new method for the nonlinear
transformation of means and covariances in filters and estimators,” IEEE Trans. Automatic
Control, vol.45, pp. 477-482, March 2000
4. S.Julier, J.K.Uhlmann, and H.F.Durrant-Whyte, “A new approach for filtering nonlinear
systems,” Available: http://www.robots.ox.ac.uk
5. H.W.Kim and S.K.Sul “A New Motor Speed Estimator using Kalman Filter in Low Speed
Range”, IEEE Tran. IE vol. 43, no. 4, pp. 498-504, Aug.1996
6. Y.R.Kim, S.K.Sul and M.H.Park “Speed Sensorless Vector Control of Induction Motor Using
Extended Kalman Filter”, IEEE Tran. IA vol. 30, no.5pp. 1225-1233, Oct. 1994
7. L.C.Zai, C.L.De Marco, T.A.Lipo “An Extended Kalman Filter Approach to Rotor Time
Constant Measurement in PWM Induction Motor Drives” IEEE Tran. IA vol. 28, no.1, pp.
96-104, Jan/Feb 1992.
8. M. Mohanty, Dr. M. Basu and Dr. D.N. Pattanayak, “Generation of Indicator Sequence Using
Tms320vc5416 Fixed-Point Digital Signal Processor” International journal of Electronics and
Communication Engineering &Technology (IJECET), Volume 5, Issue 2, 2014, pp. 30 - 35,
ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.

More Related Content

What's hot

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...
eSAT Publishing House
 
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
 Compensation of Data-Loss in Attitude Control of Spacecraft Systems  Compensation of Data-Loss in Attitude Control of Spacecraft Systems
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
rinzindorjej
 
Identification of-aircraft-gas-turbine-engine-s-temperature-condition
Identification of-aircraft-gas-turbine-engine-s-temperature-conditionIdentification of-aircraft-gas-turbine-engine-s-temperature-condition
Identification of-aircraft-gas-turbine-engine-s-temperature-conditionCemal Ardil
 
Optimal tuning linear quadratic regulator for gas turbine by genetic algorith...
Optimal tuning linear quadratic regulator for gas turbine by genetic algorith...Optimal tuning linear quadratic regulator for gas turbine by genetic algorith...
Optimal tuning linear quadratic regulator for gas turbine by genetic algorith...
IJECEIAES
 
[000007]
[000007][000007]
[000007]
Al Mtdrs
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
IRJET Journal
 
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
Scientific Review SR
 
Output feedback trajectory stabilization of the uncertainty DC servomechanism...
Output feedback trajectory stabilization of the uncertainty DC servomechanism...Output feedback trajectory stabilization of the uncertainty DC servomechanism...
Output feedback trajectory stabilization of the uncertainty DC servomechanism...
ISA Interchange
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC Motor
IAES-IJPEDS
 
Impact analysis of actuator torque degradation on the IRB 120 robot performan...
Impact analysis of actuator torque degradation on the IRB 120 robot performan...Impact analysis of actuator torque degradation on the IRB 120 robot performan...
Impact analysis of actuator torque degradation on the IRB 120 robot performan...
IJECEIAES
 
Identification-of-aircraft-gas-turbine-engines-temperature-condition-
 Identification-of-aircraft-gas-turbine-engines-temperature-condition- Identification-of-aircraft-gas-turbine-engines-temperature-condition-
Identification-of-aircraft-gas-turbine-engines-temperature-condition-Cemal Ardil
 
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
IAES-IJPEDS
 
76201978
7620197876201978
76201978
IJRAT
 
Csl3 19 j15
Csl3 19 j15Csl3 19 j15
Csl3 19 j15
kodam2512
 
Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...
Mustefa Jibril
 
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
journalBEEI
 
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
ijscai
 
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
eSAT Publishing House
 
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using MatpackIRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
IRJET Journal
 

What's hot (20)

Poster_submitted_final
Poster_submitted_finalPoster_submitted_final
Poster_submitted_final
 
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...
 
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
 Compensation of Data-Loss in Attitude Control of Spacecraft Systems  Compensation of Data-Loss in Attitude Control of Spacecraft Systems
Compensation of Data-Loss in Attitude Control of Spacecraft Systems
 
Identification of-aircraft-gas-turbine-engine-s-temperature-condition
Identification of-aircraft-gas-turbine-engine-s-temperature-conditionIdentification of-aircraft-gas-turbine-engine-s-temperature-condition
Identification of-aircraft-gas-turbine-engine-s-temperature-condition
 
Optimal tuning linear quadratic regulator for gas turbine by genetic algorith...
Optimal tuning linear quadratic regulator for gas turbine by genetic algorith...Optimal tuning linear quadratic regulator for gas turbine by genetic algorith...
Optimal tuning linear quadratic regulator for gas turbine by genetic algorith...
 
[000007]
[000007][000007]
[000007]
 
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
A Study of Training and Blind Equalization Algorithms for Quadrature Amplitud...
 
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...Model Validation and Control of an In-Wheel DC Motor  Prototype for Hybrid El...
Model Validation and Control of an In-Wheel DC Motor Prototype for Hybrid El...
 
Output feedback trajectory stabilization of the uncertainty DC servomechanism...
Output feedback trajectory stabilization of the uncertainty DC servomechanism...Output feedback trajectory stabilization of the uncertainty DC servomechanism...
Output feedback trajectory stabilization of the uncertainty DC servomechanism...
 
Multi-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC MotorMulti-objective Optimization Scheme for PID-Controlled DC Motor
Multi-objective Optimization Scheme for PID-Controlled DC Motor
 
Impact analysis of actuator torque degradation on the IRB 120 robot performan...
Impact analysis of actuator torque degradation on the IRB 120 robot performan...Impact analysis of actuator torque degradation on the IRB 120 robot performan...
Impact analysis of actuator torque degradation on the IRB 120 robot performan...
 
Identification-of-aircraft-gas-turbine-engines-temperature-condition-
 Identification-of-aircraft-gas-turbine-engines-temperature-condition- Identification-of-aircraft-gas-turbine-engines-temperature-condition-
Identification-of-aircraft-gas-turbine-engines-temperature-condition-
 
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
Numerical Method for Power Losses Minimization of Vector- Controlled Inductio...
 
76201978
7620197876201978
76201978
 
Csl3 19 j15
Csl3 19 j15Csl3 19 j15
Csl3 19 j15
 
Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...Modelling design and control of an electromechanical mass lifting system usin...
Modelling design and control of an electromechanical mass lifting system usin...
 
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...Fuzzy and predictive control of a photovoltaic pumping system based on three-...
Fuzzy and predictive control of a photovoltaic pumping system based on three-...
 
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
 
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
 
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using MatpackIRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
IRJET- Kinematic Analysis of Planar and Spatial Mechanisms using Matpack
 

Viewers also liked

M0 nitor
M0 nitorM0 nitor
Antitrust analyis in mergers and aquisitions - What are the DOJ and FTC up to...
Antitrust analyis in mergers and aquisitions - What are the DOJ and FTC up to...Antitrust analyis in mergers and aquisitions - What are the DOJ and FTC up to...
Antitrust analyis in mergers and aquisitions - What are the DOJ and FTC up to...
Jessica Johnson
 
Basic Emotions
Basic EmotionsBasic Emotions
Basic Emotions
Thioen
 
Evaluation question 2
Evaluation question 2Evaluation question 2
Evaluation question 2
SharmarkeMohamed
 
Sun august investor presentation
Sun august investor presentationSun august investor presentation
Sun august investor presentation
SunocoLP
 
IASGCON 2016 Coimbatore October 6th - 9th 2016
IASGCON 2016 Coimbatore October 6th - 9th 2016IASGCON 2016 Coimbatore October 6th - 9th 2016
IASGCON 2016 Coimbatore October 6th - 9th 2016
GEM Hospital & Research Centre
 
Colegio gonzalo arango estructuras
Colegio gonzalo arango estructurasColegio gonzalo arango estructuras
Colegio gonzalo arango estructuras
Nikoll Donoso
 
PARAMETER OPTIMIZATION IN VERTICAL MACHINING CENTER CNC FOR EN45 (STEEL ALLOY...
PARAMETER OPTIMIZATION IN VERTICAL MACHINING CENTER CNC FOR EN45 (STEEL ALLOY...PARAMETER OPTIMIZATION IN VERTICAL MACHINING CENTER CNC FOR EN45 (STEEL ALLOY...
PARAMETER OPTIMIZATION IN VERTICAL MACHINING CENTER CNC FOR EN45 (STEEL ALLOY...
IAEME Publication
 
1. Introducción Big Data
1.  Introducción Big Data1.  Introducción Big Data
1. Introducción Big Data
Cristian González García
 
TALLER CON DOCENTES DE JERICO BOYACA
TALLER CON DOCENTES DE JERICO BOYACATALLER CON DOCENTES DE JERICO BOYACA
TALLER CON DOCENTES DE JERICO BOYACA
Luz Herminda Gallego Virguez
 
tugas modul pembelajaran
tugas modul pembelajarantugas modul pembelajaran
tugas modul pembelajaran
arliani123
 
Los sindicatos
Los sindicatosLos sindicatos
Los sindicatos
Matias Ceron
 
Molecular biology
Molecular biologyMolecular biology
Molecular biology
UE
 

Viewers also liked (16)

M0 nitor
M0 nitorM0 nitor
M0 nitor
 
Antitrust analyis in mergers and aquisitions - What are the DOJ and FTC up to...
Antitrust analyis in mergers and aquisitions - What are the DOJ and FTC up to...Antitrust analyis in mergers and aquisitions - What are the DOJ and FTC up to...
Antitrust analyis in mergers and aquisitions - What are the DOJ and FTC up to...
 
Basic Emotions
Basic EmotionsBasic Emotions
Basic Emotions
 
Evaluation question 2
Evaluation question 2Evaluation question 2
Evaluation question 2
 
Sun august investor presentation
Sun august investor presentationSun august investor presentation
Sun august investor presentation
 
IASGCON 2016 Coimbatore October 6th - 9th 2016
IASGCON 2016 Coimbatore October 6th - 9th 2016IASGCON 2016 Coimbatore October 6th - 9th 2016
IASGCON 2016 Coimbatore October 6th - 9th 2016
 
Colegio gonzalo arango estructuras
Colegio gonzalo arango estructurasColegio gonzalo arango estructuras
Colegio gonzalo arango estructuras
 
PARAMETER OPTIMIZATION IN VERTICAL MACHINING CENTER CNC FOR EN45 (STEEL ALLOY...
PARAMETER OPTIMIZATION IN VERTICAL MACHINING CENTER CNC FOR EN45 (STEEL ALLOY...PARAMETER OPTIMIZATION IN VERTICAL MACHINING CENTER CNC FOR EN45 (STEEL ALLOY...
PARAMETER OPTIMIZATION IN VERTICAL MACHINING CENTER CNC FOR EN45 (STEEL ALLOY...
 
Douglas Gauld3
Douglas Gauld3Douglas Gauld3
Douglas Gauld3
 
1. Introducción Big Data
1.  Introducción Big Data1.  Introducción Big Data
1. Introducción Big Data
 
TALLER CON DOCENTES DE JERICO BOYACA
TALLER CON DOCENTES DE JERICO BOYACATALLER CON DOCENTES DE JERICO BOYACA
TALLER CON DOCENTES DE JERICO BOYACA
 
Histori
HistoriHistori
Histori
 
tugas modul pembelajaran
tugas modul pembelajarantugas modul pembelajaran
tugas modul pembelajaran
 
Los sindicatos
Los sindicatosLos sindicatos
Los sindicatos
 
Molecular biology
Molecular biologyMolecular biology
Molecular biology
 
DepresióN
DepresióNDepresióN
DepresióN
 

Similar to MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE

Comparison of Estimated Torques Using Low Pass Filter and Extended Kalman Fil...
Comparison of Estimated Torques Using Low Pass Filter and Extended Kalman Fil...Comparison of Estimated Torques Using Low Pass Filter and Extended Kalman Fil...
Comparison of Estimated Torques Using Low Pass Filter and Extended Kalman Fil...
IAES-IJPEDS
 
Real time implementation of unscented kalman filter for target tracking
Real time implementation of unscented kalman filter for target trackingReal time implementation of unscented kalman filter for target tracking
Real time implementation of unscented kalman filter for target trackingIAEME Publication
 
Modular Approach to Implement Model Predictive Control on Three Phase Voltage...
Modular Approach to Implement Model Predictive Control on Three Phase Voltage...Modular Approach to Implement Model Predictive Control on Three Phase Voltage...
Modular Approach to Implement Model Predictive Control on Three Phase Voltage...
International Journal of Power Electronics and Drive Systems
 
Comparative Study of the Success of PI and PI-Fuzzy Controller for Induction ...
Comparative Study of the Success of PI and PI-Fuzzy Controller for Induction ...Comparative Study of the Success of PI and PI-Fuzzy Controller for Induction ...
Comparative Study of the Success of PI and PI-Fuzzy Controller for Induction ...
inventionjournals
 
T04405112116
T04405112116T04405112116
T04405112116
IJERA Editor
 
F05613947
F05613947F05613947
F05613947
IOSR-JEN
 
Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...
Mustefa Jibril
 
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
IJMER
 
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-ChipOptimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
IDES Editor
 
17.pmsm speed sensor less direct torque control based on ekf
17.pmsm speed sensor less direct torque control based on ekf17.pmsm speed sensor less direct torque control based on ekf
17.pmsm speed sensor less direct torque control based on ekfMouli Reddy
 
Multi-Machine Stability Using Dynamic Inversion Technique
Multi-Machine Stability Using Dynamic Inversion Technique Multi-Machine Stability Using Dynamic Inversion Technique
Multi-Machine Stability Using Dynamic Inversion Technique
IJECEIAES
 
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
ijscai
 
Experiment based comparative analysis of stator current controllers using pre...
Experiment based comparative analysis of stator current controllers using pre...Experiment based comparative analysis of stator current controllers using pre...
Experiment based comparative analysis of stator current controllers using pre...
journalBEEI
 
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...
elelijjournal
 
Modeling and simulation of vehicle windshield wiper system using h infinity l...
Modeling and simulation of vehicle windshield wiper system using h infinity l...Modeling and simulation of vehicle windshield wiper system using h infinity l...
Modeling and simulation of vehicle windshield wiper system using h infinity l...
Mustefa Jibril
 
Nonlinear Control of an Active Magnetic Bearing with Output Constraint
Nonlinear Control of an Active Magnetic Bearing with Output ConstraintNonlinear Control of an Active Magnetic Bearing with Output Constraint
Nonlinear Control of an Active Magnetic Bearing with Output Constraint
IJECEIAES
 
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
IJECEIAES
 
Converter driver dc motor
Converter driver dc motorConverter driver dc motor
Converter driver dc motor
alexis marck Huiza Canchanya
 
Advanced Stability Analysis of Control Systems with Variable Parameters
Advanced Stability Analysis of Control Systems with Variable ParametersAdvanced Stability Analysis of Control Systems with Variable Parameters
Advanced Stability Analysis of Control Systems with Variable Parameters
journal ijrtem
 

Similar to MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE (20)

Comparison of Estimated Torques Using Low Pass Filter and Extended Kalman Fil...
Comparison of Estimated Torques Using Low Pass Filter and Extended Kalman Fil...Comparison of Estimated Torques Using Low Pass Filter and Extended Kalman Fil...
Comparison of Estimated Torques Using Low Pass Filter and Extended Kalman Fil...
 
Real time implementation of unscented kalman filter for target tracking
Real time implementation of unscented kalman filter for target trackingReal time implementation of unscented kalman filter for target tracking
Real time implementation of unscented kalman filter for target tracking
 
Modular Approach to Implement Model Predictive Control on Three Phase Voltage...
Modular Approach to Implement Model Predictive Control on Three Phase Voltage...Modular Approach to Implement Model Predictive Control on Three Phase Voltage...
Modular Approach to Implement Model Predictive Control on Three Phase Voltage...
 
Comparative Study of the Success of PI and PI-Fuzzy Controller for Induction ...
Comparative Study of the Success of PI and PI-Fuzzy Controller for Induction ...Comparative Study of the Success of PI and PI-Fuzzy Controller for Induction ...
Comparative Study of the Success of PI and PI-Fuzzy Controller for Induction ...
 
T04405112116
T04405112116T04405112116
T04405112116
 
F05613947
F05613947F05613947
F05613947
 
Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...Optimal and robust controllers based design of quarter car active suspension ...
Optimal and robust controllers based design of quarter car active suspension ...
 
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
 
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-ChipOptimal and Power Aware BIST for Delay Testing of System-On-Chip
Optimal and Power Aware BIST for Delay Testing of System-On-Chip
 
17.pmsm speed sensor less direct torque control based on ekf
17.pmsm speed sensor less direct torque control based on ekf17.pmsm speed sensor less direct torque control based on ekf
17.pmsm speed sensor less direct torque control based on ekf
 
Multi-Machine Stability Using Dynamic Inversion Technique
Multi-Machine Stability Using Dynamic Inversion Technique Multi-Machine Stability Using Dynamic Inversion Technique
Multi-Machine Stability Using Dynamic Inversion Technique
 
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
 
Experiment based comparative analysis of stator current controllers using pre...
Experiment based comparative analysis of stator current controllers using pre...Experiment based comparative analysis of stator current controllers using pre...
Experiment based comparative analysis of stator current controllers using pre...
 
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...
 
Modeling and simulation of vehicle windshield wiper system using h infinity l...
Modeling and simulation of vehicle windshield wiper system using h infinity l...Modeling and simulation of vehicle windshield wiper system using h infinity l...
Modeling and simulation of vehicle windshield wiper system using h infinity l...
 
Nonlinear Control of an Active Magnetic Bearing with Output Constraint
Nonlinear Control of an Active Magnetic Bearing with Output ConstraintNonlinear Control of an Active Magnetic Bearing with Output Constraint
Nonlinear Control of an Active Magnetic Bearing with Output Constraint
 
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
Non-integer IMC Based PID Design for Load Frequency Control of Power System t...
 
Converter driver dc motor
Converter driver dc motorConverter driver dc motor
Converter driver dc motor
 
20120140504018
2012014050401820120140504018
20120140504018
 
Advanced Stability Analysis of Control Systems with Variable Parameters
Advanced Stability Analysis of Control Systems with Variable ParametersAdvanced Stability Analysis of Control Systems with Variable Parameters
Advanced Stability Analysis of Control Systems with Variable Parameters
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
IAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
IAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
IAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
IAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
IAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
IAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
IAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
IAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
abh.arya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
Kamal Acharya
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
Kamal Acharya
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
AhmedHussein950959
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
Kamal Acharya
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
Kamal Acharya
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 

Recently uploaded (20)

Democratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek AryaDemocratizing Fuzzing at Scale by Abhishek Arya
Democratizing Fuzzing at Scale by Abhishek Arya
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
Courier management system project report.pdf
Courier management system project report.pdfCourier management system project report.pdf
Courier management system project report.pdf
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Event Management System Vb Net Project Report.pdf
Event Management System Vb Net  Project Report.pdfEvent Management System Vb Net  Project Report.pdf
Event Management System Vb Net Project Report.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
ASME IX(9) 2007 Full Version .pdf
ASME IX(9)  2007 Full Version       .pdfASME IX(9)  2007 Full Version       .pdf
ASME IX(9) 2007 Full Version .pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Automobile Management System Project Report.pdf
Automobile Management System Project Report.pdfAutomobile Management System Project Report.pdf
Automobile Management System Project Report.pdf
 
Vaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdfVaccine management system project report documentation..pdf
Vaccine management system project report documentation..pdf
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 

MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE

  • 1. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 70 MODELLING ANALYSIS & DESIGN OF DSP BASED NOVEL SPEED SENSORLESS VECTOR CONTROLLER FOR INDUCTION MOTOR DRIVE A.O.Amalkar Research Scholar, Electronics & Telecomm.Deptt S.S.G.M.College of Engg Shegaon,India Prof.K.B.Khanchandani Professor, Electronics & Telecomm.Deptt S.S.G.M.College of Engg Shegaon,India ABSTRACT Unscented Kalman Filter (UKF), which is an updated version of EKF, is proposed as a state estimator for speed sensorless field oriented control of induction motors. UKF state update computations, different from EKF, are derivative free and they do not involve costly calculation of Jacobian matrices. Moreover, variance of each state is not assumed Gaussian, therefore a more realistic approach is provided by UKF. In order to examine the rotor speed (state V) estimation performance of UKF experimentally under varying speed conditions, a trapezoidal speed reference command is embedded into the DSP code. EKF rotor speed estimation successfully tracks the trapezoidal path. It has been observed that the estimated states are quite close to the measured ones. The magnitude of the rotor flux justifies that the estimated dq components of the rotor flux are estimated accurately. A number of simulations were carried out to verify the performance of the speed estimation with UKF. These simulated results are confirmed with the experimental results. While obtaining the experimental results, the real time stator voltages and currents are processed in Matlab with the associated EKF and UKF programs. Keywords: Unscented Kalman Filter, State Predictions, Covariances, and Digital Signal Processor INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) ISSN 0976 - 6480 (Print) ISSN 0976 - 6499 (Online) Volume 6, Issue 3, March (2015), pp. 70-80 © IAEME: www.iaeme.com/ IJARET.asp Journal Impact Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com IJARET © I A E M E
  • 2. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 71 I. INTRODUCTION Closed-loop drives have superior dynamic performance, and allow for the implementation of energy-saving techniques. Most closed-loop drives require feedback of variables that are either unavailable or expensive to measure. Reliability of the drive is also an important factor when considering feedback: sensors add to the possible points of failure; therefore there has been significant research on “sensorless” control. In reality, it is impossible to achieve a completely “sensorless” closed-loop drive, i.e. having no voltage, current, or speed information. Engineers try to avoid the cost and failures of speed encoders, which initiated research for several speed-sensorless control schemes. Another important variable in vector control is the machine magnetic flux, but its measurement is complex [4]. When closed-loop torque-control is desired, knowledge of the machine electromechanical torque is required, but torque sensors are expensive. Therefore flux, speed, and torque estimators or observers are used to replace expensive and less-reliable sensors. Estimators in motor drives can be categorized into three main groups: back electro-motive force (EMF) methods, model reference adaptive systems (MRAS), and observer-based approaches such as Kalman filters, Luenberger observers, sliding-mode observers, and nonlinear observers. Such estimators differ in terms of estimation errors, dependence on motor parameters, and settling time [5]. The block diagram of a typical induction motor drive is shown in Fig. 1 an induction machine is fed by a three-phase inverter from a dc bus. To achieve the desired torque-speed response, the control and estimation algorithms use information from sensors. The speed ωr, is usually available from a speed encoder. Even though flux measurement can be available from Hall Effect sensors in some applications, flux is usually estimated for cost and reliability reasons, and is not shown in Fig. 1. Current ( iabc ) and voltage ( vabc ) measurements are usually available, and are used in the flux estimation process. The mechanical load on the machine shaft could be a fan, propeller, vehicle gearbox, etc. This paper presents a high-level procedure for implementing novel estimators on a digital signal processor (DSP) in induction machine applications. Fig. 1. Typical induction motor drive II. UNSCENTED KALMAN FILTER EKF is a simple solution derived by direct linearization of the state equation for extending the famous (linear) Kalman filter into nonlinear filtering area. Although it is straightforward and simple, EKF has well-known drawbacks [2]. These drawbacks include: • Instability due to linearization and erroneous parameters. • Costly calculation of Jacobian matrices. • Biasedness of its estimates. • Lack of analytical methods for suitable selection of model covariances
  • 3. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 72 UKF is proposed in order to overcome the first three of these disadvantages. The main advantage of UKF is that it does not need linearization in the computation of the state predictions and covariances. Due to this, its covariance and Kalman gain estimates are more accurate [3]. This accurate gain, at the end, leads to better state estimates. In this study, UKF is introduced into the problem of speed and flux estimation of an induction motor. General simulation results are given and a brief comparison is made between speed estimation performances of UKF and EKF. The filtering problem involved in this work is to find the best (in the sense of minimum mean square error (MMSE)) linear estimate of the state vector xk of the induction machine which evolves according to the discrete-time nonlinear state transition equation. x k+1 = f(xk , uk ) + wk (1) where f (.,.) is the induction machine dynamics, x k is the state of the induction machine at sampling instant k, uk is the known input to the induction machine at time k and wk is the additive white process noise term representing modeling errors. Also, it is assumed that we have a set of noisy measurements zk which are related to the state vector of the induction machine by the linear relationship; yk = C xk + vk (2) where C is the properly sized observation matrix and vk is the white measurement noise related with the measuring device used. The additive white-noise vectors wk and vk are Gaussian and uncorrelated from each other with zero mean and covariances Q and R, respectively. The state of the system is assumed to be unknown, and therefore, the aim of the estimation process is to find a MMSE estimate of the state x^k|k which is given by (3) where Yk = ∆ {y1 , y 2 ,..., yk } and E{x|y} denotes the expected value of the quantity x ,given the information y . Also, traditionally, one calculates the error estimates given by the covariance matrix Pk|k defined as (4) These direct definitions being too difficult to calculate, recursive forms are adopted for both the state and covariance estimates. The recursive update equations for them are given as and (5) where the vectors xˆk+1|k (State Prediction), υk+1 (Innovation) and the matrices Lk+1 (Kalman Gain), Pk+1|k (State Prediction Covariance), and Pkυ+1|k (Innovation Covariance) are dependent on the quantities xˆ k|k and Pk|k with the following equations. and (6) and (7)
  • 4. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 73 , and (8) The quantities xˆk+1|k and Pk+1|k , which are called state prediction and prediction covariance of the state, respectively. They are vital for the overall filter performance. Eqn.6 do not specify how these quantities are calculated. EKF assumes that errors in the state estimates are small enough to approximate Eqn.6 to their first order Taylor series. As a result, xˆk+1|k and Pk+1|k are calculated in EKF as follows; and (9) Where, ∇fx denotes the Jacobian matrix of the function f with respect to the state x. This linearization in EKF frequently yields wrong results in the estimates of the covariance and thus the state. UKF solves the prediction problem by sampling the distribution of the state in a deterministic manner and then transforming each of the samples using the nonlinear state transition equation. The n - dimensional random variable xk with mean xˆk|k and covariance Pk|k is approximated by 2n +1 weighted samples or sigma points selected by the algorithm. and (10) , (11) for i = 1,… , n where κ∈ ℜ is a free real number such that n + κ ≠ 0 , ((n +κ)(Pk|k + Q)i is the ith column of the matrix, square root of (n + κ)(Pk|k Q) , and Wi is the weight associated with the ith point. Given these set of samples, the prediction process is as; (i) Each sigma point is transformed through the process dynamics f ; (12) (ii) The state prediction is computed as; (13) (iii) The prediction covariance is calculated as; (14) The equations (13) and (14) replace (6). The other UKF operations are the same as (13) to (14). Note that, operations in the new set of equations composed by (13), (14), (7) and (8) together with measurement updates given in (1) and (2) use only standard vector and matrix operations and need no approximations for both derivative and Jacobian. Also, the order of calculation is the same as that of EKF.
  • 5. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 74 III. SIMULATION RESULTS A number of simulations were carried out to verify the performance of the state estimation, particularly of the speed estimation with UKF. In Fig.2 – Fig.7, the state estimation performance of UKF is simulated and in Figs.8,9 accuracies obtained from EKF and UKF are compared for the speed estimation. Fig. 2 shows the actual state variables of the motor; stator currents, rotor fluxes and rotor speed at no-load in a high speed reversal scheme. Fig.3 shows corresponding estimated state variables with UKF under the same conditions. There are almost no differences between the actual and the estimated variables. Fig.4 and Fig.5 illustrates magnified estimated speed waveforms at no-load in four quadrant high speed and low speed reversal schemes respectively. Both the high speed and low speed estimated waveforms confirm that UKF’s performance is quite good in speed estimation for all quadrants without causing instability. (a-b) d-q axis stator currents, (c-d) d-q axis rotor (a-b) estimated d-q axis stator currents, (c-d) Estimated. fluxes, e) rotor speed d-q axis rotor fluxes, (e) estimated rotor speed. Fig.2 Actual states at no load Fig.3 Estimated states with UKF at no load
  • 6. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 75 Fig. 4 Estimated speed at no-load Fig. 5 Estimated speed at no-load four quadrant high speed reversal (in rpm). quadrant low speed reversal (in rpm) In Fig.6, estimated state variables of the induction motor are shown under 100 % rated load torque and 100 % rated speed conditions. In addition to high performance at no-load, UKF gives quite satisfactory results under full-load condition. In Fig.7, and Fig.8, actual and estimated speed characteristics are given on top of each other for 100 % and 10 % rated torque and speed case. In the transient part of the waveforms, there appears a difference between the estimated and actual values which is the result of the fact that, in induction motor model, the speed is considered as a constant parameter and corrected only in the measurement updates of the UKF. In simulation tests, we also noticed that there usually exists a small steady-state error between the estimated and actual speed values but that seems to be at negligible levels. (a-b) estimated d-q axis stator currents, (c-d) estimated d-q axis rotor fluxes, (e) estimated rotor speed Fig. 6 estimated states at 100 % rated torque and speed (a-b)
  • 7. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 76 Fig.7. Estimated speed at 100 % rated torque and speed Fig. 8 Estimated speed at %10 rated torque and speed It has been shown that UKF is as good as EKF at least in state observation, and it yields even slightly better speed estimation performance than EKF. This result encourages further study in the area to obtain better state estimation performances for nonlinear systems to overcome the well- known defects of EKF and other traditional nonlinear filtering techniques. (a) graphics in (b) zoomed at the loading initiation. (a) graphics in (b) zoomed at the loading initiation Fig. 9 (b) Estimated speed optimized for steady state Fig. 10 (b) Estimated speed optimized for performance at 100 %rated torque and speed using transient performance at 100 % rated torque and EKF and UKF. speed using EKF and UKF. IV. EXPERIMENTAL SETUP USING DSP PROCESSOR Among the most important parts of the control and estimation process is the implementation platform. The choice of DSPs is more natural, as many have built-in pulse-width modulation (PWM) channels, analog-to-digital converters (ADCs), and even support speed encoder inputs. A natural companion to any control and estimation platform is an interface board that links this platform to the rest of the system. Such a board is essential when signals into and out of the platform are at power or voltage levels incompatible with the rest of the system. This board can also provide electrical
  • 8. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 77 isolation between the platform and high-power components, conditioning of sensor outputs, and amplification of the DSP outputs. Another essential subsystem is the three-phase inverter, which provides the machine with variable-frequency variable-amplitude threephase voltages. The commands and monitoring can be available through a GUI, where the computer communicates with the DSP and the load simultaneously. An elaborate version of Fig. 1 is shown in Fig. 11 and shows more details. Fig. 11 shows several important steps when building an induction machine drive for testing the control and estimation. These steps are summarized in Fig. 12, where the GUI is built in MATLAB/Simulink, and the DSP is programmed in Code Composer Studio (CCS). Simulink provides a user-friendly control and estimation interface where the designer can use signal-flow block diagrams similar to a simulation. The block diagrams built can then be automatically translated to C-code that can be compiled in CCS. It is essential that discrete-time blocks with fixed sampling rates and fixed point math be used in the block diagram, although floating-point DSPs are currently available. The testing and calibration are first done with no load, then under different loads for further tuning and calibration. Appropriate scaling and filtering of all measured signals is essential, and even though the interface stage could help reduce noise and manage offsets, more digital filtering and scaling is required. The work presented here employs an eZdsp F2812™ board as the control and estimation platform. This board is built around the TMS320F2812 DSP. Fig. 11. Detailed laboratory setup Fig.12.Implementation procedure of the control and estimation This platform is compatible with Simulink®, and includes six dual pulse PWM channels (12 channels total), 16 ADCs, and a speed encoder input. The processor is a 32-bit DSP with fixed-point arithmetic; thus, discrete and fixed-point math blocks of Simulink can be used in the block diagrams. Once programmed, the DSP can run independent from Simulink, but the link is maintained through parallel communication for an interactive GUI. The GUI allows to place speed and flux commands, and monitor estimates in real time. For this platform, two primary software packages are available on the host computer where the development and control take place: MATLAB/Simulink, which support math and control development, and CCS, which supports detailed code development for the DSP. MATLAB is used to build the GUI for real-time communication with the DSP using real-time
  • 9. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 78 data exchange (RTDX) channels. These channels are set in the block diagram. PWM channels send gate signals to the switches in the three-phase inverter, and can be used as access points to monitor signals on an oscilloscope or logic analyzer. On the hardware side, current and voltage sensors are built in the inverter. The interface board is used to amplify signals sent from the DSP to the inverter, and to filter and scale signals sent from the sensors to the DSP. , the eZdspF2812 requires all ADC inputs to be between 0 and 3 V. While simple voltage dividers with limited currents are straightforward, many current sensors have dc offsets and nonlinear input/output relations. After the sensors are scaled and conditioned for the ADC, we can read sensor and estimation information in Simulink. V.EXPERIMENTAL RESULTS and CONCLUSION: While obtaining the experimental results, the real time stator voltages and currents are processed in Matlab with the associated EKF and UKF programs.Fig.13 shows estimations of states I&II (dq axis stator currents) made by EKF and the actual states I&II measured from the experimental setup. It may easily be noticed that the estimated states are quite close to the measured ones. Fig.14 shows the estimated dq axis rotor fluxes in stationary reference frame. The magnitude of the rotor flux justifies that the estimated dq components of the rotor flux do not involve dc offset and orthogonal to each other. In order to examine the rotor speed (state V) estimation performance of EKF experimentally under varying speed conditions, a trapezoidal speed reference command is embedded into the DSP code. Fig.13 The estimated & measured states I and II by EKF Fig.14- The estimated states II and III by EKF and the magnitude of the rotor flux As shown in Fig 15, EKF rotor speed estimation successfully tracks the trapezoidal path The same states of the induction motor model estimated by EKF are also estimated by UKF. Fig.16 shows estimations of states I&II (dq axis stator currents) made by UKF and the actual states I&II measured from the experimental setup.
  • 10. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 79 Fig.15 Rotor speed tracking performance of EKF obtained Fig.16 The estimated and measured states I and II by EKF states I and II (lower one) One may easily notice that the estimated states are quite close to the measured ones. Fig.17 shows the estimated dq axis rotor fluxes in stationary reference frame by UKF. The magnitude of the rotor flux justifies that the estimated dq components of the rotor flux are estimated accurately In order to compare both types of the observers, EKF and UKF, the covariance matrices regarding to both types have been initialized with the same entries under the same operating conditions. The estimated rotor speed waveforms, when plotted together as shown in Fig.18, confirm that the estimation accuracy of UKF is superior over EKF as claimed before when discussing the simulation results related to both observer design techniques Fig.17- The estimated states II and III by UKF Fig.18. Rotor speed waveforms by UKF (darker) and EKF (lighter) and the magnitude of the rotor flux under the same experimental conditions The simulation results were shown in Fig.9 and Fig 10 As expected from simulations, the speed estimation accuracy of UKF is better than EKF under the same experimental conditions. The measured speed from the motor shaft is 314 rad/sec. The mean of the state estimation error in UKF is 2.65 rad/sec at steady state, and that in EKF is 5.8 rad/sec. This result shows that the estimates of EKF have serious bias problems compared to UKF. As discussed earlier, the derivative free algorithm of UKF without a linearity approximation contributes its estimates positively. Furthermore, the noise sampling feature of UKF is more realistic approach instead of assuming the noise directly as Gaussian. This property also makes its estimation accuracy better than EKF.
  • 11. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 3, March (2015), pp. 70-80- © IAEME 80 VI. REFERENCES 1. D.Atkinson, P.Acarnley, J.W.Finch “Observers for Induction Motor State and Parameter Est.” IEEE Tran. IA vol.27, no. 6, pp.1119-1127, Dec. 1991 2. Julier and J.K.Uhlmann, “A new extension of the Kalman filter to non linear systems,” Available: http://www.robots.ox.ac.uk. 3. S.Julier, J.K.Uhlmann, and H.F.Durrant-Whyte, “A new method for the nonlinear transformation of means and covariances in filters and estimators,” IEEE Trans. Automatic Control, vol.45, pp. 477-482, March 2000 4. S.Julier, J.K.Uhlmann, and H.F.Durrant-Whyte, “A new approach for filtering nonlinear systems,” Available: http://www.robots.ox.ac.uk 5. H.W.Kim and S.K.Sul “A New Motor Speed Estimator using Kalman Filter in Low Speed Range”, IEEE Tran. IE vol. 43, no. 4, pp. 498-504, Aug.1996 6. Y.R.Kim, S.K.Sul and M.H.Park “Speed Sensorless Vector Control of Induction Motor Using Extended Kalman Filter”, IEEE Tran. IA vol. 30, no.5pp. 1225-1233, Oct. 1994 7. L.C.Zai, C.L.De Marco, T.A.Lipo “An Extended Kalman Filter Approach to Rotor Time Constant Measurement in PWM Induction Motor Drives” IEEE Tran. IA vol. 28, no.1, pp. 96-104, Jan/Feb 1992. 8. M. Mohanty, Dr. M. Basu and Dr. D.N. Pattanayak, “Generation of Indicator Sequence Using Tms320vc5416 Fixed-Point Digital Signal Processor” International journal of Electronics and Communication Engineering &Technology (IJECET), Volume 5, Issue 2, 2014, pp. 30 - 35, ISSN Print: 0976- 6464, ISSN Online: 0976 –6472.