Click here to purchase the entire book in PDF format.
|
| (2.56) |
If the signal was an upside-down cosine, then the complex notation for it would be
because it would essentially be a cosine * -1 and no sine component. Similarly, if the signal was a sine wave, it would be notated as
.
This last statement should raise at least one eyebrow... Why is the complex notation for a positive sine wave
? In other words, why is there a negative sign there to represent a positive sine component? Well... Actually there is no good explanation for this at this point in the book, but it should become clear when we discuss a concept known as the Fourier Transform in Section 9.2. For now, you'll just have to trust me.
This is fine, but what if the signal looks like a sinusoidal wave that's been delayed a little like the one in Figure 1.14?
|
This signal was created by a specific combination of a sine and cosine wave. In fact, it's 70.7
sine and 70.7
cosine. (If you don't know how I arrived that those numbers, check out Equation 1.13.) How would you express this using complex notation? Well, you just look at the relative contributions of the two components as before:
| (2.57) |
It's interesting to notice that, although Figure 1.14 is actually a combination of a cosine and a sine with a specific ratio of amplitudes (in this case, both at 0.707 of ``normal''), the result looks like a sine wave that's been shifted in phase by
or
radians (or a cosine that's been phase-shifted by
or
radians). In fact, this is the case - any phase-shifted sine wave can be expressed as the combination of its sine and cosine components with a specific amplitude relationship.
Therefore, any sinusoidal waveform with any phase can be simplified into its two elemental components, the cosine (or real) and the sine (or imaginary). Once the signal is broken into these two constituent components, it cannot be further simplified.
If we look at the example at the end of Section 1.5, we calculated using the equation
| (2.58) |
that a cosine wave with a peak amplitude of 0.93 and a delay of
radians was equivalent to the combination of a cosine wave with a peak amplitude of 0.4650 and an upside-down sine wave with a peak amplitude of 0.8054. Since the cosine is the real component and the sine is the imaginary component, this can be expressed using the complex number as follows:
| (2.59) |
which is represented as
0.4650 + j 0.8054
which is a much simpler way of doing things. (Notice that I flipped the ``-'' sign to a ``+.'') For more information on this, check out The Scientist and Engineer's Guide to Digital Signal Processing available at http://www.dspguide.comwww.dspguide.com
|