m5torqi.m

来自「Gives all the matlab codes for dynamic s」· M 代码 · 共 10 行

M
10
字号
% This function file to be used in conjunction with m5.m 
%   of Project 5 on permanent magnet drive in Chapter 10.

function f = m5torqi(sing,Tem,Em,Ia,xd,xq) 

%To obtain underexcited motoring and generating conditions
%Set Iq = abs(Ia)*cos(gamma); Id = Ia*sin(gamma)

f = Tem - Em*abs(Ia)*sqrt(1-sing*sing) - Ia*abs(Ia)*(xd - xq)*sing*sqrt(1-sing*sing);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?