Using System Identification Toolbox More Effectively

19 ビュー (過去 30 日間)
Eymen Kosar
Eymen Kosar 2022 年 7 月 22 日
コメント済み: Eymen Kosar 2022 年 8 月 11 日
Hello,
Let's say I have a system that its output is noisy enough to ident in system identification toolbox.
In this case is it okey to log data after using low pass filter? Because when we use low pass there will be a little phase shift and it can effect the transfer function of the system. This situation concerns me.
Are there any ways to use this noisy or filtered data in system identification toolbox get best estimated transfer function?
Any help will be appreciated.
Thanks.

採用された回答

Star Strider
Star Strider 2022 年 7 月 22 日
Because when we use low pass there will be a little phase shift and it can effect the transfer function of the system.’
You are correct to recognise that possibility, however it is straightforward to avoid using the filtfilt function to do the actual filtering of the signal with any filter you design. The lowpass function does this automatically. For best results with it (and its friends) use the ImpulseResponse','iir' name-value paiir.
For broadband (not band-limited) noise use the sgolayfilt funciton. I usually use a 3-degree polynomial and adjust the ‘framelen’ value to get the result I want.
.
  4 件のコメント
Eymen Kosar
Eymen Kosar 2022 年 7 月 25 日
Processed and gained information you gave here is really valuable for me.
Well. Again, thanks in advance.
Eymen
Star Strider
Star Strider 2022 年 7 月 25 日
As always, my pleasure!

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

その他の回答 (1 件)

Rajiv Singh
Rajiv Singh 2022 年 8 月 9 日
If you have input and output signals separately, you will need to filter both identically, so that in the resulting transfer function, the filter dynamics "cancel out". The net effect of prefiltering the data is to impose a frequency-weighting of the fitting errors. The frequencies where the filter frequency response has lower magnitude are given less importance (smaller weighhting).
  1 件のコメント
Eymen Kosar
Eymen Kosar 2022 年 8 月 11 日
Thanks for the advice!

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

カテゴリ

Help Center および File ExchangeData Preparation Basics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by