Next Article in Journal
TDMA-Based Dual-Mode Communication for Mobile Wireless Sensor Networks
Next Article in Special Issue
Pattern Recognition for Selective Odor Detection with Gas Sensor Arrays
Previous Article in Journal
A Catalytic Sensor for Measurement of Radical Density in CO2 Plasmas
Previous Article in Special Issue
Investigation of Volatiles Emitted from Freshly Cut Onions (Allium cepa L.) by Real Time Proton-Transfer Reaction-Mass Spectrometry (PTR-MS)
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Classification of Odorants in the Vapor Phase Using Composite Features for a Portable E-Nose System

1
Department of Applied Computer Engineering, Dankook University, 126 Jukjeon-dong, Suji-gu, Yongin-si, 448-701 Gyeonggi-do, Korea
2
Electrical Engineering, Kookmin University, 2, 861-1, Jeongeung-dong, Songbuk-gu, 136-702 Seoul, Korea
3
Korea Institute of Industrial Technology, 1271-18, Sa-3-dong, Sangrok-gu, 426-791 Ansan, Korea
*
Author to whom correspondence should be addressed.
Sensors 2012, 12(12), 16182-16193; https://doi.org/10.3390/s121216182
Submission received: 30 August 2012 / Revised: 5 November 2012 / Accepted: 13 November 2012 / Published: 22 November 2012

Abstract

: We present an effective portable e-nose system that performs well even in noisy environments. Considering the characteristics of the e-nose data, we use an image covariance matrix-based method for extracting discriminant features for vapor classification. To construct composite vectors, primitive variables of the data measured by a sensor array are rearranged. Then, composite features are extracted by utilizing the information about the statistical dependency among multiple primitive variables, and a classifier for vapor classification is designed with these composite features. Experimental results with different volatile organic compounds data show that the proposed system has better classification performance than other methods in a noisy environment.

1. Introduction

An electronic nose (e-nose) is a device intended to detect and discriminate odorants in the vapor phase [16]. While human olfaction sense tends to be easily fatigued, an e-nose has advantages in consistently detecting vapors, including those harmful to the human body. In an early electronic nose, calorimetric sensors were used to perform measurements on vapors, and the measurements were usually expressed in arrays of colors [7]. Such an e-nose system, which was used only in a laboratory environment, utilized complicated analytic procedures, including precise equipment such as gas chromatography (GC) systems or mass spectrometers (MS) combined with sophisticated machine intelligence [8,9]. With recent advances in electrochemical sensors and digital technologies, an e-nose system can support a more portable and intelligent platform for the collection and processing of gas compounds [10].

E-nose systems are used for various purposes, such as in control laboratories for line quality control or production departments, environmental protection [11], the food industry [12], the detection of explosive substances [13], and medical diagnosis in the identification of infections through the examination of odors in breath or tissues [14,15]. Breath analysis has several potential applications in respiratory medicine [1622]. Also, electronic noses are potentially useful for classifying and subphenotyping of patients with different respiratory diseases [23].

Most e-nose systems consist of a nonspecific sensor array and a computing system [24]. Each sensor in a sensor array reacts to volatile compounds on contact. The adsorption of volatile compounds on the sensor surface causes a physical change of the sensor. A specific response is recorded by the electronic interface transforming the signal into the numerical data in vector form. In a computing system, various pattern recognition techniques, such as feature extraction or feature selection methods, can be used to classify the data into a suitable class. Some methods extract the discriminant features for classification by using LDA (Linear Discriminant Analysis) [25] or combine Fisher discriminant analysis with modified Sammon mapping [26]. In work [27,28], a vector machine such as the support vector machine or relevance vector machine was used to classify vapors. In work [10], after refining the e-nose data through the feature feedback process [29], vapor classification was performed by using LDA and a nearest neighbor classifier.

Various feature extraction methods have different characteristics depending on the problems to be solved. For example, PCA (Principal Component Analysis) [30] does not utilize the class information of the data but finds the projection vectors from the data sample that minimize the mean square error of approximating the data. Thus, PCA is more appropriate for a data representation problem rather than a classification problem. On the other hand, LDA [31] finds a linear transformation that maximizes the ratio of the between-class scatter matrix (SB) and the within-class scatter matrix (SW). Since LDA assumes that the samples in each class are normally distributed, it performs well for data that satisfies this assumption. In the case of detection problems such as one-class classification problems, BDA (Biased Discriminant Analysis) [32] performs well using the scatter matrix of the positive (SP) and negative (SN) samples. Thus, it is important to determine an appropriate method depending on the properties of the data, which has a great effect on the final classification results.

In this paper, we present an e-nose system robust to noisy environments by using composite features for vapor classification. The e-nose sensor used measures vapors with a speed of 10 Hz, which corresponds to a sampling rate of 2,000 points per 200 seconds [7]. Since a sensor array has 16 channels, each measured data sample contains 32,000 primitive variables, which is likely to result in computational burden. Figure 1 shows one of the typical time responses of a 16-channel sensor array with respect to the inflow of acetone vapor [10]. As can be seen in Figure 1, there is a strong correlation between adjacent time responses in a sample. This makes it plausible to use a method that is suitable for high-dimensional data and utilizes information on statistical dependency among multiple primitive variables.

There are several methods such as 2DFLD (Two-Dimensional Fisher Linear Discriminant) [33], MatFLDA (Matrixized Fisher Linear Discriminant Analysis) [34] and C-LDA (Composite LDA) [35], in which image covariance matrices were used instead of covariance matrices. Each element of an image covariance matrix is defined as the inner product of two composite vectors, each of which is obtained from a predefined window in a data sample [36]. 2DLDA and MatFLDA can be viewed as a particular type of C-LDA because C-LDA becomes identical to these forms when the composite vector is defined as a row or column vector [37]. The composite features, which are used to construct a classifier, are obtained by linear combinations of the composite vectors. Kim et al. [36] showed that composite features are effective for data that has a large correlation between primitive variables or high-dimensional data such as face images. Therefore, we expect that classification using composite features performs very effectively for e-nose data. Moreover, the size of an image covariance matrix can be controlled by changing the window size or by overlapping the windows. This is another great advantage in the classification of high-dimensional data such as e-nose data, because manipulation of a large covariance matrix can be avoided and consequently the SSS (Small Sample Size) problem [38] can be solved. By designing a classifier for vapor classification with composite features, we obtained very good results even in a noisy environment. Experimental results show that our system is very effective in vapor classification in terms of not only classification rates but also robustness to noise.

The rest of this paper is organized as follows. Section 2 introduces an image covariance matrix and presents the derivation of C-LDA. Section 3 explains how e-nose data that are measured by a sensor array are represented using composite vectors and how composite features are extracted for vapor classification. Section 4 describes the experimental results and the conclusion follows in Section 5.

2. Composite Feature Extraction Based on Image Covariance Matrix

In pattern recognition, data is generally stored in vectors, whose elements are called primitive variables [36]. Conventional feature extraction methods such as PCA, LDA, or BDA use the covariance of primitive variables. In each method, the features are extracted by solving the particular objective function, which is defined using various types of covariance matrices. However, when dealing with high-dimensional data, a huge number of combinations should be computed for obtaining the covariance matrix. Since there are high correlations between neighboring primitive variables, it is redundant to use all of these combinations. Moreover, it is likely to encounter the SSS problem in the process of eigenvalue analysis of the covariance matrix.

In the feature extraction methods based on image covariance matrix, the covariance is calculated from two sets of primitive variables instead of two primitive variables. Each sets of primitive variables is called a “composite vector”. Let U denote a set of n primitive variables {u1, u2, .., un}. Then, a composite vector xi ∈ ℝd consists of d(< n) primitive variables that are come from a predefined window in a data sample (Figure 2). If shifting a window as much as p, the number of composite vectors v is n d p + 1, where ⌊·⌋ is the floor operator that gives the largest integer value no greater than the value inside the operator. Depending on the length of the window d and the step size of shift p, the dimension and number of composite vectors are determined.

