doublet responce of doublet input
Mostra commenti meno recenti
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)
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Antennas, Microphones, and Sonar Transducers in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!