RFIC Design

RFInsights

Distortion of a Single Tone in a non-linear System

How does a single tone gets distorted in a non-linear system, what distortion products it generates and some insights into what goes in signal gain.

IMD distortion

Assume a non-linear system which can be modelled using a polynomial:

$$V_o = a_o+a_1V_i+a_2V_i^2+a_3V_i^3+a_4V_i^4+a_5V_i^5$$

Let’s excite it with a single tone:

$$V_i = Vcos(\omega t)$$

Output can be written as:

$$V_o = a_o+a_1Vcos(\omega t)+a_2V^2cos^2(\omega t)+a_3V^3cos^3(\omega t)+a_4V^4cos^4(\omega t)+a_5V^5cos^5(\omega t)$$

Expand terms

$$DC:\: a_0$$ $$Linear:\: \textcolor{#40CE7F}{a_1Vcos(\omega t)}$$ $$Square:\: a_2V^2cos^2(\omega t) = \textcolor{#FEDB39}{\frac{1}{2} a_2V^2 + \frac{1}{2} a_2V^2cos(2\omega t)} $$ $$Cubic:\: a_3V^3cos^3(\omega t) = \textcolor{#E74C3C}{\frac{3}{4}a_3V^3cos(\omega t) + \frac{1}{4}a_3V^3cos(3\omega t)}$$ $$Quadratic:\: a_4V^4cos(\omega t) = \textcolor{#57ACDC}{\frac{3}{8}a_4V^4+\frac{4}{8}a_4V^4cos(2\omega t) + \frac{1}{8}a_4V^4cos(4\omega t)}$$ $$Quintic:\: a_5V^5cos^5(\omega t) = \textcolor{#E91E56}{\frac{10}{16}a_5V^5cos(\omega t)+\frac{5}{16}a_5V^5cos(3\omega t)+\frac{1}{16}a_5V^5cos(5\omega t)}$$

Analysis of Signal

We see all odd order linearities generate a signal term.

$$\textcolor{#60C689}{\left[a_1V+\frac{3}{4}a_3V^3+\frac{5}{4}a_5V^5\right]cos(\omega t)}$$

This is interesting. It shows our signal at output does not just come from linear gain, in fact 3rd and 5th (and all odd order) non-linearities contribute to your signal. Wow, great, more power to your signal! But watch out as with any sum, if a factor has opposite sign, sum goes down. And so that happens, you see our systems have typically -ive a3 (and my guess is +ive a5). These a3 and a5 are small when signal is small but as signal gets bigger and bigger, these coefficients also grow and at one point they become big enough to take your signal down by 1dB. You know it as 1dB compression point.

We can do some more math. Let’s see how a1 ,a3 and a5 are related to 1dB compression point. We can equate 1dB lower linear signal gain to overall signal gain:
$$0.89a_1 = a_1 + \frac{3}{4}a_3V^2+\frac{5}{4}a_5V^4$$

Complex algebra, simple manipulations, complex algebra, complex manipulations, here we are with end result:

$$V = \sqrt{\left|\frac{0.435a_1}{\sqrt{9a_3^2-8.7a_1a_5}}\right|}$$
The hell? What is this and what do we get from this expression? This is the voltage at which you will have 1dB compression if you knew what a1 ,a3 and a5 coefficients are for your circuit. Ok, what intuition do we get from this? Nothing.
Let’s make it more simple. Assume 5th order non-linearity is weak (not far off from reality), so lets make \(a_5=0\)
$$V=\sqrt{0.145\left|\frac{a_1}{a_3}\right|}$$

Again not much insight here. Just writing these down for notes. If you really want to interpret above expression, you can think of it this way: say your amplifier has such non-linearity that a1 and a3 are equal, then math predicts your amplifier should compress by 1dB at \(\sqrt{0.145}V\) input voltage.

Analysis of 3rd Harmonic of Signal

$$\textcolor{#ff652f}{\left[\frac{1}{4}a_3V^3+\frac{5}{16}a_5V^5\right]cos(3\omega t)}$$

This is just saying, hey don’t think 3rd harmonic only comes from 3rd order non-linearity, 5th also generates it and so will all higher order odd coefficients. So don’t let someone ask you that math says 3rd harmonic magnitude should be this much, tell them if you can model your non-linearity with just 3rd order polynomial, yes I will take your math otherwise don’t waste my time.

Author: RFInsights 
Date Published: 18 Oct 2022
Last Edit: 02 Feb 2023