Skip to content

This consist of a MatLab Function intended to estimate the parameters of a electrical induction motor.

License

Notifications You must be signed in to change notification settings

JimsPalo/Parameter-Ind-Motor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parameter-Ind-Motor

Description

This consists of a MatLab function that is based on the work of M. H. Haque, in which he describes how to estimate the parameters of an induction motor based on the data sheet.

The function is defined as follows:

function [X1, X2, R1, R2, Rm, Xm] = induction_parameter(hp, V, pfh, nh, pff, nf, sf, Tfl, Tst, tol)

Inputs

Input:

  • hp, nominal power in hp
  • V, voltage line-ground
  • pfh, power factor of half load
  • nh, efficiency of half load
  • pff, power factor of full load
  • nf, efficiency of full load
  • sf, slip of full load
  • Tfl, torque of full load
  • Tst, starting torque
  • tol, tolerance

Output

  • X1, stator reactance
  • X2, rotor reactance
  • R1, stator resistance
  • R2, rotor resistance
  • Rm, exitation resistance
  • Xm, excitation reactance

Test

Different test are implemented and sum up in test folder which are based on WEG Datasheet Motors.

References

Haque, Mohammed H.. “Estimation of three-phase induction motor parameters.” Electric Power Systems Research 26 (1993): 187-193.

About

This consist of a MatLab Function intended to estimate the parameters of a electrical induction motor.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages