代码搜索:open-loop

找到约 77 项符合「open-loop」的源代码

代码结果 77
www.eeworm.com/read/333524/12677447

m lcplottf.m

function LCplotTF(H,L0,param) % LCplotTF(H,L0,param) %Plot some graphs associated with the LC system. % %Arguments % H The closed-loop noise transfer function (in z). % L0 The open-loop tf (in s) from
www.eeworm.com/read/414751/11104125

htm oloop.htm

FDC help: Example systems OLOOP1/2/3 Open-loop example systems
www.eeworm.com/read/134897/13971087

htm oloop.htm

FDC help: Example systems OLOOP1/2/3 Open-loop example systems
www.eeworm.com/read/244381/12869674

m sim_pend.m

% Open-loop connection without weighting functions % [A,B,C,D] = mod_pend; G = pck(A,B,C,D); Tp = C(10:12,1:3); S = pck(-eye(3),zeros(3),zeros(3),Tp); act_pend wsn_pend systemnames = ' Act1 Ac
www.eeworm.com/read/329659/12942627

m aci_se.m

function [wr_hat_se,h_out] = aci_se(i_sq,i_sd,psi_rq,psi_rd,theta_psi_r,h_in,p) % This function estimates the rotor speed of Induction machine % by means of open-loop mathematic model. % % Inputs:
www.eeworm.com/read/448905/7522809

m fig4_27.m

% Chapter 4: Figure 4.27, p. 203 % % Analysis of the open-loop speed control system. % Ra=1; Km=10; J=2; f=0.5; Kb=0.1; num1=[1]; den1=[J,f]; num2=[Km*Kb/Ra]; den2=[1]; [num,den]=feedback(num1,den1,
www.eeworm.com/read/145495/12717819

m fig4_27.m

% Chapter 4: Figure 4.27, p. 203 % % Analysis of the open-loop speed control system. % Ra=1; Km=10; J=2; f=0.5; Kb=0.1; num1=[1]; den1=[J,f]; num2=[Km*Kb/Ra]; den2=[1]; [num,den]=feedback(num1,den1,