How to add noise in transfer function

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?

답변 (1개)

KL
KL 2015년 6월 16일

0 개 추천

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;
Read this

댓글 수: 1

Toby Russell
Toby Russell 2020년 8월 24일
Hi, How would I specifiy that the disturbance should occur at 40 seconds using this method?

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Control System Toolbox에 대해 자세히 알아보기

질문:

2015년 6월 16일

댓글:

2020년 8월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by