1. Introduction
Power amplifiers (PAs) are the core components of wireless transceivers and have been the focus of research in wireless communications [
1,
2]. In addition, power amplifiers are a critical element of wireless transmitters and affect modern wireless communication systems and next-generation radars [
3,
4].
Due to heating and cooling effects, temperature changes can degrade the PA’s specifications [
5,
6]. For example, when PAs are used in wireless transmitter arrays (e.g., multiple-input multiple-output (MIMO) or radar arrays) [
5], the temperature of the PA is not only determined by its self-heating [
5,
7,
8] but is also affected by thermal coupling with nearby PAs [
9], leading to degradation of its specifications. In severe cases, this will lead to the failure of the wireless communication system in which it is located [
10]. Therefore, to know the relationship between the failure of the wireless communication system and the degradation of the PA specification, it is necessary to investigate the relationship between the degradation of PA specifications and temperature variations. Furthermore, to know the relationship between the specification of the PA and the temperature change, it is necessary to model the evolution of the specification of the PA with temperature.
Support vector machine (SVM) is a new machine-learning algorithm proposed by V. Vapnik et al. in the 1990s [
11,
12,
13,
14]. It minimizes the actual risk by seeking structural risk minimization and pursues the optimal result under the limited information condition [
13]. There are two main applications of support vector machines, one is classification, and the other is regression [
15]. Moreover, the modeling of power amplifiers belongs to nonlinear regression. Therefore, the emergence of support vector machines opens a new way to solve the nonlinear relationship of power amplifiers [
16,
17,
18].
In recent years, SVM has been successfully and widely used for the behavior modeling and optimization of PAs. J. B. King et al. proposed a novel technique for modeling the dynamic behavior of PAs based on a time-delay support vector regression (SVR) approach [
19]. The proposed model accurately predicts PA behavior under different input powers and provides better performance with reasonable complexity. L. Qi et al. proposed a novel behavioral model of PA based on multi-segment SVR [
20]. In this model, the input signal is divided into two parts according to the amplitude of the input signal, and each part is modeled separately using SVR. The proposed model can effectively reduce parameter extraction and signal processing time. Lin Maoliu et al. used an optical modeling method based on SVM to describe the nonlinear characteristics of radio-frequency (RF) PA: the nonlinear scattering function [
21]. This function allows modeling of the accurate behavior of the RF PA under large signals. Finally, T. J. Brazil et al. proposed an automatic optimization method for matching networks using SVR to control a continuous class-F PA [
22]. The proposed method not only significantly surpasses the genetic optimizer and simplified real frequency technique (SRFT) of the advanced design system (ADS) but also achieves similar performance to Gaussian process regression (GPR). To realize the system-level simulation of a PA link affected by a broadband modulation signal, J. Cai et al. proposed a new behavior model of PA based on SVR [
23]. This model can achieve more accurate predictions than the traditional double-input (DIDO) model based on the memory polynomial (MP).
This paper uses SVM to model the temperature characteristics of a 2.5–5.2 GHz complementary metal oxide semiconductor (CMOS) PA for the first time. In addition, the influence of different amounts of training data on the model is discussed. The results show that, when the accuracy order of the model is the same, the model’s training data are reduced by 25%, and the training time of the model can be shortened by about 2.1 times.
The organizational structure of this paper is as follows. The second and third parts briefly introduce the PA’s measurement and modeling process. The fourth part focuses on the discussion and analysis of the modeling results. Finally, the full text is summarized, and the direction and content of the follow-up work are pointed out.
2. Measurement
We measured temperature characteristics on a 2.5–5.2 GHz CMOS Class-A PA and modeled its temperature characteristics using SVM. The schematic of the PA is shown in
Figure 1. The PA consists of a two-stage amplifier. Inside the dashed box are on-chip components, and outside the dashed box are off-chip components. Each stage amplifier is implemented with a stacked structure of three transistors, and a better broadband characteristic can be achieved by using a stacked structure.
The PA used in the experiment was fabricated using a 0.18 µm CMOS 1P6M process, and the PA was fixed to the printed circuit board (PCB) with FR-4 as the substrate by gold wire bonding to facilitate the measurement, as shown in
Figure 2a.
The measurement connection diagram and this experiment’s physical connection diagram are shown in
Figure 2b,c, respectively. From
Figure 2b, the temperature characteristic measurement of S-parameters of the PA mainly includes a vector network analyzer (VNA), a DC power supply, an environmental chamber, and high- and low-temperature cables and power cables. The object to be measured is placed in the environmental chamber (seen in
Figure 2c) and connected to the VNA and DC power supply through the high- and low-temperature cables and power supply cables, respectively.
The environmental chamber (Vötsch Industrietechnik SC3 1000 MHG) provides a high- and low-temperature experimental environment for the PA from −40 to 125 °C. The S-parameters of the PA are measured by a VNA (R&S ZVA24). The DC power supply (R&S HMP4040) provides the required DC bias for the PA.
3. Modeling Process
SVM is a supervised learning model widely used in statistical classification and regression analysis. A nonlinear mapping algorithm for linearly indivisible training data can transform the samples into a high-dimensional feature space. Furthermore, it constructs the optimal segmentation hyperplane in the feature space based on the structural risk minimization theory, making the learner achieve global optimization. Therefore, SVM has been widely used for behavior modeling and optimizing PAs [
15].
Modeling the specification degradation behavior of an RF power amplifier belongs to the nonlinear regression problem formulated as follows [
15]: given the data set {(
x1,
y1), (
x2,
y2), …, (
xi,
yi), …, (
xl,
yl)}, where
xi ∈
Rn,
yi ∈
R,
i = 1, 2, 3, …,
l, the relationship
y =
f(
x) between the inputs and outputs is obtained to predict the output value y corresponding to any input
x.
The linear regression problem is considered first, then the nonlinear regression problem is discussed based on the linear regression problem. Finally, the linear fit function can be expressed as [
15]
where
w is the weight factor and
b is the threshold value.
Assuming that the given data set can be fitted without error using Equation (1) while satisfying the requirement of accuracy
ε, we have [
15]
Considering the optimization objective of minimization and the effect of unavoidable noise in the modeling process, a relaxation factor is introduced in Equation (2).
Then the optimization problem in Equation (2) can be written as [
15]
where the constant
C > 0 indicates the degree of penalty for data samples that exceed the allowable error
ε.
To solve the inequality constraint in the above equation, we introduce the dyadic variables (Lagrange multipliers) into Equation (4), then the dyadic form of the original optimization problem can be expressed as [
15]
The linear fit function of the SVM is obtained by solving Equation (5) [
15].
For nonlinear regression problems, it is necessary to map the data to a high-dimensional feature space through a nonlinear mapping and then solve the linear regression problem in the high-dimensional feature space. The dimensionality of the high-dimensional feature space is very high, even infinite, so the “kernel function” is introduced [
15].
The expression of the nonlinear fitting function can be obtained according to Equations (6) and (7) as [
15]
Figure 3 shows the modeling flow of a 2.5–5.2 GHz CMOS Class A PA’s temperature characteristics based on SVM.
The modeling steps of PA temperature characteristics based on SVM mainly include the following steps:
Step 1: Obtain the data required for modeling from the temperature characteristics of the PA. The data are mainly derived from the S-parameters of PA at different temperatures.
The input variables in the model are frequency and temperature, and the output variables are the four S-parameters of the PA.
Step 2: Divide the data in the first step into two parts, half as training data and half as test data.
Step 3: The training data is used to train the SVM model until the model training is complete.
The model’s algorithm is mainly referred to in the literature [
15,
24]. Therefore, the model’s training is carried out on the MATLAB software platform. In the model’s training process, we directly call the relevant instructions in the SVM toolbox written by S. R. Gunn of the University of Southampton, UK, in MATLAB to train the SVM model [
15].
Step 4: Validate the model with test data and calculate the model’s error. In this model, the maximum acceptable order of magnitude of error is 10−1. This is mainly chosen based on the accuracy of the measurement.
Step 5: Compare the magnitude of the model error with the expected value. If the requirements are met, the model training is complete. If the conditions are not met, the model needs to be retrained. Then repeat steps 4 and 5.
4. Modeling Results and Discussion
4.1. Modeling Results of S11
The modeling results of the temperature characteristics of S11 based on SVM are shown in
Figure 4. From the modeling results, the measured results of S11 at −35 and 25 °C better agree with the model. When the temperature is 125 °C, the deviation between the measurement results of S11 and the model is relatively large in the frequency range of 4.6–5.2 GHz. From the curves of S11 at the three temperatures, the shapes of the curves of S11 at the two temperatures of −35 and 25 °C are relatively similar, while the curve of S11 at 125 °C changes exactly in the trend of the frequency range of 4.6–5.2 GHz. This indicates that the model’s error is closely related to the data type.
4.2. Modeling Results of S12
Figure 5 shows the modeling results of S12. The modeling results of S12 show that there is a relatively large gap between the model and the actual measurement results, especially when the temperature is −35 °C. From the shape of the curves, the shapes of the curves of S11 at 25 and 125 °C are relatively similar, while the shapes of the curves of S11 at −35 °C are very different. This also shows that the model’s error is closely related to the data type.
4.3. Modeling Results of S21
The modeling results of the temperature characteristics of S21 based on SVM are shown in
Figure 6. From the results of the model, the actual measurement results of S21 match well with the model. Therefore, it indicates that SVM is effective for modeling the temperature characteristics of S21 of this PA. In addition, from the temperature characteristics of S21, S21 decreases with the increase in temperature, mainly caused by the decrease of carrier mobility with the temperature rise. The following is an analysis of the causes of the reduction of small-signal gain (S21) with increasing temperature.
The transduction in the unsaturated and saturated regions, respectively [
25,
26,
27].
where
W is the gate width,
μn is the carrier mobility,
Cox is the gate oxide capacitance per unit area,
L is the gate length,
VGS is the gate voltage,
VT is the threshold voltage, and
VDS is the drain voltage.
There are two main temperature-dependent factors in Equations (9) and (10), the threshold voltage and the carrier mobility. The threshold voltage has a negative temperature coefficient [
27]. Thus, the transconductance increases with increasing temperature, causing the transconductance to have a positive temperature coefficient. The carrier mobility versus temperature can, then, be expressed as [
27].
where
T0 = 300 K.
The carrier mobility from Equation (11) has a negative temperature coefficient. As the temperature increases, the decrease in carrier mobility reduces transconductivity, i.e., transconductivity has a negative temperature coefficient. Combining the different effects of the above two factors, threshold voltage and carrier mobility, according to the expression of transconductance, we can see that,
(i) When the saturation voltage (VGS-VT) is relatively large (i.e., VGS > > VT), the effect of the threshold voltage on the transconductance can be neglected. Then, the temperature characteristics of the transconductance depend mainly on the temperature dependence of the carrier mobility, i.e., the transconductance has a negative temperature coefficient.
(ii) When the saturation voltage (VGS-VT)) is relatively small (i.e., VGS~VT), the temperature characteristics of the transconductance depend mainly on the temperature dependence of the threshold voltage, i.e., the transconductance has a positive temperature coefficient.
In practice, the saturation voltage (
VGS-
VT)) is often chosen to be relatively large to obtain a large transconductance so that the effect of the threshold voltage can be disregarded. In addition, the effect of carrier mobility tends to dominate due to its exponential nature [
27]. Therefore, the transconductance usually has a negative temperature coefficient, i.e., it decreases with increasing temperature, and the transconductance is usually considered to be the gain of the transistor [
26]. Thus, it can be observed that the small-signal gain of PA degrades with increasing temperature.
4.4. Modeling Results of S22
The modeling results of the S22 temperature characteristics are shown in
Figure 7. From the modeling results, the agreement between the measured results and the model of S22 is relatively good at 25 and 125 °C. However, when the temperature is −35 °C, the agreement between the model and the measurement results is better in the frequency range of 2.75–4.85 GHz. In the frequency ranges of 2.5–2.75 GHz and 4.85–5.2 GHz, there are some deviations between the model and the actual measurement results.
4.5. The Effect of the Amount of Training Data on the Model
In addition to modeling the temperature characteristics of PAs using SVM, the impact of different amounts of training data on the accuracy and training time of the model were compared, and the results are shown in
Table 1. More-intuitive results are shown in
Figure 8 and
Figure 9. From
Table 1 and
Figure 8 and
Figure 9,
(1) When the number of model training data and the temperature are the same, the training time of the model corresponding to the four S parameters, S11, S12, S21, and S22, is the same, but the error varies greatly. For example, when the number of training data is 50%, the test errors of the models corresponding to the four S parameters of S11, S12, S21, and S22 were 8.7065 × 10−1, 10.5266, 9.6149 × 10−2, and 9.4292, respectively, under the environment of −35 °C. This indicates that the accuracy of the model is close.
(2) When the number of training data is the same among the models corresponding to the four S-parameters S11, S12, S21, and S22, the model accuracy of the temperature characteristic of S21 is the highest. This again shows that the model’s accuracy is closely related to the data type. Because this paper focuses on whether SVM can be used to model a PA’s temperature characteristics, this paper does not carry out in-depth research on the relationship between model accuracy and data type. However, this is a topic worthy of discussion. By classifying data types, we can discuss the relationship between model accuracy and data types and provide a reference for selecting models in the modeling process.
In general, SVM is a better choice for modeling the degenerate behavior of S21 of PA.
Finally, we can know from
Table 1 and
Figure 10 that reducing the number of training data of the model from 50% to 25% can achieve the model accuracy of the same order of magnitude and shorten the training time of the model by about 2.1 times. Using 50% of the data as training data indicates that using 50% of the data as validation data is sufficient. The same effect as that of using 50% of the data as training data can be achieved by using 25% of the data as training data, indicating that using 25% of the data as training data can satisfy the requirement. It also shows that using 50% of the data as validation data and 25% as training data can meet the modeling requirements of the model. It means that only 75% of the data is needed for modeling. This will significantly reduce the time and cost of measurement and help researchers know the PA’s temperature characteristics faster. However, it should be noted that the model accuracy under the three different amounts of training data has great room for improvement. Since the main concern of this paper is that the SVM can be widely used in the behavior modeling of PAs, it can also be used in the temperature characteristic modeling of PAs. Therefore, there is not much research on the optimization of the model. Fortunately, the results show that an SVM can be successfully used to model the temperature characteristics of PAs.
5. Conclusions
SVM has been successfully and widely used in the behavior modeling of PAs and achieved remarkable results. This paper uses a 2.5–5.2 GHz CMOS Class-A PA as an example to measure the temperature characteristics, and the SVM is used to model its temperature characteristics for the first time. The results show that the SVM can be used to model the temperature characteristics of PAs. At the same time, this paper also studies the relationship between the quantity and the training data. The results show that only 75% of the experimental data is needed for modeling while ensuring the same order of magnitude of model accuracy. That is, the number of test points can be reduced by 25% in developing a measurement scheme.
The follow-up work of this paper can focus on the relationship between model accuracy and data type and how to optimize the model to improve model accuracy. In particular, the relationship between model accuracy and data type should be studied. The relationship between different models and data types should be established by classifying and summarizing data types. This will provide valuable reference and guidance for selecting models in the modeling process, which is of great significance and value. In addition, other models can be considered for modeling PA specification degradation behavior in the subsequent research process, and a comparison between the modeling results of SVM and other models can be made to provide a reference for the selection of the model for PA specification degradation behavior.
Author Contributions
Conceptualization, S.Z., C.Y. and J.W.; methodology, S.Z., C.Y. and J.W.; software, S.Z. and C.Y.; validation, S.Z., C.Y. and J.W.; formal analysis, J.W.; investigation, S.Z. and C.Y.; resources, J.W.; data curation, S.Z. and C.Y.; writing—original draft preparation, S.Z.; writing—review and editing, C.Y. and J.W.; visualization, S.Z. and C.Y.; supervision, J.W.; project administration, J.W.; funding acquisition, J.W. All authors have read and agreed to the published version of the manuscript.
Funding
This research is supported by the State Key Laboratory of Complex Electromagnetic Environment Effects on Electronics and Information System (No. CEMEE2022G0201, CEMEE-002-20220224).
Data Availability Statement
Not applicable.
Conflicts of Interest
The authors declare no conflict of interest.
References
- Lee, M.-P.; Kim, S.; Hong, S.-J.; Kim, D.-W. Compact 20-W GaN Internally Matched Power Amplifier for 2.5 GHz to 6 GHz Jammer Systems. Micromachines 2020, 11, 375. [Google Scholar] [CrossRef] [PubMed] [Green Version]
- Zhang, J.; Liu, T.; Ye, Y.; Peng, Y.; Zhang, Y.; Lin, H. Automatic temperature compensation software for RF power amplifiers. In Proceedings of the 2011 International Conference on Electronics, Communications, and Control (ICECC), Ningbo, China, 9–11 September 2011; pp. 1909–1912. [Google Scholar] [CrossRef]
- Kuchta, D.; Gryglewski, D.; Wojtasiak, W. A GaN HEMT Amplifier Design for Phased Array Radars and 5G New Radios. Micromachines 2020, 11, 398. [Google Scholar] [CrossRef] [PubMed]
- Rubio, J.J.M.; Malaver, E.F.A.; González, L.Á. Wideband Doherty Power Amplifier: A Design Approach. Micromachines 2022, 13, 497. [Google Scholar] [CrossRef] [PubMed]
- Jindal, G.; Watkins, G.T.; Morris, K.; Cappello, T. An RF Power Amplifier Behavioural Model with Low-Complexity Temperature Feedback for Transmitter Arrays. In Proceedings of the 2021 IEEE MTT-S International Microwave Symposium (IMS), Atlanta, GA, USA, 7–25 June 2021; pp. 442–445. [Google Scholar] [CrossRef]
- Zhou, S.H. Experimental investigation on the performance degradations of the GaN class-F power amplifier under humidity conditions. Semicond. Sci. Technol. 2021, 36, 035025. [Google Scholar] [CrossRef]
- Delprato, J.; Barataud, D.; Campovecchio, M.; Neveux, G.; Tolant, C.; Eudeline, P. Measured and simulated impact of irregular radar pulse trains on the pulse-to-pulse stability of microwave power amplifiers. IEEE Trans. Microw. Theory Tech. 2014, 62, 3538–3548. [Google Scholar] [CrossRef]
- Gibiino, G.P.; Cappello, T.; Niessen, D.; Schreurs, D.M.M.-P.; Santarelli, A.; Filicori, F. An empirical behavioral model for rf pas including self-heating. In Proceedings of the 2015 Integrated Nonlinear Microwave and Millimetre-Wave Circuits Workshop (INMMiC), Taormina, Italy, 1–2 October 2015; pp. 1–3. [Google Scholar]
- Mohan, N.; Undeland, T.M.; Robbins, P.R. Power Electronics/Converters, Applications, and Design, 2nd ed.; John Wiley & Sons: Hoboken, NJ, USA, 1995. [Google Scholar]
- Zhou, S. Experimentally investigating the degradations of the GaN PA indexes under different temperature conditions. Microw. Opt. Technol. Lett. 2021, 63, 758–763. [Google Scholar] [CrossRef]
- Cortes, C.; Vapnik, V. Support-vector network. Mach. Learn. 1995, 20, 273–297. [Google Scholar] [CrossRef]
- Vapnik, V. The Nature of Statistical Learning Theory; Springer: New York, NY, USA, 1995. [Google Scholar]
- Boser, B.; Guyon, I.; Vapnik, V. A training algorithm for optimal margin classifiers. In Proceedings of the Fifth Annual Workshop on Computational Learning Theory, Pittsburgh, USA, 27–29 July 1992; pp. 144–152. [Google Scholar]
- Vapnik, V. Statistical Learning Theory; John Wiley & Sons: New York, NY, USA, 1998. [Google Scholar]
- Jin, Z.; Zhou, Y. Behavioral modeling of RF power amplifiers based on SVM. In Proceedings of the 2nd International Conference on Information Science and Engineering, Hangzhou, China, 4–6 December 2010; pp. 4409–4411. [Google Scholar] [CrossRef]
- Smola, A.; Schölkopf, B.; Mueller, K. The connection between regularization operators and support vector kernels. Neural Netw. 1998, 11, 637–649. [Google Scholar] [CrossRef] [Green Version]
- Schölkopf, B.; Burges, C.; Smola, A.E. Advances in Kernel Methods: Support Vector Learning; The MIT Press: Cambridge, MA, USA, 1999. [Google Scholar]
- Cristianini, N.; Shawe-Taylor, J. An Introduction to Support Vector Machines and Other Kernel-Based Learning Methods; Cambridge University Press: Cambridge, UK, 2000. [Google Scholar]
- Cai, J.; Yu, C.; Sun, L.; Chen, S.; King, J.B. Dynamic Behavioral Modeling of RF Power Amplifier Based on Time-Delay Support Vector Regression. IEEE Trans. Microw. Theory Tech. 2019, 67, 533–543. [Google Scholar] [CrossRef]
- Qi, L.; Yin, H.; Chen, P.; Cai, J.; Zhu, X.-W.; Yu, C.; Hong, W. Multi-Section Support Vector Regression-Based Behavioral Modeling of RF GaN Doherty Power Amplifiers. In Proceedings of the 2021 IEEE MTT-S International Wireless Symposium (IWS), Nanjing, China, 23–26 May 2021; pp. 1–3. [Google Scholar] [CrossRef]
- Lin, M.; Hua, X. Research on SVM-based large-signal behavior model method for RF power amplifier. In Proceedings of the 2008 Conference on Precision Electromagnetic Measurements Digest, Broomfield, CO, USA, 8–13 June 2008; pp. 430–431. [Google Scholar] [CrossRef]
- Chen, P.; Merrick, B.M.; Brazil, T.J. Support vector regression for harmonic optimization in continuous class-F power amplifier design. In Proceedings of the 2015 Integrated Nonlinear Microwave and Millimetre-wave Circuits Workshop (INMMiC), Taormina, Italy, 1–2 October 2015; pp. 1–3. [Google Scholar] [CrossRef]
- Cai, J.; Yu, C.; Xia, J.; Sun, L.; Chen, S.; Pan, B.; Su, J.; Liu, J. Support Vector Regression Based Behavioral Model for Load Mismatched PAs. In Proceedings of the 2019 IEEE International Symposium on Radio-Frequency Integration Technology (RFIT), Nanjing, China, 28–30 August 2019; pp. 1–3. [Google Scholar] [CrossRef]
- Chorowski, J.; Wang, J.; Zurada, J.M. Review and performance comparison of SVM- and ELM-based classifiers. Neurocomputing 2014, 128, 507–516. [Google Scholar] [CrossRef]
- Razavi, B. Design of Analog CMOS Integrated Circuits; McGraw Hill Higher Education: New York, NY, USA, 2003; pp. 17–21. [Google Scholar]
- Neamen, D.A. Semiconductor Physics and Devices: Basic Principles; McGraw Hill Higher Education: New York, NY, USA, 2012; pp. 395–419. [Google Scholar]
- Lee, T.H. The Design of CMOS Radio-Frequency Integrated Circuits; Cambridge University Press: Cambridge, UK, 2012; pp. 172–189. [Google Scholar]
| Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations. |
© 2022 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).