CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 2016 A publication of The Italian Association of Chemical Engineering Online at www.aidic.it/cet Guest Editors: Tichun Wang, Hongyang Zhang, Lei Tian Copyright © 2016, AIDIC Servizi S.r.l., ISBN 978-88-95608-43-3; ISSN 2283-9216 A Temperature Compensation Algorithm Based on Curve Fitting and Spline Interpolation Shu-lan Xia*a, Ji-lin Wangb, Ru-gang Wangb, Li Zhaoc aCollege of Electrical Engineering, Yancheng Institute of Technology, Yancheng 224051, Jiangsu, PR China bCollege of Information Engineering, Yancheng Institute of Technology , Yancheng 224051, Jiangsu, PR China cCollege of Information Science and Engineering ,Southeast University, Nanjing 210096, Jiangsu, PR China xslnj@126.com The zero and sensitivity of piezo resistive pressure sensors will drift with temperature because of the temperature characteristics of the semiconductor, and it is the main factor causing the measurement error of pressure sensor. For high-precision pressure monitoring system, temperature drift has become an important obstacle to improve performance of the system, especially in the field of applications with large changes of ambient temperature. On the basis of analysing the advantages and disadvantages of a variety of temperature compensation methods, a temperature compensation method combined with polynomial curve fitting and three spline interpolations is proposed, and it can improve the performance of the system. 1. Introduction The characteristic of piezo resistive pressure sensor is high sensitivity, dynamic response, high precision, and long working life; therefore it obtains more and more application in modern industry (Wang et al., 2007). It is a kind of pressure sensor using the piezo resistive effect of semiconductor materials. But because of the core component is piezo resistive diaphragm which is sensitive when temperature changes, so it causes the sensor's zero point and sensitivity changing when temperature drift. There are two kinds of common temperature compensation methods, hardware compensation method and software compensation method (Li et al., 2008; Palmer, 2006). The traditional compensate method according to the sensor's hardware characteristics has many faults, such as debug difficulties, poor universality and low accuracy and so on, it is detrimental to engineering(Ishigaki et al., 2007; Zhang, 2008; Wang et al., 2010). While the software compensation method can solve the above problems well, so it acquires more and more attention(Kowalski, 1987; Pramanik, 2006; Guo, 2010). This paper uses software compensation method mainly, it adopt the appropriate sensor information fusion algorithm to compensate the influence of pressure sensor causing by the change from temperature, and puts forward a kind of temperature compensation method which combines polynomial curve fitting and cubic-spline interpolation, this method is flexible, and also can achieves high precision. 2. High precision pressure detection system based on software compensation The method of software compensation combines the microprocessor and pressure sensor, it can make full use of microprocessor, and through compensation algorithms to correct the errors which caused by temperature (Handy et al., 2002; Li et al., 2009). Regardless using what type of software compensation method, the hardware structure is similar, the differences lies in algorithm (Zhao et al., 2005; Wu, 2007). The high precision pressure detecting system which we designed used the high performance micro-controller LPC2478 as its central processor, the processor based on the ARM architecture, its working frequency is 72MHz, and it owns 512K flash memory and some serial interface. Meanwhile, the system using a AD which owns high sampling accuracy and also a piece of SDRAM. The System block diagram is shown in fig.1. DOI: 10.3303/CET1651225 Please cite this article as: Xia S.L., Wang J.L., Wang R.G., Zhao L., 2016, A temperature compensation algorithm based on curve fitting and spline interpolation, Chemical Engineering Transactions, 51, 1345-1350 DOI:10.3303/CET1651225 1345 http://www.engineeringvillage.org/controller/servlet/Controller?CID=quickSearchCitationFormat&searchWord1=%7bKowalski%2C+G.%7d§ion1=AU&database=1&yearselect=yearrange&sort=yr http://www.engineeringvillage.org/controller/servlet/Controller?CID=quickSearchCitationFormat&searchWord1=%7bGuo%2C+Bing%7d§ion1=AU&database=1&yearselect=yearrange&sort=yr Figure 1: The System block diagram 3. Algorithm analysis and the implementation At present, the software compensation method has interpolation method, curve/surface fitting method, querying table method and the method using BP neural network (Wu et al., 2012). In the interpolation method (Li et al., 2015), first it requires that the data is correct, and also requires knowing the relationship between dates. The curve fitting method tries to find a smooth curve, it can fit data’s well, but not necessary to pass any data. Querying table method is a method which must filling a series of parameters into a parameter list, after obtaining the measurements, process dates according to the relative parameters in the table. Querying table method requires large storage space, so it does not suit for microprocessor. Neural network method is a method that through establishing the artificial neural network model, and also through the sample to train the network parameters, but the largest shortcoming is the instability of network, and the long training time (Ren et al., 2014). This paper puts forward a method combined with curve fitting and cubic spline interpolation compensation algorithm; this algorithm can increase the compensation performance significantly. The following content wants to explain the theory of polynomial fitting and cubic-spline interpolation firstly. 3.1 Polynomial curve fitting In the curve fitting method, polynomial fitting is the most appropriate method, because this method with easy calculation, and well-fitting effect (Tang et al., 2014). According to the given data (xi, yi), i=1, 2, …, m, polynomial fitting is the method which make a polynomial : k n k k xay    0 (1) Let the squares error is minimum, i.e. min 1 2 0            m i n k k iki xayE (2) Therefore let: 0   k a E (k=1,2,…,m) (3) Then: 0 0 0 ( ) n m m j k j i k i i k i i x a x y        j=1, 2, … , n (4) Formula 1 can be unfolded as linear equations about coefficient ai, if this equation has a unique solution; the unique solution is the coefficient of the fitting polynomial. 3.2 3-spline Interpolation Spline interpolation is a kind of improved subsection interpolation, it structures spline function in every adjacent area, meanwhile in order to guarantee the continuity at this node, it requires 2-order smoothness at the point, and namely it owns continuous 2-order derivatives. The function of 3-spline interpolation is defined as follows (Wang et al., 2007). 1346 Assuming that the given interval [a, b] has n+1 nodes, and a=x0