开发者

Simulink: implementing a custom transfer function

开发者 https://www.devze.com 2022-12-25 08:28 出处:网络
Let\'s say I implement this m-file: Fq=tf开发者_运维技巧(0.5^2,[1 2*0.7*0.5 0.5^2]); G=tf(0.006*[200 1],[80 1 0]);

Let's say I implement this m-file:

Fq=tf开发者_运维技巧(0.5^2,[1 2*0.7*0.5 0.5^2]);
G=tf(0.006*[200 1],[80 1 0]);
Q=Fq/G;

open Inner_Loop.mdl

Inside Inner_loop.mdl, if I want to implement/model a transfer function block using G, how can it be achieved easily? In other words, how can I retrieve the numerator and denominator of a tf easily?

Thanks in advance.


It's done by calling tfdata() function, for numerator data of let's say num, num{1} needs to be specified in the data fields of the transfer function block in the Simulink model.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号