Borrar filtros
Borrar filtros

How to add noise in transfer function

13 visualizaciones (últimos 30 días)
Muhammad Naveed Iqbal
Muhammad Naveed Iqbal el 16 de Jun. de 2015
Comentada: Toby Russell el 24 de Ag. de 2020
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?

Respuestas (1)

KL
KL el 16 de Jun. de 2015
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 comentario
Toby Russell
Toby Russell el 24 de Ag. de 2020
Hi, How would I specifiy that the disturbance should occur at 40 seconds using this method?

Iniciar sesión para comentar.

Categorías

Más información sobre Dynamic System Models en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by