|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?我要加入
x
我的模型Gm1求得是Gm1=tf({[1385 208.5 6.374],0;0,[-2097 -315.8 -9.655]},{[3823 761.6 48.6 1],1;1,[3296 688.3 46.3 1]})
目的求Gm的逆,不知为何无法实现
Transfer function from input 1 to output...
1385 s^2 + 208.5 s + 6.374
#1: ---------------------------------
3823 s^3 + 761.6 s^2 + 48.6 s + 1
#2: 0
Transfer function from input 2 to output...
#1: 0
-2097 s^2 - 315.8 s - 9.655
#2: ---------------------------------
3296 s^3 + 688.3 s^2 + 46.3 s + 1
>> n=inv(Gm1)
系统总是提示下面的语句
??? Error using ==> tf.inv
Cannot invert MIMO models with singular feedthrough matrix.
[ 本帖最后由 lxq 于 2006-11-24 09:35 编辑 ] |
|