代码搜索:微分几何
找到约 3,133 项符合「微分几何」的源代码
代码结果 3,133
www.eeworm.com/read/337344/3342094
m tongbufadianji.m
% 编写建立自激过程微分方程的M—函数
% 将该M—函数定义为sh_ge_se_ex_ode(shunt_generator_self_excited_ode)
function dydt=tongbufadianji(t,y)
% 首先指定全局变量
%global a1 a2 a3 a4 Rf
% 下面输入电机基本数据:3.0892E-04 3.2164E-03 9.715
www.eeworm.com/read/337344/3342096
m tongbufadianji.m
% 编写建立两相空载短路微分方程的M—函数
% 将该M—函数定义为tongbufadianji
function dydt=tongbufadianji(t,y)
% 下面输入电机基本数据:
r=.26;Rfd=0.13;Rkd=0.0224;Rkq=0.02;Ufd=17.8876;w=377;Ll=1.14e-3;Lmd=13.7e-3;Lmq=11.0e-3;
Llfd=2.1e
www.eeworm.com/read/337344/3342097
asv tongbufadianji.asv
% 编写建立自激过程微分方程的M—函数
% 将该M—函数定义为sh_ge_se_ex_ode(shunt_generator_self_excited_ode)
function dydt=tongbufadianji(t,y)
% 首先指定全局变量
%global a1 a2 a3 a4 Rf
% 下面输入电机基本数据:3.0892E-04 3.2164E-03 9.715
www.eeworm.com/read/337344/3342100
m tongbufadianji.m
% 编写建立自激过程微分方程的M—函数
% 将该M—函数定义为sh_ge_se_ex_ode(shunt_generator_self_excited_ode)
function dydt=tongbufadianji(t,y)
% 首先指定全局变量
%global a1 a2 a3 a4 Rf
% 下面输入电机基本数据:3.0892E-04 3.2164E-03 9.715
www.eeworm.com/read/337344/3342104
m tongbufadianji.m
% 编写建立自激过程微分方程的M—函数
% 将该M—函数定义为sh_ge_se_ex_ode(shunt_generator_self_excited_ode)
function dydt=tongbufadianji(t,y)
% 首先指定全局变量
%global a1 a2 a3 a4 Rf
% 下面输入电机基本数据:3.0892E-04 3.2164E-03 9.715
www.eeworm.com/read/337344/3342124
m sh_motor_start_ode.m
% 编写起动过程微分方程的M—函数
% 将该M—函数定义为sh_motor_start_ode(shunt_ motor_self_ode)
function dydt=sh_motor_se_ode(t,y)
% 下面输入电机基本数据:
uf=250;u=250;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.18
www.eeworm.com/read/337344/3342125
m sh_motor_start_so.m
% 编写求解起动过程微分方程的脚本函数
% 将该脚本函数定义为sh_motor_vary_so(shunt_motor_self_excited_solver)
[t,y]=ode23(@sh_motor_se_ode,[0:.01:10],[0;0;0])
% 首先绘制if=f(t)曲线
subplot(3,1,1),
plot(t,y(:,1))
xlabel('Time[T]')
www.eeworm.com/read/337344/3342126
m sh_motor_vary_ode.m
% 编写起动过程微分方程的M—函数
% 将该M—函数定义为sh_motor_vary_ode(shunt_ motor_self_ode)
function dydt=sh_motor_vary_ode(t,y)
% 下面输入电机基本数据:
uf=250;u=220;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.1
www.eeworm.com/read/337344/3342127
m sh_motor_se_so.m
% 编写求解起动过程微分方程的脚本函数
% 将该脚本函数定义为sh_motor_se_so(shunt_motor_self_excited_solver)
[t,y]=ode23(@sh_motor_se_ode,[0:.01:10],[0;0;0])
% 首先绘制if=f(t)曲线
subplot(3,1,1),
plot(t,y(:,1))
xlabel('Time[T]')
www.eeworm.com/read/337344/3342128
m sh_motor_se_ode.m
% 编写起动过程微分方程的M—函数
% 将该M—函数定义为sh_motor_se_ode(shunt_ motor_self_ode)
function dydt=sh_motor_se_ode(t,y)
% 下面输入电机基本数据:
uf=250;u=250;IaN=633;nN=617;TLN=3275;Lf=9;Rf=12;Ra=0.012;La=0.00035;Laf=0.18;J=