reversing the lookup table for flux based pmsm modelling, how to reverse the data Ψd(id,iq) , Ψq(id,iq) into id( Ψd, Ψq) and iq( Ψd, Ψq).

조회 수: 3 (최근 30일)
i have this data Ψd(id,iq) and Ψq(id,iq) (here id, iq are independent variables) is there any way to reverse the available data into the id( Ψd, Ψq) and iq( Ψd, Ψq) form (here Ψd, Ψq are independent variables).

답변 (1개)

Torsten
Torsten 2022년 6월 6일
편집: Torsten 2022년 6월 6일
Use "fsolve" to solve for id, iq given psi_d, psi_q.
In other words, solve the two equations
psi_d(id,iq) - psi_d_given = 0
psi_q(id,iq) - psi_q_given = 0
for id, iq.

카테고리

Help CenterFile Exchange에서 Permanent Magnet에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by