Hello ;
C(s) = (1/s) * (1/๐›•s+1) my transfer function
๐›•(tau)= 0.1 and t(time)=0:0.01:
firstly, ฤฑ want to inverse laplace for transfer function but how is define tau
and how can i plot c(t)

๋‹ต๋ณ€ (1๊ฐœ)

Birdman
Birdman 2020๋…„ 5์›” 12์ผ

0 ๊ฐœ ์ถ”์ฒœ

The following might help:
syms s t tau
Cs=(1/s)*(1/(tau*s+1));
c(t,tau)=ilaplace(Cs)
T=0:0.01:1;
plot(T,c(T,0.1))

์นดํ…Œ๊ณ ๋ฆฌ

๋„์›€๋ง ์„ผํ„ฐ ๋ฐ File Exchange์—์„œ Dynamic System Models์— ๋Œ€ํ•ด ์ž์„ธํžˆ ์•Œ์•„๋ณด๊ธฐ

ํƒœ๊ทธ

์งˆ๋ฌธ:

2020๋…„ 5์›” 12์ผ

๋Œ“๊ธ€:

2020๋…„ 5์›” 12์ผ

Community Treasure Hunt

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

Start Hunting!

Translated by