Let X(k) = [x1(k)x2(k)..xv(k)]T ∈ ℝv×d be a set of composite vectors obtained from the k-th data sample. In Figure 2, d and p are set to 4 and 1, respectively. Each element of an image covariance matrix cij can be obtained from the inner product of two composite vectors and is defined as

c ij = E [ ( x i x ¯ i ) T ( x j x ¯ j ) ] , i , j = 1 , 2 , .. , v
where x̄i and x̄j are the mean vectors of xi and xj, respectively. Since cij corresponds to the sum of the covariances between the corresponding primitive variables, it contains information on statistical dependency among multiple primitive variables. Moreover, when using image covariances obtained from composite vectors, the size of the image covariance matrix can be reduced greatly, which enables us to avoid manipulation of large covariance matrices and to solve the SSS problem.

When the training set contains N samples and c classes, each of which has Ni samples, between (CB)- and within(CW)-class covariance matrices are defined as

C B = i = 1 c N i N ( M i M ) ( M i M ) T C W = 1 N i = 1 c X ( k ) c i ( X ( k ) M i ) ( X ( k ) M i ) T
where, M and Mi are the mean of the whole training samples and the mean of the class ci, respectively. Then, the objective function of C-LDA is defined as follows:
W Com = arg max W | W T C B W | | W T C W W |
The projection matrix WCom ∈ ℝv×m consists of projection vectors wi(= [wi1, .., wiv]T)s (WCom = [w1w2..wm]). The set of composite features Y (k) is obtained from X(k) as
Y ( k ) = ( W Com ) T X ( k ) , k = 1 , 2 , , N
Y (k) ∈ ℝm×d has m composite features [y1(k) . . . ym(k)]T, and each composite feature yi(k) is a d-dimensional vector. These composite features are used for classification.

3. Vapor Classification Using Composite Features

3.1. Experimental Setup for the Acquisition of E-Nose Data

The sensor array was implemented by dispensing the CB polymer composite-solvent solution in the micromachined gas sensor array chip in [7]. It consists of 16 separate sensors with an interdigitated electrode, microheater, and micromachined membrane in each channel for further temperature-controlled measurement applications. The resistance change of each polymer composite film was monitored in response to the incorporation of chemical vapor. The resistance change of polymer composite film was amplified by 20 times and recorded every 0.1 s. Measurement was performed after the sensor array was placed into the chamber and the signal of resistance was stabilized. Each measurement consisted of three steps of stabilization (30 s), exposure (60 s), and purge (90 s) [39]. The measured data are collected in PC using data acquisition (DAQ) board DAQ6062E and LabVIEW (National Instrumentation, USA). The voltage-divider operated in the range from −10 V to +10 V and gains of 16 identical amplifiers were set to 10 (output/input voltage) for maximum DAQ resolution [7].

3.2. Vapor Classification Using Composite Features

Now, we design a vapor classification system using composite features. The VOC (Volatile Organic Compounds) measurement data used consists of 8 classes, which are acetone, benzene, cyclohexane, ethanol, heptane, methanol, propanol and toluene [7]. The data set contains 160 samples, i.e., N = 160. Each sample was measured through 16 channels over 2,000 time points, which can be viewed as a 16 × 2, 000 matrix. In order to make composite vectors effectively, we transform this matrix into a 32,000-dimensional vector using a lexicographic ordering operator [35]. Figure 3 shows one example of the data that is transformed into a vector form. Then, we construct a composite vector by grouping adjacent elements and moving as much as the step size of shift.

