1 Attachment(s)
High pass filter and signal
Hi,
I have this problem about signal that I have a little trouble to finish:
I attached a small figure of the circuit.
I have a High pass filter, and the equation is:
![\frac{dx[t]}{dt}=\frac{y[t]}{RC}+ \frac{dy[t]}{dt}](http://latex.codecogs.com/png.latex?\frac{dx[t]}{dt}=\frac{y[t]}{RC}+ \frac{dy[t]}{dt})
the solution for the equation is:
![y[t]=\int_{-\infty}^{t} e^{-(t-\lambda)/\tau}x'[\lambda] \,d\lambda](http://latex.codecogs.com/png.latex?y[t]=\int_{-\infty}^{t} e^{-(t-\lambda)/\tau}x'[\lambda] \,d\lambda )
This is what I found and it matches with the answer from the professor.
But the question said:
Find the solution of the ODE to obtain y[t] as some integral of x[t].
Now I need to take away the
and replace by
.
What i did is to use the integration by part to the solution
.
I got:
![y[t]=x[t]+\lambda\int_{-\infty}^{t}x(\lambda)e^{-(t-\lambda)/\tau} \,d\lambda](http://latex.codecogs.com/png.latex?y[t]=x[t]+\lambda\int_{-\infty}^{t}x(\lambda)e^{-(t-\lambda)/\tau} \,d\lambda )
My problem is that by intergrating, even though I took away what I wanted, I have introduced the variable t. I dont know if it is a problem.
My second question is the following:
Find the impulse response function
so that the solution is has the form:
![y[t]=\int_{-\infty}^{+\infty}h(t-\lambda) x(\lambda) \,d\lambda](http://latex.codecogs.com/png.latex?y[t]=\int_{-\infty}^{+\infty}h(t-\lambda) x(\lambda) \,d\lambda )
Hint: if you find a lonely x(t), remenber that: ![x[t]=\int_{-\infty}^{+\infty}\delta(t-\lambda) x(\lambda) \,d\lambda](http://latex.codecogs.com/png.latex?x[t]=\int_{-\infty}^{+\infty}\delta(t-\lambda) x(\lambda) \,d\lambda )
Here I am confused with the boundaries of the integration
Please can I have some help with the problem
Thank you