<< Chapter < Page Chapter >> Page >

Like as with finite length signals (which can be understood as vectors in $R^N$ or $C^N$), we can take the norms and inner products of infinite length signals, as well. For the most part, the concepts will apply just the same.

The norms of infinite length vectors

As with finite-length vectors, the $p$-norm for infinite-length vectors is a sum: $\|x\|_p = \left( \sum_{n=-\infty}^{\infty} |x[n]|^p \right)^{1/p}$ Unlike with the $p$-norms of finite-length signals, the summation for infinite length vectors is necessarily fininite. As a consequence, the $p$-norms of infinite length signals may not be bounded. Consider a finite-length signal $x[n]=1$ for $0\leq n\lt N-1$. The $2$ norm for this signal would be $\sqrt{N}$. However, for an infinite length signal of constant value 1, all the $p$ norms will be unbounded!

For some infinite length vectors, the $p$ norm may only exist for certain values of $p$. Consider the signal: $x[n]= \begin{cases} 0&n\leq0 \\ \frac{1}{n}&n\geq 1 \\ \end{cases}$

Image
The 2-norm of this signal exists: $\|x\|_2^2 = \sum_{n=-\infty}^{\infty} |x[n]|^2 = \sum_{n=1}^{\infty} \left|\frac{1}{n}\right|^2 = \sum_{n=1}^{\infty} \frac{1}{n^2} = \frac{\pi^2}{6} \approx 1.64$But the 1-norm is unbounded: $\|x\|_1 = \sum_{n=-\infty}^{\infty} |x[n]| = \sum_{n=1}^{\infty} \frac{1}{n} = \infty$

For a finite-length vector, the $\infty$ norm is simply the maximum value of the magnitudes of all its elements. For infinite-length vectors, it is instead the supremum , or the least upper bound of the set of all the elements of the vector. The distinction between that value, and the maximum value, of the set is outside the bounds of this course. For all the cases we will consider, the $\infty$ norm will simply be the largest of the magnitudes of the elements of the vector. For example, for the signal $x[n]$ below, $\|x\|_\infty=1$:

Image

Inner product of infinite length signals

The inner product of infinite length signals is defined the same way as for finite-length signals, except that the sum is infinite: $\langle x, y \rangle = \sum_{n=-\infty}^{\infty} x[n]\, y[n]^*$The angle is also the same: $\cos \theta_{x,y} = \frac{\Re{\langle x, y \rangle}}{\|x\|_2 \, \|y\|_2}$

Linear combinations of infinite length vectors

When it comes to infinite-length vectors, we will also be interested in linear combinations of them. However, in contrast with finite-length vectors, we will be interested in the linear combination of an infinite number of the vectors: $y = \sum_{m=-\infty}^{\infty} \alpha_m x_m$As with finite-length vectors, infinite-length vectors can be stacked into a matrix (an infinitely large one) and be multiplied by an infinite length vector of scalers to perform linear combination: $X = \begin{bmatrix} \cdots | x_{-1} | x_0 | x_1 | \cdots \end{bmatrix}$$a = \begin{bmatrix} \vdots \\ \alpha_{-1} \\ \alpha_0 \\ \alpha_1 \\ \vdots \end{bmatrix}$ $\begin{align*}y&= \sum_{m=-\infty}^{\infty} \alpha_m x_m&= \begin{bmatrix}&\vdots&\vdots&\vdots&\\ \cdots&x_{-1}[-1]&x_{0}[-1]&x_{1}[-1]&\cdots \\ \cdots&x_{-1}[0]&x_{0}[0]&x_{1}[0]&\cdots \\ \cdots&x_{-1}[1]&x_{0}[1]&x_{1}[1]&\cdots \\&\vdots&\vdots&\vdots&\\ \end{bmatrix} \begin{bmatrix} \vdots \\ \alpha_{-1} \\ \alpha_0 \\ \alpha_1 \\ \vdots \end{bmatrix}&= X a$

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Discrete-time signals and systems. OpenStax CNX. Oct 07, 2015 Download for free at https://legacy.cnx.org/content/col11868/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Discrete-time signals and systems' conversation and receive update notifications?

Ask