马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
在MATLAB里sample是一个函数吗?还是哪个工具箱里的?谁用过?
帮助里是这样解释的:
help sample
To get started, select MATLAB Help or Demos from the Help menu.
SAMPLE Sample/unsample linear systems
[As,Bs,Ds,Ks,Ls] = SAMPLE(A,B,C,D,K,T,InterSample,Mode)
A,B,C,D,K are the matrices of the system to be sampled/unsampled.
T is the sampling interval.
InterSample is 'zoh' or 'foh'
Mode = 1 (default) means sampling and Mode = 0 means unsample.
As,Bs,Cs,Ds,Ks are the resulting system matrices.
Ls is the adjustment of the covariance matrix in case of 'foh'
sampling, so that the covariance of the new innovations is
Ls*Lambda*Ls' where Lambda is the T-adjusted covariance of the
noise of the original system.
用数据试了试,不会用,能否帮帮忙,详细解释一下。 |