代码搜索:M
找到约 10,000 项符合「M」的源代码
代码结果 10,000
www.eeworm.com/read/421516/10733239
m m4stp.m
% M-file for the last part of Project 4 on linearized
% analysis in Chapter 6
% m4stp.m sets up the system parameters for a simulation
% using the SIMULINK file s4stp
% to obtain a simulated r
www.eeworm.com/read/421516/10733241
m m4ustp.m
% M-file for the second part of Project 4 on linearized analysis
% in Chapter 6 to obtain the unit step response of the motor
% transfer function, numG/denG.
% It can only be used after the tra
www.eeworm.com/read/421516/10733282
m m2fig.m
% M-file for Project 2 on induction motor starting in Chapter 6
% It calculates and the torque-speed and current-speed curves
% and plots them (see Fig. 6.27 of Project 2) on starting methods
% in
www.eeworm.com/read/421516/10733388
m m4comp.m
www.eeworm.com/read/421516/10733418
m m5torqi.m
% 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
www.eeworm.com/read/421516/10733442
m m3g.m
% m3g.m is the MATLAB script file for the
% fixed terminal voltage case of Project 3 on
% synchronous resonance in Chapter 10.
% It is to be used with the SIMULINK files : s3g.m and s3geig.m.
%
www.eeworm.com/read/421516/10733450
m m5torqv.m
% This function file to be used in conjunction with m5.m
% of Project 5 on permanent magnet drive in Chapter 10.
function y = m5torqv(sind,Temo,Em,Va,xd,xq)
y = Temo + (Em*Va/xd)*sind + Va*Va
www.eeworm.com/read/420191/10811300
m f3m_.m
www.eeworm.com/read/420184/10812038
m m_xulie_shengcheng.m
close;
clear;
connections=[1 0 0 1 0 1];
N=length(connections);
tmp1=fliplr(connections); %取反,tmp1变为101001
con=tmp1(2:N); %con=01001
m=length(connections)-1;
L=2^m-1;
registers=[zeros(1
www.eeworm.com/read/274975/10841741
m nnd12m.m
function nnd12m(cmd,arg1)
%NND12M Marquardt backpropagation demonstration.
%
% This demonstration requires the Neural Network Toolbox.
% First Version, 8-31-95.
%=============================