Transfer Function with high order (for example 15th order or more)

6 ビュー (過去 30 日間)
Gagan Mitikiri
Gagan Mitikiri 2018 年 1 月 15 日
回答済み: Darshan Ramakant Bhat 2018 年 1 月 18 日
Hi all,
I am looking for a Transfer function having high order i.e., 15th order or more than that till 20th order. Can anybody please suggest me such transfer functions.
Thanks in advance.

回答 (1 件)

Darshan Ramakant Bhat
Darshan Ramakant Bhat 2018 年 1 月 18 日
The question is abstract. I am not clear if you are looking for a physical system with higher transfer function or you just randomly want to create one.
Basically order of the denominator will decide the order of the TF. You can right a higher degree equation in the denominator to crate such TF.
You can do it in MATLAB using code like below:
>> num =1;
>> den = [1:30];
>> tf(num,den)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by