Induction Motor Parameter Identification Using Gravitational Search Algorithm

Versión 1.0.0.0 (5,93 KB) por Erik
Induction motor identification with GSA
816 Descargas
Actualizado 6 may 2016

Ver licencia

The files allow the identification of induction motors through the use of the Gravitational Search Algorithm (GSA)
In this application we used the Gravitational search algorithm to determinate the internal parameters of an induction motor. The GSA is an algorithm inspired in laws of gravity that emulates masses which attract each other, where each mass is a candidate solution.
For the Induction motor parameter identification, the algorithm is initialized with the variables that the application requires. In this case were used three parameters R1, R2 and X1.
R1 = L(1);
R2 = L(2);
X1 = L(3);
To execute the algorithm we have to indicate the number of agents (N), maximum number of iterations (max_it), Elitist check (Elitistcheck), minimization or maximization (min_flag) and power R (Rpower).
The algorithm displays best fitness (Fbest), best solution (Lbest), best fitness in each iteration (BestChart) and mean of BestChart (meanChart).
To run the algorithm we suggest the following configuration:
[Fbest,Lbest,BestChart,MeanChart]=GSA(25,3000,1,1,1);
For further information visit:
http://www.mdpi.com/2073-431X/5/2/6
The code can be used without restriction, please cite us
Avalos, O.; Cuevas, E.; Gálvez, J. Induction Motor Parameter Identification Using a Gravitational Search Algorithm. Computers 2016, 5, 6.

Citar como

Erik (2025). Induction Motor Parameter Identification Using Gravitational Search Algorithm (https://la.mathworks.com/matlabcentral/fileexchange/56813-induction-motor-parameter-identification-using-gravitational-search-algorithm), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2008b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Frequency Response Estimation en Help Center y MATLAB Answers.
Comunidades de usuarios

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

The description was updated

The description was updated