The length of the window (d), the number of composite features (m) and the step size of shift (p) are important parameters that influence the classification performance. We investigated the classification rates with respect to d, m, and p. Figure 4(a) shows the classification rates with respect to d and m. In this case, we set p = d/2 as in [35]. As can be seen in the figure, the classification rates are not sensitive to d if m is properly decided. We set d and m to 400 and 25, respectively. Then, we investigated the classification rates with respect to p. As can be seen in Figure 4(b), the classification rates are not sensitive to p and the classification rate of p = 200 was slightly better than those of other p values. Therefore, we set p to 200.

The set of extracted composite features consists of m vectors of dimension d, and we need to define the distance metrics in this subspace. The Euclidean (L2) distance between Y (i) = [y1(i) . . . ym(i)]T and Y (j) = [y1(j) . . . ym(j)]T are defined as

d L 2 ( Y ( i ) , Y ( j ) ) = { t = 1 m y t ( i ) y t ( j ) 2 } 1 / 2
where ‖ · ‖ is the 2-norm. The distance between yt(i) and yt(j) is obtained from the Euclidean distance in the d-dimensional space. The L2 distance is calculated by taking the square root of the squared sum of these distances. For classification, one nearest neighbor classifier [38] is used based on the L2 distance. The overall procedure of our system is shown in Figure 5.

4. Experimental Results

In order to evaluate the classification rates, we performed 8-fold cross validation [40] 8 times and computed the average classification rate. In this scheme, one sample from each class was randomly selected for testing, while the remaining samples were used for training. There were 140 data samples in the training set and 20 samples for testing. Each data sample in the training set was also normalized using the mean and the variance of the training set.

We compared the classification performance of the C-LDA method with those of the LDA method and the feature feedback method (FF) [10]. In addition, in order to see the robustness of each method to the noise, which is likely to occur in sensing data, we added Gaussian noise with standard deviation from 1 to 4 to each data sample. Figures 6 and 7 show some examples of the data with Gaussian noise and classification rates of each case, respectively.

As can be seen in Figure 7, all the methods give high classification rates for the original data. However, as the degree of noise increases, the classification rates of LDA and FF decrease rapidly. In contrast, C-LDA gives consistently high classification rates of 95.0% ∼ 98.1%, which shows that our system performs reliably in a noisy environment. In Figure 7(c), the classification rates of C-LDA are 11.1% and 35.2% higher than that of LDA and FF, respectively. In the case of Figure 7(d), C-LDA gives 16.6% and 41.1% higher classification rates than LDA and FF, respectively.

5. Conclusions

We presented a reliable e-nose system using an appropriate feature extraction method based on the characteristics of e-nose data. C-LDA is a general method that uses the image covariance matrix, which is a covariance matrix of composite vectors, instead of the covariance of primitive variables. Since the adjacent primitive variables are strongly correlated in e-nose data, the proposed method showed better performance than other methods. In addition, we can avoid the SSS problem, which occurs in dealing with high-dimensional data such as e-nose data, by using the small-sized image covariance matrix, instead of large-sized covariance matrix. By extracting composite features after rearranging the primitive variables of e-nose data samples, we utilized information about the statistical dependency among the multiple primitive variables of the e-nose data. By investigating classification rates for the various lengths of composite vectors and the step sizes of shift, we found an adequate parameter set for vapor classification. In a real environment, the data measured by the portable e-nose system is likely to be corrupted by noise, which interferes with extracting good features for classification. Through experimental results, we showed that the proposed system gave good classification performance even in a noisy environment.

Acknowledgments

This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MEST) (No.2011-0006958) and also supported by Basic Science Research Program through the National Research Foundation of Korea(NRF) funded by the Ministry of Education, Science and Technology (No.2012R1A1A1007658).

