define tau in transfer function

์กฐํšŒ ์ˆ˜: 29 (์ตœ๊ทผ 30์ผ)
mehmet gรผrbรผz
mehmet gรผrbรผz 2020๋…„ 5์›” 12์ผ
๋Œ“๊ธ€: mehmet gรผrbรผz 2020๋…„ 5์›” 12์ผ
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์ผ
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))
  ๋Œ“๊ธ€ ์ˆ˜: 1
mehmet gรผrbรผz
mehmet gรผrbรผz 2020๋…„ 5์›” 12์ผ
thank you sir

๋Œ“๊ธ€์„ ๋‹ฌ๋ ค๋ฉด ๋กœ๊ทธ์ธํ•˜์‹ญ์‹œ์˜ค.

์นดํ…Œ๊ณ ๋ฆฌ

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

ํƒœ๊ทธ

Community Treasure Hunt

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

Start Hunting!

Translated by