Note that the filtermatrix is often invertible
[58]. In that case, we can effectively run the filter
backwards:
However, an invertible filter matrix does not necessarily
correspond to a stable filter when the length of the input and
output vectors is allowed to grow larger. For example, the inverted
filter matrix may contain truncated growingexponentials, as
illustrated in the following matlab example:
Another point to notice is that the inverse of a banded Toeplitz
matrix is not banded (although the inverse of lower-triangular
[causal] remains lower triangular). This corresponds to the fact that
the inverse of an FIR filter is an IIR filter.