代码搜索:Continuous

找到约 2,697 项符合「Continuous」的源代码

代码结果 2,697
www.eeworm.com/read/147096/12583851

m lqr2.m

function [k,p] = lqr2(a,b,q,r,s) %LQR2 Linear-quadratic regulator design for continuous-time systems. % [K,S] = LQR2(A,B,Q,R) calculates the optimal feedback gain matrix % K such that the feedback
www.eeworm.com/read/101557/15826462

m lqr2.m

function [k,p] = lqr2(a,b,q,r,s) %LQR2 Linear-quadratic regulator design for continuous-time systems. % [K,S] = LQR2(A,B,Q,R) calculates the optimal feedback gain matrix % K such that the feedback
www.eeworm.com/read/392021/8366886

m mapctod.m

function [sys, Gp] = mapCtoD(sys_c,t,f0) %[sys, Gp] = mapCtoD(sys_c,t=[0 1],f0=0) %Map a MIMO continuous-time system to a SIMO discrete-time equivalent. %The criterion for equivalence is that the samp
www.eeworm.com/read/290606/8472999

m kalman3.m

function [ret,x0,str,ts,xts]=Kalman3(t,x,u,flag); %KALMAN3 is the M-file description of the SIMULINK system named KALMAN3. % KALMAN3 has a the following characteristics: % 3 continuous states % 3 di
www.eeworm.com/read/182900/9186703

m mapctod.m

function [sys, Gp] = mapCtoD(sys_c,t,f0) %[sys, Gp] = mapCtoD(sys_c,t=[0 1],f0=0) %Map a MIMO continuous-time system to a SIMO discrete-time equivalent. %The criterion for equivalence is that the samp
www.eeworm.com/read/418151/10964309

m mapctod.m

function [sys, Gp] = mapCtoD(sys_c,t,f0) %[sys, Gp] = mapCtoD(sys_c,t=[0 1],f0=0) %Map a MIMO continuous-time system to a SIMO discrete-time equivalent. %The criterion for equivalence is that the samp
www.eeworm.com/read/333524/12677409

m mapctod.m

function [sys, Gp] = mapCtoD(sys_c,t,f0) %[sys, Gp] = mapCtoD(sys_c,t=[0 1],f0=0) %Map a MIMO continuous-time system to a SIMO discrete-time equivalent. %The criterion for equivalence is that the samp
www.eeworm.com/read/147972/5718760

java balls3d.java

package sim.app.balls3d; import sim.engine.*; import sim.field.continuous.*; import sim.field.network.*; import sim.util.*; import ec.util.*; public class Balls3D extends SimState { static pu
www.eeworm.com/read/221024/14762850

edu^~wenyu^ta^w4241^ http:^^www.cs.columbia.edu^~wenyu^ta^w4241^

Date: Tue, 26 Nov 1996 18:37:38 GMT Server: Apache/1.1.1 Content-type: text/html Content-length: 2100 Last-modified: Mon, 18 Nov 1996 20:39:02 GMT Homepage for W4241 - Continuous Algori
www.eeworm.com/read/490313/1205710

m ex031700.m

% Analog Signal Dt = 0.00005; t = -0.005:Dt:0.005; xa = exp(-1000*abs(t)); % % Continuous-time Fourier Transform Wmax = 2*pi*2000; K = 500; k = 0:1:K; W = k*Wmax/K; Xa = xa * exp(-j*t'*W) * D