How to add noise in transfer function
12 ビュー (過去 30 日間)
古いコメントを表示
I have a system and i wrote a code for transfer function like tf(num,denum) but i want to add noise in this transfer function how can i add this?
0 件のコメント
回答 (1 件)
KL
2015 年 6 月 16 日
I would suggest you to create a transfer function for the disturbance, say G_disturbance, and add this to your transfer function, say G_plant, using the '+' operator.
G_out = G_plant + G_disturbance;
1 件のコメント
Toby Russell
2020 年 8 月 24 日
Hi, How would I specifiy that the disturbance should occur at 40 seconds using this method?
参考
カテゴリ
Help Center および File Exchange で PID Controller Tuning についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!