Skip to main content
Engineering LibreTexts

2.2: Radio Signal Metrics

  • Page ID
    41174
  • \( \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}}\)

    Radio signals are engineered to trade-off efficient use of the EM spectrum with the complexity and performance of the required RF hardware. Ultimately the goal is to efficiently use spectrum through maximal packing of information, e.g. digital bits, in a given bandwidth while, for mobile radios especially, using as little prime power as possible. The choice of the type of modulation to use is at the core of the communication system design tradeoff.

    There are two families of modulation methods: analog and digital modulation. In analog modulation the RF signal has a continuous range of values; in digital modulation, the output has a number of discrete states at particular times called clock ticks, say every microsecond. There are just a few modulation schemes, all of which are digital, that achieve the optimum trade-offs of spectral efficiency and ease of use with acceptable hardware complexity. If hardware complexity is not a concern, which modulation scheme is used depends on noise and interference as well as the power required to transmit a signal, and the power required to process a received signal.

    clipboard_e0cf90d55b5e33d8244dba918ec014efe.png

    Figure \(\PageIndex{1}\): Definition of crest factor: (a) arbitrary waveform; and (b) voltage across a resistor.

    This section introduces several metrics that characterize the variability of the amplitude of a modulated signal, and this variability has a direct impact on how analog hardware performs are designed and how efficiently hardware can be used.

    2.2.1 Crest Factor and Peak-to-Average Power Ratio

    Introduction

    In radio engineering crest factor (CF) is a metric that describes how the voltage of a modulated carrier signal varies with time, and peak-to-average power ratio (PAPR) describes how the instantaneous power of a carrier signal varies with time. Be aware that there is one metric, peak-to-average ratio (PAR), that is defined differently in the power, communications theory, and microwave communities. In some communities CF is also called the peak-to-average ratio (PAR). This can leads to problems. Consider, for example, the community that works on smart power metering which combines power measurement, communications theory, and microwave design. The solution to this inevitable confusion is to skip the use of PAR and use unambiguous metrics.

    Note

    In standards PAR is defined as the ratio of the instantaneous peak value of a signal parameter to its time-averaged value. PAR is used with many signal parameters, e.g. voltage, current, power, and frequency [1].

    Crest Factor

    CF is the ratio of the maximum signal, such as a voltage, to its root-meansquare (rms) value. Referring to the arbitrary waveform shown in Figure \(\PageIndex{1}\)(a), \(x_{p}\) is the absolute peak value of the waveform \(x(t)\), if \(x_{\text{rms}}\) is its rms value, then the crest factor is [2]

    \[\label{eq:1} \text{CF}=x_{p}/x_{\text{rems}} \]

    More formally,

    \[\label{eq:2}\text{CF}=\frac{\| x \|_{\infty}}{\| x\|_{2}} \]

    where \(\|x\|_{∞}\) is the infinity norm, and here is the maximum value of \(x(t)\), \(\|x\|_{∞} = \text{max}[x(t)] = x_{p}\), and \(\|x\|_{2}\) is just the rms value of \(x(t)\):

    \[\label{eq:3}x_{\text{rms}}=\|x\|_{2}=\lim_{T\to\infty}\sqrt{\frac{1}{T}\int_{0}^{T}x(t)\cdot dt} \]

    Note that CF is a voltage (or current) ratio rather than a power ratio. The CFs of several waveforms are given in Table \(\PageIndex{1}\).

    Peak-to-Average Power Ratio (PAPR)

    The peak-to-average power ratio (PAPR) is analogous to CF but for power. If \(x(t)\) is the voltage across a resistor, as shown in Figure \(\PageIndex{1}\)(b), then the

    Waveform \(x(t)\) Max. value rms \((x_{\text{rms}})\) CF PAPR
    DC clipboard_e6dfb5cbb0ff3ec0a46da322cb94b6769.png \(x_{\text{dc}}\) \(x_{\text{dc}}\) \(1\) \(0\text{ dB}\)
    Sinewave clipboard_e9ee3871a3ef9f1423e1275d900114512.png \(x_{p}\) \(\frac{x_{p}}{\sqrt{2}}\) \(1.414\) \(3.01\text{ dB}\)
    Full-wave rectified sinewave clipboard_e95e9136003876679129ebbb0eec9e62c.png \(x_{p}\) \(\frac{x_{p}}{\sqrt{2}}=0.717x_{p}\) \(1.414\) \(3.01\text{ dB}\)
    Half-wave rectified sinewave clipboard_ec38b442fc612607ad6c3ee4400b94c2a.png \(x_{p}\) \(\frac{x_{p}}{2}\) \(2\) \(6.02\text{ dB}\)
    Triangle wave clipboard_ec5f9e436164e0db764e2ee4e97f90d5f.png \(x_{p}\) \(\frac{x_{p}}{\sqrt{3}}=0.577x_{p}\) \(1.732\) \(4.77\text{ dB}\)
    Square wave clipboard_e709f813c5bc8d0c8ede2ff05d08a501c.png \(x_{p}\) \(x_{p}\) \(1\) \(0\text{ dB}\)

    Table \(\PageIndex{1}\)

    instantaneous peak power in the resistor is

    \[\label{eq:4}P_{p}=|x_{p}|^{2}/R \]

    where again \(x_{p}\) is the peak absolute value of the waveform. \(P_{p}\) is the power of the peak of a waveform treating it as though it was a DC signal. This is appropriate for a slowly varying signal such as a power frequency signal as it is this instantaneous power that determines thermal disruption of a power system. It is not the appropriate power to use with radio signals and a more suitable microwave signal metric is described in Section 2.2.2. The average power dissipated in the resistor is

    \[\label{eq:5}P_{\text{avg}}=|x_{\text{rms}}|^{2}/R \]

    Then

    \[\label{eq:6}\text{PAPR}=\frac{P_{p}}{P_{\text{avg}}}=\text{CF}^{2}=(x_{p}/x_{\text{rms}})^{2} \]

    In decibels,

    \[\begin{align}\text{PAPR}|_{\text{dB}}&=10\log (\text{PAPR})\nonumber \\ \label{eq:7}&=20\log (\text{CF})=20\log (x_{p}/x_{\text{rms}})\end{align} \]

    The definition of PAPR above can be used with any waveform and can be used in all branches of electrical engineering. The PAPRs of several waveforms are given in Table \(\PageIndex{1}\).

    Example \(\PageIndex{1}\): Crest Factor and PAPR of an Offset Sinusoid

    What is the crest factor (CF) and peak-to-average power ratio (PAPR) of the signal \(x(t) = 0.1+0.5 \sin(\omega t)\)?

    Solution

    The signal is a sinusoid offset by a DC term. The peak value of \(x(t)\) is \(x_{p} = 0.6\), and the rms value of the signal will be the square root of the rms values squared of the individual DC and sinusoidal components. This applies to any composite signal provided that the components are uncorrelated. So \(x_{\text{rms}} = \sqrt{ 0.12 + (0.5/\sqrt{2})^{2}} = 0.3674\). The general solution for a signal \(x(t) = a + b \sin(\omega t)\) is, using Equation \(\eqref{eq:3}\),

    \[\begin{align}x_{\text{rms}}&=\sqrt{\lim_{T\to\infty}\frac{1}{T}\int_{0}^{T}\left[x(t)\right]^{2} dt}=\sqrt{\lim_{T\to\infty}\frac{1}{T}\int_{0}^{T}\left[a+b\sin (\omega t)\right]^{2} dt}\nonumber \\ &=\sqrt{\lim_{T\to\infty}\frac{1}{T}\int_{0}^{T}\left[a^{2}+ab\sin (\omega t)+b^{2}\sin^{2}(\omega t)\right]dt}\nonumber \\ &=\sqrt{\lim_{T\to\infty}\frac{1}{T}\left\{\int_{0}^{T}a^{2} dt +\int_{0}^{T}ab\sin (\omega t)dt+\int_{0}^{T}b^{2}\frac{1}{2}\left[1+\cos (2\omega t)\right] dt\right\}}\nonumber \\ \label{eq:8} &=\sqrt{\lim_{T\to\infty}\frac{1}{T}\left\{a^{2}T dt+0+\frac{1}{2}b^{2}T\right\}}\end{align} \]

    since the integral of \(\sin\) and \(\cos\) over a period is zero. Thus

    \[\label{eq:9}x_{\text{rms}}=\sqrt{a^{2}+b^{2}/2}=\sqrt{0.1^{2}+\frac{1}{2}0.5^{2}}=0.3674 \]

    the crest factor is

    \[\label{eq:10}\text{CF}=\frac{x_{p}}{x_{\text{rms}}}=\frac{0.6}{0.3674}=1.6311 \]

    and PAPR is

    \[\label{eq:11}\text{PAPR}=20\log (1.6311)=4.260\text{ dB} \]

    There is a quicker way of calculating PAPR by dealing with the powers directly. The peak power of the waveform is \(P_{p} = x_{p}^{2}/R = 0.6^{2}/R = 0.36/R\), where \(x\) is being treated as a voltage across a resistor \(R\). The two parts of \(x(t)\), i.e. the DC component and the sinewave, are uncorrelated, so the average power of the combined signal is the sum of the powers of the uncorrelated components, so

    \[\label{eq:12}P_{\text{avg}}=\frac{1}{R}\left[0.1^{2}+\frac{1}{2}0.5^{2}\right]\frac{1}{R}=\frac{0.1350}{R} \]

    Thus, in decibels,

    \[\label{eq:13}\text{PAPR}|_{\text{dB}}=10\log\left(\frac{P_{p}}{P_{\text{avg}}}\right)=\frac{x_{p}^{2}}{x_{\text{rms}}^{2}}=10\log\left(\frac{0.36}{0.135}\right)=10\log (2.667)=4.260\text{ dB} \]

    2.2.2 Peak-to-Mean Envelope Power Ratio

    Another metric for characterizing signals is the peak-to-mean envelope power ratio (PMEPR) and this is particularly useful for modulated signals. The amount of information sent by a communication signal is proportional to its average power, however, RF hardware must be designed with enough margin to be able to handle peaks in the signal without producing appreciable distortion. The waveform of a narrowband modulated signal appears as a carrier that slowly changes in amplitude and phase. One sinewave of this modulated signal is called a pseudo-carrier and the power of one cycle of the pseudo-carrier when the amplitude of the modulated signal is at its maximum (i.e. at the peak of the envelope) is called the peak envelope power (PEP) [1] (\(\text{PEP} = P_{\text{PEP}}\)). The ratio of PEP to the average signal power (the power averaged over all time) is called the PMEPR.

    Then if the average power of the modulated signal is \(P_{\text{avg}}\)

    \[\label{eq:14}\text{PMEPR}=\frac{\text{PEP}}{P_{\text{avg}}}=\frac{P_{\text{PEP}}}{P_{\text{avg}}} \]

    PMEPR is a good indicator of how sensitive a modulation format is to distortion introduced by the nonlinearity of RF hardware [3].

    It is complex to determine the PMEPR for a general modulated signal. Below the mathematics is presented for an AM signal with a sinusoidal modulating signal. Determining the PMEPR otherwise requires numerical integration following the procedure outlined below.

    PMEPR of an AM Signal

    A good estimate of the PMEPR of an AM signal can be obtained by considering a sinusoidal modulating signal (rather than an actual baseband signal). Let \(y(t) = \cos (2πf_{m}t)\) be a cosinusoidal modulating signal with frequency \(f_{m}\). Then, for AM, the modulated carrier signal is

    \[\label{eq:15}x(t)=A_{c}\left[1+m\cos (2\pi f_{m}t)\right]\cos (2\pi f_{c}t) \]

    where \(m\) is the modulation index (e.g. \(100\%\) AM has \(m = 1\)). Thus if the power of just one quasi-period of \(x(t)\), i.e. one cycle of the pseudo carrier, is considered then \(x(t)\) has a power that varies with time.

    Consider a voltage \(v(t)\) across a resistor of conductance \(G\). The power of the signal is determined by integrating over all time, which is work, and dividing by the time period. This yields the average power:

    \[\label{eq:16}P_{\text{avg}}=\lim_{\tau\to\infty}\int_{-\tau}^{\tau}\frac{1}{2\tau}Gv^{2}(t)dt \]

    Now, if \(v(t)\) is a sinusoidal, \(v(t) = A \cos\omega t\), then

    \[\begin{align}P_{\text{avg}}&=\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}A_{c}^{2}G\cos^{2}(\omega t)dt\nonumber \\ &=\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}A_{c}^{2}G\frac{1}{2}\left[1+\cos (2\omega t)\right] dt \nonumber \\ \label{eq:17}&=\frac{1}{2}A_{c}^{2}G\left\{\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}1 dt+\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\cos (2\omega t)dt\right\}=\frac{1}{2}A_{c}^{2}G\end{align} \]

    In the above equation, a useful equivalence has been employed by observing that the infinite integral of a cosinusoid can be simplified to just integrating over one period, \(T = 2π/\omega\):

    \[\label{eq:18}\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\cos^{n}(\omega t)dt=\frac{1}{T}\int_{-T/2}^{T/2}\cos^{n}(\omega t) dt \]

    where \(n\) is a positive integer. In power calculations there are a number of other useful simplifying techniques based on trigonometric identities. Some of the ones that will be used here are the following:

    \[\begin{align} \cos A\cos B&=\frac{1}{2}\left[\cos (A-B)+\cos (A+B)\right]\nonumber \\ \label{eq:19} \cos^{2}A&=\frac{1}{2}\left[1+\cos (2A)\right] \\ \label{eq:20}\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\cos\omega t dt&=\frac{1}{T}\int_{-T/2}^{T/2}\cos (\omega t)dt=0 \\ \label{eq:21}\frac{1}{T}\int_{-T/2}^{T/2}\cos^{2}(\omega t)dt&=\frac{1}{T}\int_{-T/2}^{T/2}\frac{1}{2}\left[\cos (2\omega t)+\cos (0)\right] \\ &=\frac{1}{2T}\left[\int_{-T/2}^{T/2}\cos (2\omega t)dt+\int_{-T/2}^{T/2}1 dt\right] \\ \label{eq:22} &=\frac{1}{2T}(0+T)=\frac{1}{2}\end{align} \]

    More trigonometric identities are given in Appendix 1.A.2 of [4]. Also, when cosinusoids \(\cos\omega_{A}t\) and \(\cos\omega_{B}t\), having different frequencies (\(\omega_{A}\neq\omega_{B}\)), are multiplied together, for large \(\tau\),

    \[\int_{-\tau}^{\tau}\cos\omega_{A}t\cos\omega_{B}t dt=\int_{-\tau}^{\tau}\frac{1}{2}\left[\cos (\omega_{A}+\omega_{B})t+\cos (\omega_{A}-\omega_{B})t\right] dt=0\nonumber \]

    and if \(\omega_{A}\neq\omega_{B}\neq 0\)

    \[\label{eq:23}\int_{-\infty}^{\infty}\cos\omega_{A}t\cos^{n}\omega_{B}tdt=0 \]

    Now the discussion returns to characterizing an AM signal by considering the long-term average power and the maximum short-term power of the signal. The pseudo-carrier at its peak amplitude is, from Equation \(\eqref{eq:15}\),

    \[\label{eq:24}x_{p}(t)=A_{c}[1+m]\cos (2\pi f_{c}t) \]

    Then the power (\(P_{\text{PEP}}\)) of the peak pseudo carrier is obtained by integrating over one period of the pseudo carrier:

    \[\begin{align} P_{\text{PEP}}&=\frac{1}{T}\int_{-T/2}^{T/2}Gx^{2}(t)dt=\frac{1}{T}\int_{-T/2}^{T/2}A_{c}^{2}G(1+m)^{2}\cos^{2}(\omega_{c}t)dt\nonumber \\ \label{eq:25} &=A_{c}^{2}G(1+m)^{2}\frac{1}{T}\int_{-T/2}^{T/2}\cos^{2}(\omega_{c}t)dt=\frac{1}{2}A_{c}^{2}G(1+m)^{2}\end{align} \]

    The average power (\(P_{\text{avg}}\)) of the modulated signal is obtained by integrating over all time, so

    \[\begin{align} P_{\text{avg}}&=\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}Gx^{2}(t)dt\nonumber \\ &=A_{c}^{2}G\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\{[1+m\cos (\omega_{m}t)]\cos (\omega_{c}t\}^{2}dt\nonumber \\&=A_{c}^{2}G\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\{[1+2m\cos (\omega_{m}t)+m^{2}\cos^{2}(\omega_{m}t)]\cos^{2}(\omega_{c}t)\}dt\nonumber \\&=A_{c}^{2}G\left[\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\cos^{2}(\omega_{c}t)dt+\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}2m\cos (\omega_{m}t)\cos^{2}(\omega_{c}t)dt \right.\nonumber \\ &\quad \left. +\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}m^{2}\cos^{2}(\omega_{m}t)\cos^{2}(\omega_{c}t)dt\right]\nonumber \\ &=A_{c}^{2}G\left\{\frac{1}{2}+0+m^{2}\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\frac{1}{4}\left[1+\cos (2\omega_{m}t)\right]\left[1+\cos (2\omega_{c}t)\right] dt\right\}\nonumber \\ &=A_{c}^{2}G\left\{\frac{1}{2}+\frac{m^{2}}{4}\left[\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}1 dt+\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\cos (2\omega_{m}t) dt\right.\right.\nonumber \\ &\quad\left.\left. +\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\cos (2\omega_{c}t)dt+\lim_{\tau\to\infty}\frac{1}{2\tau}\int_{-\tau}^{\tau}\cos (2\omega_{m}t)\cos (2\omega_{c}t)dt\right]\right\} \nonumber \\ \label{eq:26} &=A_{c}^{2}G\left[\frac{1}{2}+m^{2}\left(\frac{1}{4}+0+0+0\right)\right] =\frac{1}{2}A_{c}^{2}G(1+m^{2}/2)\end{align} \]

    Thus the rms voltage, \(x_{\text{rms}}\), can be determined as \(P_{\text{avg}} = x_{\text{rms}}^{2}G\). So the PMEPR of an AM signal (i.e., \(\text{PMEPR}_{\text{AM}}\)) is

    \[\text{PMEPR}_{\text{AM}}=\frac{P_{\text{PEP}}}{P_{\text{avg}}}=\frac{\frac{1}{2}A_{c}^{2}G(1+m)^{2}}{\frac{1}{2}A_{c}^{2}G(1+m^{2}/2)}=\frac{(1+m)^{2}}{1+m^{2}/2}\nonumber \]

    For \(100\%\) AM described by \(m = 1\), the PMEPR is

    \[\label{eq:27}\text{PMEPR}_{100\%\text{AM}}=\frac{(1+1)^{2}}{1+1^{2}/2}=\frac{4}{1.5}=2.667=4.26\text{ dB} \]

    In expressing the PMEPR in decibels, the formula \(\text{PMEPR}_{\text{dB}} = 10 \log (\text{PMEPR})\) is used as PMEPR is a power ratio. As an example, for \(50\%\) AM, described by \(m = 0.5\), the PMEPR is

    \[\label{eq:28}\text{PMEPR}_{50\%\text{AM}}=\frac{(1+0.5)^{2}}{1+0.5^{2}/2}=\frac{2.25}{1.125}=2=3\text{ dB} \]

    2.2.3 Two-Tone Signal

    In assessing, either through laboratory measurements or simulations, it is common and often necessary to use very simple representations of a baseband signal or even of a modulated signal. This greatly simplifies matters and there is a justified expectation that the performance with the test signal is a good indication of performance with an actual baseband or modulated signal. With simulation at the circuit level it is usually impossible to consider real baseband signals as simulation may not even be possible or simulation may take unacceptable times. Instead it is common to use single-tone, i.e. single sinewave, or two-tone signals. A two-tone signal is a signal that is the sum of two cosinusoids:

    \[\label{eq:29}y(t)=X_{A}\cos (\omega_{A}t)+X_{B}\cos (\omega_{B}t) \]

    Generally the frequencies of the two tones are close \((|\omega_{A} −\omega_{B}| ≪ \omega_{A})\), with the concept being that both tones fit within the passband of a transmitter’s or receiver’s bandpass filters. A two-tone signal is not a form of modulation, but is commonly used to characterize the nonlinear performance of RF systems and has an envelope that is similar to that of many modulated signals. The composite signal, \(y(t)\), looks like a pseudo-carrier with a slowly varying amplitude, not unlike an AM signal. The tones are uncorrelated so that the average power of the composite signal, \(y(t)\), is the sum of the powers of each of the individual tones. The peak power of the composite signal is that of the peak pseudo-carrier, so \(y(t)\) has a peak amplitude of \(X_{A} + X_{B}\). The peak pseudo carrier is the single RF sinusoid where the sinusoid of each sinusoid align as much as possible. Similar concepts apply to three-tone and \(n\)-tone signals.

    Example \(\PageIndex{2}\): PMEPR of a Two-Tone Signal

    What is the PMEPR of a two-tone signal with the tones having equal amplitude?

    Solution

    Let the amplitudes of the two tones be \(X_{A}\) and \(X_{B}\). Now \(X_{A} = X_{B} = X\), and so the peak pseudo-carrier has amplitude \(2X\), and the power of the peak RF carrier is proportional to \(\frac{1}{2}(2X)^{2} = 2X^{2}\). The average power is proportional to \(\frac{1}{2}(X_{A}^{2}+X_{B}^{2}) =\frac{1}{2}(X_{2} + X+{2}) = X_{2}\), as each tone is independent of the other and so the powers can be added.

    \[\label{eq:30}\text{PMEPR}=\frac{P_{\text{PEP}}}{P_{\text{avg}}}=\frac{2X^{2}}{X^{2}}=2=3\text{ dB} \]

    Example \(\PageIndex{3}\): PMEPR of Uncorrelated Signals

    Consider the combination of two uncorrelated analog signals, e.g. a two-tone signal. One signal is denoted \(x(t)\) and the other \(y(t)\), where \(x(t)=0.1 \sin (10^{9}t)\) and \(y(t) = 0.05 \sin (1.01 · 10^{9}t)\). What is the PMEPR of this combined signal?

    Solution

    These two signals are uncorrelated and this is key in determining the average power, \(P_{\text{avg}}\), as the sum of the powers of each individual signal (\(k\) is a proportionality constant):

    \[P_{\text{avg}}=\int_{-\infty}^{\infty}x^{2}(t)\cdot dt+\int_{-\infty}^{\infty}y^{2}(t)\cdot dt=\frac{k}{2}(0.1)^{2}+\frac{k}{2}(0.5)^{2}=\frac{k}{2}[0.01+0.0025]=0.00625k\nonumber \]

    The two carriers are close in frequency so that the sum signal \(z(t) = x(t) + y(t)\) looks like a slowly varying signal with a radian frequency near \(10^{9}\) rads per second. The peak amplitude of one pseudo-cycle of \(z(t) is 0.1+0.05 = 0.15\). Thus the power of the largest cycle is

    \[P_{\text{PEP}}=\frac{1}{2}k(0.15)^{2}=0.01125k\nonumber \]

    and so

    \[\label{eq:31}\text{PMEPR}=\frac{P_{\text{PEP}}}{P_{\text{avg}}}=\frac{0.01125}{0.00625}=1.8=2.55\text{ dB} \]

    Summary

    The PMEPR is an important attribute of a modulation format and impacts the types of circuit designs that can be used. It is much more challenging to develop power-efficient hardware introducing only low levels of distortion when the PMEPR is high.

    It is tempting to consider if the lengthy integrations can be circumvented. Powers can be added if the signal components (the tones making up the signal) are uncorrelated. If they are correlated, then the complete integrations are required. Consider two uncorrelated sinusoids of (average) powers \(P_{1}\) and \(P_{2}\), respectively, then the average power of the composite signal is \(P_{\text{avg}} = P_{1} + P_{2}\). However, in determining the peak sinusoidal power, the RF cycle where the two largest pseudo-carrier sinusoids align is considered, and here the voltages add to produce a single cycle of a sinewave with a higher amplitude. So peak power applies to just one RF pseudo-cycle. Generally the voltage amplitude of the two sinewaves would be added and then the power calculated. If the uncorrelated carriers are modulated and the modulating signals (the baseband signals) are uncorrelated, then the average power can be determined in the same way, but the peak power calculation is much more complicated. The integrations are the only calculations that can always be relied on and can be used with all modulated signals.

    Note

    Signals \(x(t)\) and \(y(t)\) are uncorrelated if the integral over all time and time offsets of their product is zero: \(C =\int_{-\infty}^{+\infty} x(t)y(t+\tau ) dt = 0\) for all \(\tau\).

    The preferred usage of PAR, PAPR, or PMEPR in RF and microwave engineering is currently in a transition phase. The most common usage of PAR and PAPR in electrical engineering refers to the peak of a signal as being the instantaneous peak value, and in the case of PAPR, the instantaneous power of the signal is calculated as if the peak is a DC value. In the past, many RF and microwave publications have taken the peak as the peak power of a sinusoid having an amplitude equal to the peak voltage of the signal and used that to calculate PAR. This usage is inconsistent with the predominant usage in electrical engineering and is a particular problem when using wireless technology in other disciplines. PMEPR is the preferred usage for what RF and microwave engineers intend to refer to when using the term PAR. A reader of RF literature encountering PAR needs to determine how the term is being used. There is no confusion if PMEPR is used.

    Example \(\PageIndex{4}\): PAPR and PMEPR of an AM Signal

    What is the PAPR and PMEPR of a \(100\%\) AM signal?

    Solution

    The signal is \(x(t) = A_{c} [1 + \cos 2πf_{m}t] \cos 2πf_{c}t\) and the PMEPR of this signal, from Equation \(\eqref{eq:27}\), is \(4.26\text{ dB}\). Now PAPR uses the absolute maximum value of the signal rather than the maximum short-term power of the envelope. The peak value of \(x(t)\) is \(2A_{c}\) so the peak power (if the signal is a voltage across a conductance \(G\)) is

    \[\label{eq:32} P_{\text{peak, PAPR}}=(2A_{c})^{2}G \]

    \(P_{\text{avg}}\) is the same for PAPR and PMEPR for the AM signal, see Equation \(\eqref{eq:26}\), so that

    \[\label{eq:33}\text{PAPR}=\frac{P_{\text{peak, PAPR}}}{P_{\text{avg}}}=\frac{(2A_{c})^{2}G}{\frac{1}{2}A_{c}^{2}(1+\frac{1}{2})}=\frac{4}{3/4}=\frac{16}{3}=5.333=7.27\text{ dB} \]

    So PAPR is \(3\text{ dB}\) higher than PMEPR for a \(100\%\) modulated AM signal, see Equation \(\eqref{eq:27}\). This is not always the case for other modulation schemes.


    This page titled 2.2: Radio Signal Metrics is shared under a CC BY-NC license and was authored, remixed, and/or curated by Michael Steer.

    • Was this article helpful?