필터 지우기
필터 지우기

How to use matlab to observe effect of damping factor(zeta) on response in real time(live)??

조회 수: 2 (최근 30일)
I want to use matlab for observing real time effect of changing zeta(damping factor) on system response??
Here is a code of m-file that plots three responses(underdamped,overdamped and critically damped) . This code shows at output three response one underdamped 2nd critically damped and over damped. But i want to do something different in the sense allows me to change value of zeta directly and according to that zeta value response changes,rather than writing new or changing original transfer function
clc
clear all
close all
num1=[16]
den1=[1 4 16]
num2=[16]
den2=[1 8 16]
num3=[16]
den3=[1 10 16]
sys1=tf(num1,den1)

답변 (0개)

카테고리

Help CenterFile Exchange에서 Pulse and Transition Metrics에 대해 자세히 알아보기

태그

제품


릴리스

R2015a

Community Treasure Hunt

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

Start Hunting!

Translated by