Skip to main content
Engineering LibreTexts

4.4: A Signal's Spectrum

  • Page ID
    1616
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Learning Objectives
    • This is a general overview of how to solve simple electrical engineering problems.

    A periodic signal, such as the half-wave rectified sinusoid, consists of a sum of elemental sinusoids. A plot of the Fourier coefficients as a function of the frequency index, such as shown in Figure 4.4.1, displays the signal's spectrum. The word "spectrum" implies that the independent variable, here k, corresponds somehow to frequency. Each coefficient is directly related to a sinusoid having a frequency of k/T. Thus, if we half-wave rectified a 1 kHz sinusoid, k=1 corresponds to 1 kHz, k=2 to 2 kHz, etc.

    spectrum2.png
    Figure 4.4.1 Fourier Series spectrum of a half-wave rectified sine wave

    The index indicates the multiple of the fundamental frequency at which the signal has energy.

    A subtle, but very important, aspect of the Fourier spectrum is its uniqueness: You can unambiguously find the spectrum from the signal (decomposition) and the signal from the spectrum (composition). Thus, any aspect of the signal can be found from the spectrum and vice versa. A signal's frequency domain expression is its spectrum. A periodic signal can be defined either in the time domain (as a function) or in the frequency domain (as a spectrum).

    A fundamental aspect of solving electrical engineering problems is whether the time or frequency domain provides the most understanding of a signal's properties and the simplest way of manipulating it. The uniqueness property says that either domain can provide the right answer. As a simple example, suppose we want to know the (periodic) signal's maximum value. Clearly the time domain provides the answer directly. To use a frequency domain approach would require us to find the spectrum, form the signal from the spectrum and calculate the maximum; we're back in the time domain!

    Another feature of a signal is its average power. A signal's instantaneous power is defined to be its square. The average power is the average of the instantaneous power over some time interval. For a periodic signal, the natural time interval is clearly its period; for nonperiodic signals, a better choice would be entire time or time from onset. For a periodic signal, the average power is the square of its root-mean-squared (rms) value. We define the rms value of a periodic signal to be:

    \[rms(s)=\sqrt{\frac{1}{T}\int_{0}^{T}s^{2}(t)dt} \nonumber \]

    and thus its average power is

    \[power(s)=rms^{2}(s) \nonumber \]

    \[power(s)=\frac{1}{T}\int_{0}^{T}s^{2}(t)dt \nonumber \]

    Exercise \(\PageIndex{1}\)

    What is the rms value of the half-wave rectified sinusoid?

    Solution

    The rms value of a sinusoid equals its amplitude divided by:

    \[\sqrt{2} \nonumber \]

    As a half-wave rectified sine wave is zero during half of the period, its rms value is A/2 since the integral of the squared half-wave rectified sine wave equals half that of a squared sinusoid.

    To find the average power in the frequency domain, we need to substitute the spectral representation of the signal into this expression.

    \[power(s)=\frac{1}{T}\int_{0}^{T}\left ( a_{0}+\sum_{k=1}^{\infty }a_{k}\cos \left ( \frac{2\pi kt}{T} \right )+ \sum_{k=1}^{\infty }b_{k}\sin \left ( \frac{2\pi kt}{T} \right )\right )^{2}dt \nonumber \]

    The square inside the integral will contain all possible pairwise products. However, the orthogonality properties say that most of these crossterms integrate to zero. The survivors leave a rather simple expression for the power we seek.

    \[power(s)= a_{0}^{2}+\frac{1}{2}\sum_{k=1}^{\infty }a_{k}^{2}+b_{k}^{2} \nonumber \]

    fourier3.png
    Figure 4.4.2 Power spectrum of a half-wave rectified sinusoid

    It could well be that computing this sum is easier than integrating the signal's square. Furthermore, the contribution of each term in the Fourier series toward representing the signal can be measured by its contribution to the signal's average power. Thus, the power contained in a signal at its kth harmonic is:

    \[\frac{a_{k}^{2}+b_{k}^{2}}{2} \nonumber \]

    The power spectrum, Ps(k) such as shown in Figure 4.4.2, plots each harmonic's contribution to the total power.

    Exercise \(\PageIndex{1}\)

    In high-end audio, deviation of a sine wave from the ideal is measured by the total harmonic distortion, which equals the total power in the harmonics higher than the first compared to power in the fundamental. Find an expression for the total harmonic distortion for any periodic signal. Is this calculation most easily performed in the time or frequency domain?

    Solution

    Total harmonic distortion equals:

    \[\frac{\sum_{k=2}^{\infty }a_{k}^{2}+b_{k}^{2}}{a_{1}^{2}+b_{1}^{2}} \nonumber \]

    Clearly, this quantity is most easily computed in the frequency domain. However, the numerator equals the square of the signal's rms value minus the power in the average and the power in the first harmonic.

    Contributor

    • ContribEEOpenStax

    This page titled 4.4: A Signal's Spectrum is shared under a CC BY 1.0 license and was authored, remixed, and/or curated by Don H. Johnson via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.