代码搜索:Response
找到约 10,000 项符合「Response」的源代码
代码结果 10,000
www.eeworm.com/read/147096/12583801
m step.m
function [yout,x,t] = step(a,b,c,d,iu,t)
%STEP Step response of continuous-time linear systems.
% STEP(A,B,C,D,IU) plots the time response of the linear system:
% .
% x = Ax + Bu
% y = Cx + D
www.eeworm.com/read/147096/12583901
m dstep.m
function [yout,x,n] = dstep(a,b,c,d,iu,n)
%DSTEP Step response of discrete-time linear systems.
% DSTEP(A,B,C,D,IU) plots the response of the discrete system:
%
% x[n+1] = Ax[n] + Bu[n]
% y[n]