- #1
toofle
- 20
- 0
Homework Statement
Find the transfer function and the impulse response for the system:
y'(t) + y(t) = x(t)
x = {1 if 0<=t<1,0 1<=t}
Homework Equations
d/dt y(t) ~ sY(s) -y(0)
The Attempt at a Solution
I transform into the laplace-domain:
sY(s) - y(0) + Y(s) = X(s)
Y(s)(s+1) - 1 = X(s)
Here I can't get H(s)=Y(s)/X(s) beacuse of y(0)=1 and not 0.
The answer is H(s) = 1/(s+1) . then it is easy to get the impulse response by backtransforming to the timedomain so that's no problem.
But there must be an error in the answer or problem statement right?