References

  1. Pearce, T.C.; Schffman, S.S.; Nagle, H.T.; Gardner, J.W. Handbook of Machine Olfaction; Wiley-VCH: Weinheim, Germany, 2003. [Google Scholar]
  2. Rock, F.; Barsan, N.; Weimar, U. Electronic nose: Current status and future trends. Chem. Rev 2008, 108, 705–725. [Google Scholar]
  3. Khalaf, W.; Pace, C.; Gaudioso, M. Least square regression method for estimating gas concentration in an electronic nose system. Sensors 2009, 9, 1678–1691. [Google Scholar]
  4. Wilson, A.D.; Baietto, M. Applications and advances in electronic-nose technologies. Sensors 2009, 9, 5099–5148. [Google Scholar]
  5. Barié, N.; Bücking, M.; Rapp, M. A novel electronic noise based on miniaturized SAW sensor arrays coupled with SPME enhanced headspace-analysis and its use for rapid determination of volatile organic comppunds in food quality monitoring. Sens. Actuators B Chem 2006, 114, 482–488. [Google Scholar]
  6. Zhang, Q.; Xie, C.; Zhang, S.; Wang, A.; Zhu, B.; Wang, L.; Yang, Z. Identification and pattern recognition analysis of Chinese liquors by doped nano ZnO gas sensor array. Sens. Actuators B Chem 2005, 110, 370–376. [Google Scholar]
  7. Yang, Y.S.; Ha, S.-C.; Kim, Y.S. A matched-profile method for simple and robust vapor recognition in electronic nose (E-nose) system. Sens. Actuators B Chem 2005, 106, 263–270. [Google Scholar]
  8. Kim, Y.-H.; Kim, K.-H. Ultimate detectability of volatile organic compounds: how much further can we reduce their ambient air sample volumes for analysis? Anal. Chem 2012, 84, 8284–8293. [Google Scholar]
  9. Farreé, M.; Kantiani, L.; Petrovic, M.; Pérez, S.; Barceló, D. Achievements and future trends in the analysis of emerging organic contaminants in environmental samples by mass spectrometry and bioanalytical techniques. J. Chromatogr. A 2012, 1259, 86–99. [Google Scholar]
  10. Choi, S.-I.; Kim, S.-H.; Yang, Y.; Jeong, G.-M. Data refinement and channel selection for a portable e-nose system by the use of feature feedback. Sensors 2010, 10, 10387–10400. [Google Scholar]
  11. Nicolas, J.; Romain, A.-C.; Wiertz, V.; Maternova, J.; Andreé, P. Using the classification model of an electronic nose to assign unknown malodours to environmental sources and to minitor them continuously. Sens. Actuators B Chem 2000, 69, 366–371. [Google Scholar]
  12. Martí, M.P.; Boqué, R.; Busto, O.; Guash, J. Electronic noses in the quality control of alcoholic beverages. Trends Anal. Chem 2005, 24, 57–66. [Google Scholar]
  13. Norman, A.; Stam, F.; Morrissey, A.; Hirschfelder, M.; Enderlein, D. Packaging effects of a novel explosion-proof gas sensor. Sens. Actuators B Chem 2003, 95, 287–290. [Google Scholar]
  14. Natale, C.D.; Macagnano, A.; Martinelli, E.; Paolesse, R.; D’Arcangelo, G.; Roscioni, C.; Finazzi-Agrò, A.; D’Amico, A. Lung cancer identificatin by the analysis of breath by means of an array of non-selective gas sensors. Biosens. Bioelectron 2003, 18, 1209–1218. [Google Scholar]
  15. Kim, K.-H.; Jahan, S.A.; Kabir, E. A review of breath analysis for diagnosis of human health. TrAC Trends Anal. Chem 2012, 33, 1–8. [Google Scholar]
  16. Montuschi, P.; Mondino, C.; Koch, P.; Ciabattoni, G.; Barnes, P.J.; Baviera, G. Effects of montelukast treatment and withdrawal on fractional exhaled nitric oxide and lung function in children with asthma. Chest 2007, 132, 1876–1881. [Google Scholar]
  17. Montuschi, P.; Ragazzoni, E.; Valente, S.; Corbo, G.; Mondino, C.; Ciappi, G.; Barnes, P.J.; Ciabattoni, G. Validation of leukotriene B4 measurements in exhaled breath condensate. Inflamm. Res 2003, 52, 69–73. [Google Scholar]
  18. Barreto, M.; Villa, M.P.; Olita, C.; Martella, S.; Ciabattoni, G.; Montuschi, P. 8-Isoprostane in exhaled breath condensate and exercise-induced bronchoconstriction in asthmatic children and adolescents. Chest 2009, 135, 66–73. [Google Scholar]
  19. Montuschi, P. LC/MS/MS analysis of leukotriene B4 and other eicosanoids in exhaled breath condensate for assessing lung inflammation. J. Chromatogr. B 2009, 877, 1272–1280. [Google Scholar]
  20. Motta, A.; Paris, D.; Melck, D.; Laurentiis, G.; Maniscalco, M.; Sofia, M.; Montuschi, P. Nuclear magnetic resonance-based metabolomics of exhaled breath condensate: methodological aspects. Eur. Resp. J 2012, 39, 498–500. [Google Scholar]
  21. Montuschi, P.; Paris, D.; Melck, D.; Lucidi, V.; Ciabattoni, G.; Raia, V.; Calabrese, C.; Bush, A.; Barnes, P.J.; Motta, A. Original article: NMR spectroscopy metabolomic profiling of exhaled breath condensate in patients with stable and unstable cystic fibrosis. Thorax 2012, 67, 222–228. [Google Scholar]
  22. Lucidi, V.; Ciabattoni, G.; Bella, S.; Barnes, P.J.; Montuschi, P. Exhaled 9-isoprostane and prostaglandin E2 in patients with stable and unstable cystic fibrosis. Free Radic. Biol. Med 2008, 45, 913–919. [Google Scholar]
  23. Montuschi, P.; Mores, N.; Trové, A.; Mondino, C.; Barnes, P.J. The electronic nose in respiratory medicine. Respiration 2012. in press,. [Google Scholar] [CrossRef]
  24. Gardner, J.W.; Bartlett, P. Electronic Noses: Principles and Applications; Oxford University Press: Oxford, UK, 1999. [Google Scholar]
  25. Yang, Y.S.; Choi, S.-I.; Jeong, G.-M. LDA-Based vapor recognition using image-formed array sensor response for portable electronic nose. IFMBE Proc 2009, 25, 1756–1759. [Google Scholar]
  26. Zhang, S.; Xie, C.; Fan, C.; Zhang, Q.; Zhan, Q. An alternate method of hierarchical classification for E-Nose: Combined fisher discriminant analysis and modified Sammon mapping. Sens. Actuators B Chem 2007, 127, 399–405. [Google Scholar]
  27. Pardo, M.; Sberveglieri, G. Classification of electronic nose data with support vector machines. Sens. Actuators B Chem 2005, 107, 730–737. [Google Scholar]
  28. Wang, X.; Ye, M.; Duanmu, C.J. Classification of data from electronic nose using relevance vector machines. Sens. Actuators B Chem 2009, 140, 143–148. [Google Scholar]
  29. Jeong, G.-M.; Ahn, H.-S.; Choi, S.-I.; Kwak, N.; Moon, C. Pattern recognition using feature feedback: Application to face recognition. Int. J. Control. Autom. Syst 2010, 8, 1–8. [Google Scholar]
  30. Turk, M.; Pentland, A. Eigenfaces for recognition. J. Cogn. Neurosci 1991, 3, 71–86. [Google Scholar]
  31. Belhumeur, P.N.; Hespanha, J.P.; Kriegman, D.J. Eigenfaces vs. Fisherfaces: Recognition using class specific linear projection. IEEE Trans. Patt. Anal. Mach. Int 1997, 19, 711–720. [Google Scholar]
  32. Zhou, X.; Huang, T. Small Sample Learning During Multimedia Retrieval Using Biasmap. Proceedings of the 2001 IEEE Computer Society Conference on Computer Vision and Pattern Recognition, Kauai, HI, USA, 8–14 December 2001; pp. 11–17.
  33. Xiong, H.; Swamy, M.; Ahmad, M. Two-Dimensional FLD for face recognition. Patt. Recog 2005, 38, 1121–1124. [Google Scholar]
  34. Chen, S.; Zhu, Y.; Zhang, D. Feature extraction approaches based on matrix pattern: MatPCA and MatFLDA. Patt. Recog. Lett 2005, 26, 1157–1167. [Google Scholar]
  35. Kim, C.; Choi, C.-H. Image covariance-based subspace method for face recognition. Patt. Recog 2007, 40, 1592–1604. [Google Scholar]
  36. Kim, C.; Choi, S.-I.; Turk, M.; Choi, C.-H. A new biased discriminant analysis using composite vectors for eye detection. IEEE Trans. Syst. Man Cybern. B Cybern 2012, 42, 1095–1106. [Google Scholar]
  37. Choi, S.-I.; Oh, J.; Choi, C.-H.; Kim, C. Input variable selection for feature extraction in classification problems. Signal Process 2012, 92, 636–648. [Google Scholar]
  38. Fukunaga, K. Introduction to Statistical Pattern Recognition, 2nd ed; Academic Press: New York, NY, USA, 1990. [Google Scholar]
  39. Ha, S.-C.; Kim, Y.S.; Yang, Y.; Kim, Y.J.; Cho, S.-M.; Yang, H.; Kim, Y.T. Integrated and microheater embedded gas sensor array based on the polymer composites dispensed in micromachined well. Sens. Actuators B Chem 2005, 105, 549–555. [Google Scholar]
  40. Yu, H.; Yang, J. A direct LDA algorithm for high-dimensional data-with application to face recognition. Patt. Recog 2001, 34, 2067–2070. [Google Scholar]
