doublet responce of doublet input

์กฐํšŒ ์ˆ˜: 46 (์ตœ๊ทผ 30์ผ)
Muhammad
Muhammad 2021๋…„ 9์›” 10์ผ
๋‹ต๋ณ€: Paul 2021๋…„ 9์›” 10์ผ
doublet input of magnitude ๐›ฟ๐‘’ = 0.1 and time length ฮ”๐‘ก = 1 s;
how i can give doublet input in matlab any idea i have to get the doublet responce of the doublet input magnitude &=0.1 and ltime length
ฮ”๐‘ก = 1 s;
i have lti system in matlab
clc
clear all
A=[-0.0295 0.0478 0 -9.81;-0.1777 -1.4411 120 0;0.0005 -0.033 -1.5345 0;0 0 1 0]
B=[0;-12.81;-6.59;0]
C=[0 0 0 1]
D=[0]
[num ,dem]=ss2tf(A,B,C,D)
sys=tf(num,dem)

์ฑ„ํƒ๋œ ๋‹ต๋ณ€

Paul
Paul 2021๋…„ 9์›” 10์ผ
Can you express the doublet as a sum of unit step functions, eahc of which are appropriately scaled and delayed?
If so, and you can find the output of the sytstem in response to a unit step input, then you can use the linearity and time invariance properties of the system to construct the output in response to the doublet.

์ถ”๊ฐ€ ๋‹ต๋ณ€ (0๊ฐœ)

์นดํ…Œ๊ณ ๋ฆฌ

Help Center ๋ฐ File Exchange์—์„œ Switches and Breakers์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ

Community Treasure Hunt

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

Start Hunting!

Translated by