next up previous
Next: Human Visual System Up: EE381K Multidimensional Digital Signal Previous: Introduction to the Course

2-D Signals

We represent a 2-D signal as $x(n_1,n_2)$ where $x$ may be real-valued or complex-valued, and $n_1$ and $n_2$ are integer indices. We'll use $n_1$ as the horizontal index, and $n_2$ as the vertical index.

In image processing, the roles of $n_1$ and $n_2$ are interchanged in that $n_1$ is the row index and $n_2$ is the column index.

Figure 1: 2-D grid
\begin{figure}\centerline{
\begin{tabular}{c}
\epsfysize = 6cm
\epsfbox{grid.eps}
\end{tabular}}\end{figure}



Subsections

Brian L. Evans