Figure 1. Typical time-responses of 16 channel sensor array with respect to inflow of acetone vapor at 5,000 ppm [10].
Figure 1. Typical time-responses of 16 channel sensor array with respect to inflow of acetone vapor at 5,000 ppm [10].
Sensors 12 16182f1 1024
Figure 2. Example of constructing composite vectors (d = 4 and p = 1).
Figure 2. Example of constructing composite vectors (d = 4 and p = 1).
Sensors 12 16182f2 1024
Figure 3. Data sample that is transformed into a 32,000 dimensional vector form.
Figure 3. Data sample that is transformed into a 32,000 dimensional vector form.
Sensors 12 16182f3 1024
Figure 4. Classification rates for various parameters.
Figure 4. Classification rates for various parameters.
Sensors 12 16182f4 1024
Figure 5. Overall procedure of the e-nose system.
Figure 5. Overall procedure of the e-nose system.
Sensors 12 16182f5 1024
Figure 6. E-Nose data with Gaussian noise of standard deviation 1–4.
Figure 6. E-Nose data with Gaussian noise of standard deviation 1–4.
Sensors 12 16182f6 1024
Figure 7. Classification rates for the e-nose data.
Figure 7. Classification rates for the e-nose data.
Sensors 12 16182f7 1024

Share and Cite

MDPI and ACS Style

Choi, S.-I.; Jeong, G.-M.; Kim, C. Classification of Odorants in the Vapor Phase Using Composite Features for a Portable E-Nose System. Sensors 2012, 12, 16182-16193. https://doi.org/10.3390/s121216182

AMA Style

Choi S-I, Jeong G-M, Kim C. Classification of Odorants in the Vapor Phase Using Composite Features for a Portable E-Nose System. Sensors. 2012; 12(12):16182-16193. https://doi.org/10.3390/s121216182

Chicago/Turabian Style

Choi, Sang-Il, Gu-Min Jeong, and Chunghoon Kim. 2012. "Classification of Odorants in the Vapor Phase Using Composite Features for a Portable E-Nose System" Sensors 12, no. 12: 16182-16193. https://doi.org/10.3390/s121216182

Article Metrics

Back to TopTop