How can I use direct integration to solve for the convolution of two signals?

Vanush
Messages
24
Reaction score
0
Hey guys, I'm having trouble doing ct convolution

i'm trying to convolve two signals together ie, the input x(t) and the impulse response h(t). basically, knowing the impulse response of an LTI system, you can find out the response y(t) to any arbitrary input x(t) using the convolution integral.

in my problem

x(t) = t * ( u(t) - 2*( u(t - 1) + u(t - 2)),
h(t) = u(-t) - u(-t + 1)

So i had a look at examples of calculating the integral using the graphical method, and i get a triangle signal as y(t), convolving the signals above. however, the question wants me to do it using direct integration. I have no idea how to do this! Anyone have any ideas?
 
Physics news on Phys.org
What is u(t)?
 
Unit step function
 
He wasn't asking you what that notation meant, but how you should think of interpreting what it means when integrating it.
 
THat's the thing, when I put it into the integral I have to work out a bunch of inequalities that really makes my head spin. This question is so much harder than the example :(
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Back
Top