필터 지우기
필터 지우기

Query regarding induction motor equation

조회 수: 2 (최근 30일)
Pranay Joshi
Pranay Joshi 2011년 4월 25일
Hello,
I am doing a project on modelling of induction motor in simulink. I am stuck at one position. I can't find a way to solve an equation (I have given the link of the paper http://www.arpnjournals.com/jeas/research_papers/rp_2009/jeas_0809_230.pdf ) The equation to be solved is eq 6.... I have to obtain the four values of current viz ids, iqs, idr, iqr. Can anyone help me with this please...?? It's very urgent.
Thank you

답변 (1개)

Jarrod Rivituso
Jarrod Rivituso 2011년 4월 25일
Hmm... I can think of two options
1. Use a Divide block, with the "Multiplication" setting to "Matrix". Then, pass the 4-by-4 matrix into a divide port of the Divide block and the V vector in to a multiplication port of the divide block.
2. Use an "MATLAB Function" block (formerly known as the Embedded MATLAB Function block, for pre R2011a users). You could have two inputs - V and the 4-by-4 matrix (A). Then, solve for i with
i = A \ V
To be honest I'm not sure which approach is more efficient numerically (generally, these systems are more accurately solved if you avoid taking the inverse of the matrix and instead solve the system of equations as a whole).
There's a brief description of the matrix behavior of the product block in the "Matrix mode" section here:
Hope this helps!

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

Help CenterFile Exchange에서 Motor Drives에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by