Created: December 05, 2023
Modified: December 05, 2023
Modified: December 05, 2023
linear time-invariant
This page is from my personal notes, and has not been specifically reviewed for public consumption. It might be incomplete, wrong, outdated, or stupid. Caveat lector.A linear time-invariant system is one where the dependence of the output on the input is:
- linear: an input produces an output , and the sum of two inputs produces the sum of the corresponding outputs .
- time-invariant: shifting the input in time simply shifts the output in time. produces .
Such a system is characterized by its impulse response , which is simply the output of the system for a delta-function input. In general, the output is the convolution of the input with the impulse response:
Why is this true? We can represent any function as a sum of appropriately shifted and scaled delta functions. By time-invariance, shifting produces the same response , and by linearity, scaling produces just scaled s. And again by linearity, the output from the sum of shifted-and-scaled deltas will just be the sum of these shifted-and-scaled 's.