Borrar filtros
Borrar filtros

plot frequency response in matlab

2 visualizaciones (últimos 30 días)
saman ahmadi
saman ahmadi el 30 de Abr. de 2020
Comentada: saman ahmadi el 6 de Mayo de 2020
Hello every body. i solved this problem using change it to ode
m1x"+m2ry"=-k1(2x1-x2-x0)
m2x"+My"=-k2x+Ky-f
Note: m1,m2,r,k1,x2,x0,M,k2,K,f are known
now,how can i plot frequency response for this problem?
thanks alots
  2 comentarios
Prasad Reddy
Prasad Reddy el 1 de Mayo de 2020
Try to find transfer function and use 'bode' command.
syntax is
num=["enter the coefficients of the numerator of transfer function"]
den=["enter the coefficients od the denomenatoe of the transfer function "]
bode(num,den)
hope this works.
saman ahmadi
saman ahmadi el 6 de Mayo de 2020
thank you very much for your answer

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by