フィルターのクリア

Transform Linear Filter to System Identification "sys" object

3 ビュー (過去 30 日間)
John Kingman
John Kingman 2017 年 2 月 21 日
回答済み: Abel Babu 2017 年 2 月 24 日
I wish to create a System Identification Toolbox "sys" object so I can then calculate the time-domain step response. For example, how do I translate an "s-domain" butterworth filter to "sys" form:
[zb,pb,kb] = butter(8,2*pi*100e3,'s') ... or [b,a] = butter(8,2*pi*100e3,'s')

回答 (1 件)

Abel Babu
Abel Babu 2017 年 2 月 24 日
System Identification Toolbox do not have a "sys" object per say but they do have "iddata" object that might do the trick for you, check out this documentation describing the " idfilt " function, that creates filter that are of iddata object:
After obtaining the object you can use the " step" function to get the time domain respons:
Abel

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by