next up previous contents index
Next: Time shifts and phase Up: Complex numbers Previous: Complex numbers   Contents   Index

Complex sinusoids

Recall the formula for a (real-valued) sinusoid from Page [*]:

\begin{displaymath}
x[n] = a \cos (\omega n + \phi )
\end{displaymath}

This is a sequence of cosines of angles (called phases) which increase arithmetically with the sample number $n$. The cosines are all adjusted by the factor $a$. We can now rewrite this as the real part of a much simpler and easier to manipulate sequence of complex numbers, by using the properties of their arguments and magnitudes.

Figure 7.2: The powers of a complex number $Z$ with $\vert Z\vert=1$, and the same sequence multiplied by a constant $A$.
\begin{figure}\psfig{file=figs/fig07.02.ps}\end{figure}

Suppose that a complex number $Z$ happens to have magnitude one and argument $\omega $, so that it can be written as:

\begin{displaymath}
Z = \cos(\omega) + i \sin(\omega)
\end{displaymath}

Then for any integer $n$, the number $Z^n$ must have magnitude one as well (because magnitudes multiply) and argument $n\omega$ (because arguments add). So,

\begin{displaymath}
{Z^n} = \cos(n\omega) + i \sin(n \omega)
\end{displaymath}

This is also true for negative values of $n$, so for example,

\begin{displaymath}
{1 \over Z} = {Z^{-1}} = cos(\omega) - i \sin(\omega)
\end{displaymath}

Figure 7.2 shows graphically how the powers of $Z$ wrap around the unit circle, which is the set of all complex numbers of magnitude one. They form a geometric sequence:

\begin{displaymath}
\ldots, {Z^0}, {Z^1}, {Z^2}, \ldots
\end{displaymath}

and taking the real part of each term we get a real sinusoid with initial phase zero and amplitude one:

\begin{displaymath}
\ldots, \cos(0), \cos(\omega), \cos(2 \omega), \ldots
\end{displaymath}

Furthermore, suppose we multiply the elements of the sequence by some (complex) constant $A$ with magnitude $a$ and argument $\phi$. This gives

\begin{displaymath}
\ldots, A, AZ, A{Z^2}, \ldots
\end{displaymath}

The magnitudes are all $a$ and the argument of the $n$th term is $n \omega + \phi$, so the sequence is equal to

\begin{displaymath}
{AZ^n} = a \cdot [\cos(n \omega + \phi) + i \sin(n \omega + \phi)]
\end{displaymath}

and the real part is just the real-valued sinusoid:

\begin{displaymath}
\mathrm{re}(A{Z^n}) = a \cdot \cos(n \omega + \phi)
\end{displaymath}

The complex number $A$ encodes both the real amplitude $a$ and the initial phase $\phi$; the unit-magnitude complex number $Z$ controls the frequency which is just its argument $\omega $.

Figure 7.2 also shows the sequence $A, AZ, A{Z^2}, \ldots$; in effect this is the same sequence as $1, Z, {Z^2}, \ldots$, but amplified and rotated according to the amplitude and initial phase. In a complex sinusoid of this form, $A$ is called the complex amplitude.

Using complex numbers to represent the amplitudes and phases of sinusoids can clarify manipulations that otherwise might seem unmotivated. For instance, suppose we want to know the amplitude and phase of the sum of two sinusoids with the same frequency. In the language of this chapter, we let the two sinusoids be written as:

\begin{displaymath}
X[n] = A {Z^n} , \ Y[n] = B {Z^n}
\end{displaymath}

where $A$ and $B$ encode the phases and amplitudes of the two signals. The sum is then equal to:

\begin{displaymath}
X[n] + Y[n] = (A+B) {Z^n}
\end{displaymath}

which is a sinusoid whose amplitude equals $\vert A+B\vert$ and whose phase equals $\angle(A+B)$. This is clearly a much easier way to manipulate amplitudes and phases than using properties of sines and cosines. Eventually, of course, we will take the real part of the result; this can usually be left to the end of whatever we're doing.


next up previous contents index
Next: Time shifts and phase Up: Complex numbers Previous: Complex numbers   Contents   Index
Miller Puckette 2006-12-30