simulink - Mathematical modelling in Matlab -
i new matlab , need perform simple task. have input function u(t)=2t-1
, output function
y(t)=(-4/45)e^3t+ (1/5)e^(-2t)-1/3t-1/9
i have find corresponding behavior model, defined via transfer function , simulate behavior model in matlab/simulink. not sure approach should use. have done far transferred input , output function in s-domain , calculated transfer function. mean simulate behavior model in matlab? can please me? beginner. thank much!
if you've done laplace transform , calculated transfer function in s-domain, think means applying transfer function arbitrary transient input , calculating response.
the transfer function based on response due unit step function.
if have input other unit step function (e.g. sinusoid), you'd calculate response follows:
- transform arbitrary input function s-space.
- multiply transfer function response in s-space.
- transform response in s-space time domain.
this how laplace transforms work.
Comments
Post a Comment