代码搜索:C2DM
找到约 104 项符合「C2DM」的源代码
代码结果 104
www.eeworm.com/read/424063/10500032
m c2dm.m
function [adout,bd,cd,dd] = c2dm(a,b,c,d,Ts,method,w)
%C2DM Conversion of continuous LTI systems to discrete-time.
% [Ad,Bd,Cd,Dd] = C2DM(A,B,C,D,Ts,'method') converts the continuous-
% time state-
www.eeworm.com/read/147096/12584075
m c2dm.m
function [adout,bd,cd,dd] = c2dm(a,b,c,d,Ts,method,w)
%C2DM Conversion of continuous LTI systems to discrete-time.
% [Ad,Bd,Cd,Dd] = C2DM(A,B,C,D,Ts,'method') converts the continuous-
% time state-
www.eeworm.com/read/101557/15826564
m c2dm.m
function [adout,bd,cd,dd] = c2dm(a,b,c,d,Ts,method,w)
%C2DM Conversion of continuous LTI systems to discrete-time.
% [Ad,Bd,Cd,Dd] = C2DM(A,B,C,D,Ts,'method') converts the continuous-
% time state-
www.eeworm.com/read/162138/10332191
asv p149 4.asv
num=[0 1];
den=[1 1];
[numd,dend]=c2dm(num,den,0.1,'tustin')
w=logspace(-1,3);
dbode(numd,dend,0.1,w)
num=[0 1];
den=[1 1];
[numd,dend]=c2dm(num,den,0.5,'zoh')
w=logspace(-1,3);
dbode(numd,
www.eeworm.com/read/162138/10332202
m p149 4.m
num=[0 1];
den=[1 1];
[numd,dend]=c2dm(num,den,0.1,'tustin')
w=logspace(-1,3);
dbode(numd,dend,0.1,w)
num=[0 1];
den=[1 1];
[numd,dend]=c2dm(num,den,0.5,'zoh')
w=logspace(-1,3);
dbode(numd,
www.eeworm.com/read/448905/7522831
m fig13_31.m
% Chapter 13: Figure 13.31, p. 780
%
% Continuous- to discrete-time system conversion with
% the c2dm function. The transfer function is
%
% 1
% G(s) = -------- ,
%
www.eeworm.com/read/145495/12717885
m fig13_31.m
% Chapter 13: Figure 13.31, p. 780
%
% Continuous- to discrete-time system conversion with
% the c2dm function. The transfer function is
%
% 1
% G(s) = -------- ,
%
www.eeworm.com/read/467806/7001606
m chapter5_25.m
num=10; den=[1,7,10]; ts=0.1;
[n_zoh,d_zoh]=c2dm(num,den,ts) ;
tf(n_zoh,d_zoh,ts)
www.eeworm.com/read/284778/7074280
m chapter5_25.m
num=10; den=[1,7,10]; ts=0.1;
[n_zoh,d_zoh]=c2dm(num,den,ts) ;
tf(n_zoh,d_zoh,ts)
www.eeworm.com/read/304061/13802177
m chapter5_25.m
num=10; den=[1,7,10]; ts=0.1;
[n_zoh,d_zoh]=c2dm(num,den,ts) ;
tf(n_zoh,d_zoh,ts)