필터 지우기
필터 지우기

How to add noise in transfer function

조회 수: 14 (최근 30일)
Muhammad Naveed Iqbal
Muhammad Naveed Iqbal 2015년 6월 16일
댓글: Toby Russell 2020년 8월 24일
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일
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?

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

카테고리

Help CenterFile Exchange에서 Dynamic System Models에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by