15

Most of the RF amplifiers advertised, and most of the questions about amplifiers, are "linear" amplifiers.

What is a linear amplifier, and what other common amplifier type(s) exist that requires people to say "linear" every time they talk about RF amplifiers?

Adam Davis
  • 12,125
  • 2
  • 47
  • 107

3 Answers3

15

Google defines "linear" as "arranged in or extending along a straight or nearly straight line." Wikipedia tells me that "linearity refers to a function or relationship which can be graphically represented as a straight line". Such systems can be described by an equation of the form $y=mx+b$.

In the case of RF amplifiers, the relationship is the input voltage vs. the output voltage. The output is identical to the input, only "louder". Mathematically, $V_{out} = A \cdot V_{in} + 0$, where $A$ is the voltage gain of the amplifier.1

Linearity is a generally desirable property but it comes at the cost of reduced efficiency. At any instant, the amplifier's output is probably something somewhere between its power supply rails, and consequently, the output transistors will have some voltage $E$ across them and some current $I$ through them. The rate of electrical energy consumption is the product of these two: $P=IE$. That consumed energy can't vanish: it's converted into heat. This requires big heatsinks, and it drains your batteries faster or runs up your electric bill.2

Here's a solution to the heat problem: we amplify the input signal so much that the output is always greater than the supply rails. Now we are effectively connecting the load directly to one supply rail or the other. Now the output transistors either have 0V across it,3 or are passing no current. Thus, the power ($P=IE$) in the transistors is low because always either current or voltage is nearly 0. The energy is going to the antenna, not to heating the transistors.

The problem is now that the output is horribly distorted. If the input was a nice clean sine wave, the output will be a square wave, full of odd harmonics. We can remove4 the harmonics with a filter, and because the filter is made of reactive components like inductors and capacitors which alternately store and release electrical energy, rather than converting it to heat, they don't get so hot, and the amplifier is more efficient.

This mostly solves the distortion problem, but something is lost: the amplitude of the input signal. Fortunately, the frequency is preserved.

So now we know when non-linear amplifiers are acceptable: when the amplitude of the signal is insignificant, such as FM, or frequency modulated digital modulations like FSK, some PSK flavors, or GMSK. Modes where amplitude is significant like AM, SSB, or digital modulations like QAM require a linear amplifier.


1: RF amps tend not be to be marketed by their voltage gain, but by their maximum power output. Assuming a 50 ohm load, power is related to voltage by $P=E^2/50\Omega$. Take the output power and the input power, calculate the associated voltages, and the ratio of the two is the voltage gain of the amp.

2: To dive more deeply into the reasons linear electronic circuits make waste heat, check out My linear voltage regulator is overheating very fast on electronics.SE. Though that's about voltage regulators, the problem is common to a broad class of linear electronic circuits. You can also read about power amplifier classes. Class AB is a common linear RF amplifier design. Class C is common for non-linear amps.

3: Real transistors will always have some small voltage across them, even when fully on, which means they will get a little warm. This is far better than the a lot warm they get in a linear amplifier, however.

4: really, just attenuate. Significantly and sufficiently. All amplifiers output harmonic distortion of some degree, and regulatory agencies regulate the maximum allowable harmonic distortion.

Phil Frost - W8II
  • 51,701
  • 6
  • 88
  • 212
3

Actually, any amplifier is non-linear but has a linear region. The linear region is a region of power input to the amplifier. If you use the amplifier at an appropriately low power level, it works as linear in this region. You can find the linear region in the datasheet for the amplifier.

Kevin Reid AG6YO
  • 24,506
  • 7
  • 51
  • 103
-1

Linear Amplifiers are generally used in communication systems because you dont want to give different gains to different input power drives. All of the amplifiers are non-linear after some point(saturation).

Amplifier types are, based on the biases;

Class-A,AB,C,D,G,... and so on.

Linear amplifiers generally!! consume more power than non-linear amplifiers because of their class-A nature and they have to be biased in the middle of the I-V diagram.

Just keep in mind something like this.

Linear amplifier - RADAR, Communication. Non-linear amplifier - Jamming, DF systems.

By the way making a linear amp is harder than making a non-linear one.:)

  • 2
    Every cell phone on the planet uses a non-linear amplifier. So does your 2m/70cm HT. So, I don't think a rule like "Linear amplifier - RADAR, Communication." makes any sense at all. – Phil Frost - W8II Dec 01 '14 at 21:35
  • Supply me a datasheet of that amplifier? – mblackplum Dec 01 '14 at 21:38
  • And also do you prefer predistortion or a doherty structure for linearity ? – mblackplum Dec 01 '14 at 21:43
  • 1
    http://www.radio-electronics.com/info/cellulartelecomms/cellular_concepts/cell-phone-electronics-basics.php – Phil Frost - W8II Dec 01 '14 at 21:51
  • Communication systems that have amplitude variations have to use linear modulation . I missed out a point that phase modulated schemes don't have to have linear amps like PM,FM,FSK,PSK. But the OFDM and EDGE technology that or lets say you move in the radius of the constellation diagram have to use linear amps thats why cellphones use linear amplifiers. Did you read the document you sent:). Nowadays cellphones will need more linear amps because when you look at the constellation diagram you don't have much space in a certain radius. You have to differ the amplitude of the signal. – mblackplum Dec 01 '14 at 21:58
  • Did you read the document? What they are describing in the case of EDGE (which is only one of many modulation schemes cell phones use) is still not a linear amplifier. That, and none of this changes the fact that there are still tons of communication systems that use non-linear amplifiers, so your basic assertion that communication systems in general need linear amplifiers is demonstrably false. – Phil Frost - W8II Dec 01 '14 at 22:53
  • @mblackplum -- the Class E amplifier, which is very non-linear, is now the most popular amplifier for broadband and cellular communications where power efficiency is paramount such as limited battery supply of cell phones and even satellites. The information content is of course not AM which would be heavily distorted but digital modulation techniques with built-in error correcting codes are used. These class E amplifiers are often switching amplifiers and this is where they achieve the high power efficiency which is on the order o 96 to 98 percent in some cases. Just google Class E amps. – K7PEH Dec 02 '14 at 17:55
  • True they use class-E amps with feedforward or predistortion or doherty, etc schemes to make them linear. Computer codes can't solve the problem. A lot of digital modulation schemes have AM inside (OFDM) because you move not just in angle. You move in amplitude too. link this is just one apllication. You can't say they use non-linear amps for communication its just for efficiency purposes. Now i see you guys mixing up terms efficiency and linearity. And for modulation schemes look at constellations of OFDM. – mblackplum Dec 03 '14 at 13:32