필터 지우기
필터 지우기

plot frequency response in matlab

조회 수: 2 (최근 30일)
saman ahmadi
saman ahmadi 2020년 4월 30일
댓글: saman ahmadi 2020년 5월 6일
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
Prasad Reddy
Prasad Reddy 2020년 5월 1일
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 2020년 5월 6일
thank you very much for your answer

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by