Feeds
답변 있음
how to convert a Laplace transform into a transfer function value
a = [2]; b = [1 0 0]; f= tf(a,b) syms t; d= laplace(2*t) S= feedback(f,1) D= feedback(d,1) So, why the laplace tranf...
how to convert a Laplace transform into a transfer function value
a = [2]; b = [1 0 0]; f= tf(a,b) syms t; d= laplace(2*t) S= feedback(f,1) D= feedback(d,1) So, why the laplace tranf...
3년 초과 전 | 0
질문
how to convert a Laplace transform into a transfer function value
>> A= tf([1 0],[1 1]) A = s ----- s + 1 Continuous-time transfer function. >> p= feedback(A,1) p = ...
3년 초과 전 | 답변 수: 1 | 0