Modelling RF Power Amplifier To Study Its Non Linear Effects On RF Communication System, With BER As A Performance Measure
Modelling RF Power Amplifier To Study Its Non Linear Effects On RF Communication System, With BER As A Performance Measure
4, December 2010
ABSTRACT
This paper is a study of non-linear effects of RF Amplifiers on Communication Systems Performance.
High speed data communication is made possible by Multilevel Modulation schemes. This paper presents
a study of these non linear effects on multilevel Modulation schemes like MPSK and MQAM. We make
use of Bit Error Ratio (BER) as performance measure. BER vs SNR (Signal-to-Noise Ratio) curves
provide comparison between the non linear effects caused by Gain Compression in particular.
KEYWORDS
Multilevel modulation schemes, MPSK, MQSK, Bit Error Ratio, BER vs SNR curves, Gain Compression.
1. INTRODUCTION
In this section we discuss the need to study the non linear effects in RF Amplifiers. This is
followed by the modelling of the Communication system in the 2nd section. In the 3rd section we
describe the method to model the RF Amplifier from different parameters. In 4th we discuss the
results of applying the Amplifier model in the communication system simulator and conclude in
the next section. This is followed by Acknowledgements and References.
The present day wireless communication applications demand high speed data transmissions.
This is made possible by multilevel modulation schemes like M-ary Phase Shift Keying
(MPSK) and M-ary Quadrature Amplitude Modulation (MQAM). The Non Linear Effects in RF
Amplifier like Gain Compression cause Power Efficiency problems especially in multilevel
modulation scheme causing a trade off. There are methods to compensate for these non linear
effects.
We can increase the input power to the Amplifier but this will cause power efficiency losses.
We can also use Compound Semiconductors like GaAs in the RF amplifiers but that will
increase the cost of Amplifier making it unsuitable for low cost and small scale integrated
circuit implementations. By studying these non linear effects we can optimise the trade offs.
DOI : 10.5121/ijngn.2010.2406 73
International Journal of Next-Generation Networks (IJNGN) Vol.2, No.4, December 2010
Apart from BER another parameter called Error Vector Magnitude (EVM) also serves as a
good performance measure but we restrict our discussion to BER.
2.1. MPSK
Phase Shift Keying uses distinct phases and each of these phases represent a unique symbol
pattern of bits. The figure below shows the scatter plot of BPSK signal transmitted at 30000 bits
per second.
Scatter plot
0.5
Quadrature
-0.5
-1
-1 -0.5 0 0.5 1
In-Phase
The above figure shows a acatter plot of 4-PSK modulated signal. Scatter plot shows the In-
Phase and Quadrature Components of the modulated signal. Generally after modulation the
symbols will be complex( in x +iy for). If the signal values fall beyond a particular threshold in
the scatterplot then it will be detected as another symbol thus causing errors. BER vs SNR
curves of MPSK for different values of M is shown below –
74
International Journal of Next-Generation Networks (IJNGN) Vol.2, No.4, December 2010
BER vs SNR 4-QAM
0
10 16-QAM
64-QAM
256-QAM
-1
10
-2
10
BER
-3
10
-4
10
-5
10
-2 0 2 4 6 8 10 12 14 16
SNR
0.5
Quadrature
-0.5
-1
-1 -0.5 0 0.5 1
In-Phase
-2
10
BER
-3
10
-4
10
-5
10
-2 0 2 4 6 8 10 12 14 16
SNR
In the plots we can see that BER vs SNR is a decaying curve because as the SNR increases
Noise decreases and so the number of errors tend to decrease. During the calculation of BER vs
SNR values the number of bit errors become really less and cause some irregularities so we
increase the number of simulated bits and there by the ratio remains the same.
Now a parametrizable RF Amplifier model is to be applied to the simulator and the above
BER vs SNR curves are used for comparison.
3. AMPLIFIER MODEL
The RF Amplifier must be modelled in such a way that it exhibits Gain Compression Effect.
And the amount of compression and point of saturation is to be determined by the given
parameters.
y(t) = a1*x(t).................................(1)
Because of the non linearities the system equation of the RF Amplifiers can be generalised as
below –
If we apply a sinusoid as the input to the above non linear system the resultant equation
would be –
x(t) = A*cos(ωt)
= a1(Acos(ωt))+(a2A2/2)(1 + cos2ωt)
+ (a3A3/4) (3cos ωt + cos3ωt )
From the above equations we can observe that even order harmonics vanish if the system has
odd symmetry. The nth harmonic grows approximately proportional to An. In the above
equations we can see that the 1st harmonic depends on the coefficients a1 and a3. In modelling
the amplifier we have to find out the values of a1 and a3 from given parameters.
In this paper we use Gain (G), output power at i-db compression point (P_1db) and saturated
output power (P_sat) to find the coefficients. The following equations show how the values of
a1 and a3 are derived from the above mentioned parameters –
Gain, G = Vout/Vin
76
International Journal of Next-Generation Networks (IJNGN) Vol.2, No.4, December 2010
In case of linear amplifier Vout = y(t) and Vin = x(t). And for a linear amplifier y(t) = a1*x(t) as
in eq(1). Substituting in above Gain equation we get –
G_db = 20*log(y(t)/x(t))
G_db = 20*log(a1*x(t)/x(t))
a1 = 10(G_db/20)
From the above equation we get the coefficient of first order term in the non linear system
equation. And since we are concerned about the first major harmonic we can neglect the second
order term’s coefficient. And so the system equation becomes –
So we need the third order term’s coefficient a3. And the parameter P_1db is used to find a3.
P_1db is the output power at 1-db compression point and so the output power is 1_db less than
linear value. So –
P_1db +1 = 20*log(a1*x(t))
From this we obtain the input voltage at 1-db compression. And the output voltage is given
by –
y(t) = 10(P_1db/20)
So, for any given parameters we can successfully model the RF Amplifier. We modelled the
Amplifier as a C++ class as a Matlab Executable File (.mex). The parameters are taken from
Hittit Electronics and the specifications used belong to the HMC413QS16G/ HMC413QS16GE.
The following are the specifications of the IC –
Using the above specifications the amplifier is modelled. The following figures shows the
plot of Output Power to Input Power in db and Output Voltage to Input Voltage in volts of the
Amplifier –
77
International Journal of Next-Generation Networks (IJNGN) Vol.2, No.4, December 2010
35
actual
linear
30
25
Output Power
20
15
10
0
-25 -20 -15 -10 -5 0 5 10
Input Power
50
actual
40 linear
30
20
Output Voltage
10
-10
-20
-30
-40
-50
-3 -2 -1 0 1 2 3
Input Voltage
In the following section we discuss the results of applying the Amplifier Model to the
communication system simulator.
4. RESULTS
The following figure shows the BER vs SNR curves of a 16-QAM modulated signal after
applying the Amplifier Model. From the plot we can see that initially because of the gain that
signal power increases. As a result BER value decreases. Then as the input signal energy
increases the non linearitites come into effect increasing the number of errors and thereby
increasing the BER. If the signal energy comes into this range of non linearities there will be
distortions causing Amplifier Back off.
78
International Journal of Next-Generation Networks (IJNGN) Vol.2, No.4, December 2010
0
10
-1
10
-2
10
-3
10
-4
10
-5
10
-6
10
-7
10
-10 -5 0 5 10 15 20 25 30
Fig.8: BER vs SNR curve of a 16-QAM modulated signal along with the Amplifier model.
These are the scatter plots that we get after applying the amplifier model to the
communication system.
Linear Non-Linear
10 10
5 5
Quadrature
Quadrature
0 0
-5 -5
-10 -10
-10 -5 0 5 10 -10 -5 0 5 10
In-Phase In-Phase
Fig.9: Scatter plots of 16-QAM signal for linear and non linear amplification.
The above figure shows the scatter plot of linear and non linear amplification. The scatter plot
in blue is the scatter plot of actual 16-QAM modulated signal with average energy 1 and all the
symbols with amplitude less than 1. Gain Compression causes errors in both Amplitude and
Phase (because the symbol generally of the form x + iy and x and y are separately amplified).
The following figure clearly shows the difference in Linear and Non linear behaviour.
79
International Journal of Next-Generation Networks (IJNGN) Vol.2, No.4, December 2010
Non-Linear Linear
14.4
13.8
14.2
13.6
14
13.4
13.8
Quadrature
Quadrature
13.2 13.6
13.4
13
13.2
12.8
13
12.6
12.8
12.4 12.6
12.4
-13.5 -13 -12.5 -12 -13.5 -13 -12.5 -12
In-Phase In-Phase
From the above plots we can see that the effect at high energy levels is high.
5. CONCLUSIONS
To have a high speed data rate, we require Multilevel Modulation schemes. And from the above
observations we can conclude that effects of non linearities in RF Amplifiers cause severe
performance losses for these modulation schemes. Hence a proper study of these effects will
result in obtaining the optimum tradeoff between data rate and power efficiency.
ACKNOWLEDGEMENTS
We would like to thank Dr.Shirshu Verma for his guidance throughout the compilation of the
paper. We would like to thank Prof. Peter Jung and Dr. Alexander Viessmann for their valuable
guidance throughout the project.
REFERENCES
4. Farinaz Edalat. Thesis on Effect of Power Amplifier Non Linearity on System Performance
Metric, Bit Error Ratio(BER). Sept. 2003.
6. Choongeol Cho, Eisenstadt,F.R., Stengel,B , Ferrer,E. IIP3 Estimation from the Gain
Compression Curve. IEEE Transactions on Microwave Theory and Techniques Vol.
No.53,Issue No.4. 18 April 2005.
80
International Journal of Next-Generation Networks (IJNGN) Vol.2, No.4, December 2010
8. Miko Talonen, Saska Lindfors. Power Consumption Model for Linear RF Power Amplifiers
with Rectangular MQAM Modulation. ISWCS 2007. Oct 2007.
10.S. Williams. RF Channel Simulators enhance communication system quality and decrease
costs. IEEE AUTOTESTCON 2009.
12.R. D. Raut, K. D. Kulat. BER performance maintenance at High Data Rates in Cognitive
Ratio. CONIELECOMP 2010. Feb 2010.
13. L. Jacobs, M. Moeneclaey. Exact BER analysis for QAM transmission on arbitrary fading
channels with maximal-ratio combining and imperfect channel estimation.19th International
Symposium on Personal, Indoor and Mobile Communications, 2008. Sept. 2008.
15. M. Valkama, A. Springer, G. Heuber. Digital signal processing for reducing the effects of
RF imperfections in radio devices — An overview. ISCAS 2010. June 2010.
16. Wisell, David. Identification and Measurement of Transmitter Non-Linearities. 56th ARFTG
Conference. Nov. 2000.
81