(New page: Linear Time Invariant (LTI) systems have properties that arise from the properties of convolution. <br> <br> <font size="3"><b>Property 1: Convolution is Commutative</b></font> <br> <br> ...) |
|||
Line 1: | Line 1: | ||
− | Linear Time Invariant (LTI) systems have properties that arise from the properties of convolution. | + | Linear Time Invariant (LTI) systems have properties that arise from the properties of convolution. |
<br> | <br> | ||
<br> | <br> | ||
Line 5: | Line 5: | ||
<br> | <br> | ||
<br> | <br> | ||
− | + | :<math>x_1(t)*x_2(t) = x_2(t)*x_1(t)</math> | |
<br><br> | <br><br> | ||
System Example: Convolving the input to a system with its impulse response is the same as convolving the impulse response with the input. | System Example: Convolving the input to a system with its impulse response is the same as convolving the impulse response with the input. | ||
Line 13: | Line 13: | ||
<br> | <br> | ||
<br> | <br> | ||
− | < | + | :<math>\displaystyle x_1(t)*\left(x_2(t)+x_3(t)\right)=x_1(t)*x_2(t)+x_1(t)*x_3(t)</math> |
<br> | <br> | ||
<br> | <br> | ||
Line 22: | Line 22: | ||
<br> | <br> | ||
<br> | <br> | ||
− | < | + | :<math>x_1(t)*x_2(t)*x_3(t) = x_2(t)*x_3(t)*x_1(t)</math> |
<br> | <br> | ||
<br> | <br> | ||
System Example: Convolving an input with an impulse response and convolving that with the impulse response of another system is the same as convolving the two impulse responses and then the input to the system. | System Example: Convolving an input with an impulse response and convolving that with the impulse response of another system is the same as convolving the two impulse responses and then the input to the system. |
Revision as of 20:14, 16 March 2008
Linear Time Invariant (LTI) systems have properties that arise from the properties of convolution.
Property 1: Convolution is Commutative
- $ x_1(t)*x_2(t) = x_2(t)*x_1(t) $
System Example: Convolving the input to a system with its impulse response is the same as convolving the impulse response with the input.
Property 2: Convolution is Distributive
- $ \displaystyle x_1(t)*\left(x_2(t)+x_3(t)\right)=x_1(t)*x_2(t)+x_1(t)*x_3(t) $
System Example: Convolving a single input with two impulse responses then adding the output is the same as convolving the input with the sum of the impulse responses.
Property 2: Convolution is Associative
- $ x_1(t)*x_2(t)*x_3(t) = x_2(t)*x_3(t)*x_1(t) $
System Example: Convolving an input with an impulse response and convolving that with the impulse response of another system is the same as convolving the two impulse responses and then the input to the system.