What are the properties of transfer function.
and is the following a valid transfer function:
sys = tf([1],[0.2 0.4 0.3]);

 採用された回答

Walter Roberson
Walter Roberson 2018 年 5 月 22 日

0 投票

>> sys = tf([1],[0.2 0.4 0.3]);
>> properties(sys)
Properties for class tf:
Numerator
Denominator
Variable
IODelay
InputDelay
OutputDelay
Ts
TimeUnit
InputName
InputUnit
InputGroup
OutputName
OutputUnit
OutputGroup
Notes
UserData
Name
SamplingGrid
There are also a few hidden properties such as OutputName_ that are used for internal purposes.

4 件のコメント

Muhammad Awais
Muhammad Awais 2018 年 5 月 23 日
Thanks sir But is the stated TF is valid or not. ??
Walter Roberson
Walter Roberson 2018 年 5 月 23 日
Yes it is. Some people prefer to normalize so that the leading term of the denominator is 1, which can be done by dividing top and bottom by the leading coefficient (0.2 in this case)
Muhammad Awais
Muhammad Awais 2018 年 5 月 24 日
This is the TF of model tall structure and I want to implement PID and Fuzzy controllers for vibration control. PID has been implemented successfully but the results of fuzzy are not being achieved properly. Sir, If you can Guide me in this regard please. I've used the inclination angle (-15 to 15) and its rate of change (-3 to 3) as the 2 fuzzy inputs and motor angle(-45 to 45) as output.
Walter Roberson
Walter Roberson 2018 年 5 月 24 日
Sorry, I do not have any experience in control systems.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by