Skip to main content

Hybrid radar emitter recognition based on rough k-means classifier and SVM

Abstract

Due to the increasing complexity of electromagnetic signals, there exists a significant challenge for recognizing radar emitter signals. In this article, a hybrid recognition approach is presented that classifies radar emitter signals by exploiting the different separability of samples. The proposed approach comprises two steps, i.e., the primary signal recognition and the advanced signal recognition. In the former step, the rough k-means classifier is proposed to cluster the samples of radar emitter signals by using the rough set theory. In the latter step, the samples within the rough boundary are used to train the support vector machine (SVM). Then SVM is used to recognize the samples in the uncertain area; therefore, the classification accuracy is improved. Simulation results show that, for recognizing radar emitter signals, the proposed hybrid recognition approach is more accurate, and has a lower time complexity than the traditional approaches.

Introduction

Radar emitter recognition is a critical function in radar electronic support system, for determining the type of radar emitter[1]. Emitter classification based on a collection of received radar signals is a subject of wide interest in both civil and military applications. For example, in battlefield surveillance applications, radar emitter classification provides an important means to detect targets employing radars, especially those from hostile forces. In civilian applications, the technology can be used to detect and identify navigation radars deployed on ships and cars used for criminal activities[2].

The recent proliferation and complexity of electromagnetic signals encountered in modern environments is greatly complicating the recognition of radar emitter signals[1]. Traditional recognition methods are becoming inefficient against this emerging issue[3]. Many new radar emitter recognition methods were proposed, e.g., intra-pulse feature analysis[4], stochastic context-free grammars analysis[1], and artificial intelligence analysis[58]. In particular, the artificial intelligence analysis approach attracted much attention. Among the artificial intelligence approaches, neural network and support vector machine (SVM) are widely used for the radar emitter recognition. In[6], Zhang et al. proposed a method based on rough sets theory and radial basis function (RBF) neural networks. Yin et al.[7] proposed a radar emitter recognition method using the single parameter dynamic search neural network. However, the predication accuracy of the neural network approaches is not high and the application of neural networks requires large training sets, which may be infeasible in practice. Compared to the neural network, the SVM yields higher prediction accuracy while requiring less training samples. Ren et al.[2] proposed a recognition method using fuzzy C-means clustering SVM. Lin et al. proposed to recognize radar emitter signals using the probabilistic SVM[8] and multiple SVM classifiers[9]. These proposed SVM approaches can improve the accuracy of recognition. Unfortunately, the time complexity of SVM increases rapidly with the increasing number of training samples. The classification method with high accuracy and low time complexity is becoming the focus of research.

Classifiers can be categorized into linear classifiers and nonlinear classifiers. A linear classifier can classify linear separable samples, but cannot classify linearly inseparable samples efficiently. A nonlinear classifier can classify linearly inseparable samples, nevertheless the time complexity of the nonlinear classifier will be increased when processing linearly separable samples. In practice, the radar emitter signals consist of both linearly separable samples and linearly inseparable samples, which makes classification challenging. In the traditional recognition approach, only one classifier is used; thus, it is difficult to classify all radar emitter signal samples. In this article, a hybrid recognition method based on the rough k-means theory and the SVM is proposed. To deal with the drawback of the traditional recognition approaches, we apply two classifiers to recognize linearly separable samples and linearly inseparable samples respectively. Samples are firstly recognized by the rough k-means classifier, while linearly inseparable samples are picked up and further recognized by using RBF-SVM in the advanced recognition. The simulation results show that the proposed approach can recognize radar emitter signals more accurate and has a lower time complexity when compared with the existing approaches.

The rest of the article is organized as follows. In Section ‘Basic concepts’, some basic concepts are reviewed. In Section ‘Radar emitter recognition system’, a novel radar emitter recognition model is proposed. The performance of the proposed approach is analyzed in Section ‘Simulation results’, and conclusions are given in Section ‘Conclusions’.

Basic concepts

Rough sets

An information system can be expressed by a four-parameters group[10]: S = {U R V f}. U is a finite and non-empty set of objects called the universe, and R = C D is a finite set of attributes, where C denotes the condition attributes and D denotes the decision attributes. V = v r ,(rR) is the domain of the attributes, where v r denotes a set of values that the attribute r may take. f:U × RV is an information function. The equivalence relation R partitions the universe U into subsets. Such a partition of the universe is denoted by U/R = E1,E2,…,E n , where E i is an equivalence class of R. If two elements u v U belong to the same equivalence class E U/R, u and v are indistinguishable, denoted by ind(R). If ind(R) = ind(Rr), r is unnecessary in R. Otherwise, r is necessary in R.

Since it is not possible to differentiate the elements within the same equivalence class, one may not obtain a precise representation for a set X U. The set X, which can be expressed by combining sets of some R basis categories, is called set defined, and the others are rough sets. Rough sets can be defined by upper approximation and lower approximation. The elements in the lower bound of X definitely belong to X, and elements in the upper bound of X belong to X possibly. The upper approximation and lower approximation of the rough set R can be defined as follows[11]:

R _ (X)= Y U R : Y X
(1)
R ¯ (X)= Y U R : Y X
(2)

where R _ (X) represents the set that can be merged into X positively, and R ¯ (X) represents the set that is merged into X possibly.

Suppose P and Q are both the equivalent relationship of system U, and the knowledge systems decided by them are U/P = {[x] P |xU} and U/Q = {[y] Q |yU}. If for any [x] P (U/P), Q ¯ x P = Q _ x P = x P , then knowledge P is dependent on knowledge Q completely, that is to say when disquisitive object is some characteristic of Q, it must be some characteristic of P. P and Q are of definite relationship. If knowledge P is dependent on knowledge Q partly, P and Q are of uncertain relationship. So the dependent extent of knowledge P to knowledge Q is defined as[10]

γ Q =PO S Q (P)/|U|
(3)

wherePO S Q (P)= Q _ (x) and 0 ≤ γ Q ≤ 1. The value of γ Q reflects the dependent degree of knowledge P to knowledge Q. γ Q = 1 shows knowledge P is dependent on knowledge Q completely; γ Q close to 1 shows knowledge P is dependent on knowledge Q highly. γ Q = 0 shows knowledge P is independent of knowledge Q.

Rough k-means algorithm

The k-means algorithm is one of the most popular iterative descent clustering algorithms[12]. The basic idea is to make the samples have high similarity in a class, and low similarity among classes. The center of a cluster can be given by:

t i = x X i x card ( X i ) ,i=1,2,,I
(4)

where x denotes the sample to cluster, X i denotes the cluster i, card(X i ) denotes the number of the elements in X i , and I denotes the number of clusters.

The k-means algorithm is efficient for clustering. But k-means clustering algorithm has the following problems:

  1. 1.

    The number of clusters in the algorithm must be given before clustering [13].

  2. 2.

    The k-means algorithm is very sensitive to the initial center selection and can easily end up with a local minimum solution [13, 14].

  3. 3.

    The k-means algorithm is also sensitive to the isolated point [15].

To overcome the problem of isolated points, Pawan and West[15] proposed the rough k-means algorithm. This method introduces upper approximation and lower approximation into k-means clustering algorithm. The improved cluster center is given by[15]:

C j = ω lower × v A _ ( x ) v j | A _ ( x ) | + ω upper × v ( A ¯ ( x ) A _ ( x ) ) v j | A ¯ ( x ) A _ ( x ) | if A ¯ ( x ) A _ ( x ) ω lower × v A _ ( x ) v j | A _ ( x ) | otherwise
(5)

where the parameters ωlower and ωupper are lower and upper subject degrees of X relative to their clustering centers. For each object vector v, d(x,t i ) denotes the distance between the center of cluster t i and the sample. The lower and upper subject degrees of x relative to its cluster is based on the value of d(x,t i )−dmin(x)(1 ≤ iI), where dmin(x) = mini[1,I]d(x,t i ). If the value of d(x,t i )−dmin(x) ≥ λ, the sample x is subject to the lower approximation of its cluster, where λ denotes the threshold for determining upper and lower approximation. Otherwise, x will be subject to the upper approximation. The comparative degree can be determined by the number of elements in the lower approximation set and the upper approximation set, as follows:

ω lower ( i ) ω upper ( i ) = | A _ ( X i ) | | A ( X i ) | ,( A ( X i ))
(6)
ω lower (i)+ ω upper (i)=1.
(7)

SVM

In this section, we give a very brief introduction to SVM. Let (x i ,y i )1 ≤ iN be a set of training examples, each example x i Rd, d being the dimension of the input space, belongs to a class labeled by y {−1,1}. It amounts to finding w and b, which satisfy

y i [(w· x i )+b]1.
(8)

The aim of SVM is to find the hyperplane which makes the samples with the same label at the same side of the hyperplane. The quantity | | w | | 2 is named the margin, and optimal separating hyperplane (OSH) is the separating hyperplane which maximizes the margin. The larger the margin, the better the generalization is expected to be[16].

To search the minimum | | w | | 2 , Lagrange multiplier is usually used, leading to maximizing

w(α)= i = 1 N α i 1 2 i , j = 1 N α i α j y i y j ( x i · x j )
(9)

subject to

α i y i =0
(10)

where α = (α1,…,α N ) denotes the non-negative Lagrange multipliers, x i denotes the input of the training data and y i denotes the output of the training data[17].

The decision function is

f(x)=sign[ i = 1 N y i · a i ( x i ·x)+b]
(11)

In the nonlinear case, the approach adapted to noisy data is to make a soft margin. We introduce the slack variables (ξ1,…,ξ i ) with ξ1 > 0 so that

y i [(w· x i )+b]1 ξ i ,i=1,,N.
(12)

The generalized OSH is the solution of minimizing

1 2 w·w+C i = 1 N ξ i
(13)

subject to (12) and ξ i > 0. The parameter ∑ξ i is the upper bound on the number of training errors and C is the penalty parameter to control errors.

In the nonlinear SVM, a kernel function is introduced to change the initial data into a feature space with high dimension. In the new space the data should be linearly separable. Then the quadratic optimization problem can be converted to maximize

w(α)= i = 1 N α i 1 2 i , j = 1 N α i α j y i y j K( x i · x j )
(14)

subject to (10) and 0 ≤ α i C. K(x,x i ) is the kernel function. As one of the most popular kernel functions, the RBF kernel function is considered in this article, and it takes the following form[18, 19]:

K(x, x i )=exp{γ||x x i | | 2 }.
(15)

(14) is converted to maximize

w(α)= i = 1 n α i 1 2 i = 1 n j = 1 n y i y j α i α j exp γ | | x i x j | | 2
(16)

subject to (10) and 0 ≤ α i C. The new decision function is:

f(x)=sign i = 1 N s y i · a i · K ( x , x i ) + b
(17)

The result of the minimization is determined by the selection of parameters C and γ. Usually, C and γ are determined by using cross validation.

Radar emitter recognition system

In this section, a hybrid radar emitter recognition approach that consists of a rough k-means classifier in the primary recognition and a SVM classifier in the advanced recognition is proposed. This approach is based on the fact that in the k-means clustering, the linearly inseparable samples are mostly at the margins of clusters, which makes it difficult to determine which cluster they belong to. To solve this problem, a linear classifier based on the rough k-means and a nonlinear classifier SVM are adopted. This approach can classify linearly separable samples and pick up those linearly inseparable samples to be classified in the advanced recognition using SVM.

After sorting and feature extraction, radar emitter signals are described by pulses describing words. Radar emitter recognitions are based on these pulses describing words. The process of the hybrid radar emitter recognition approach is shown in Figure1. Based on the pulses describing words, we can obtain an information sheet of radar emitter signals. By attribute discretization and attribute reduction, the classification rules are extracted. These classification rules are the basis of the initial centers of the rough k-means classifier, i.e., they determine the initial centers and the number of clusters. After that, the known radar emitter signal samples are clustered by the rough k-means while the rough k-means classifier in the primary recognition is built, as described in the following section. The samples in the margin of a cluster are picked up to be used as the training data for the SVM in the advanced recognition. The unknown samples to be classified are recognized firstly by the rough k-means classifier. The uncertain sample set, which contains most of the samples with linear inseparability, is classified by the SVM in the advanced recognition.

Figure 1
figure 1

Flow chart of the hybrid radar emitter recognition approach proposed in this article. The hybrid recognition approach is made up of two classifiers, a linear classify and a nonlinear classify, which can classify linearly separable samples and pick up those linearly inseparable samples to be classified in the advanced recognition using SVM.

Based on the process of the recognition approach described above, the accuracy of recognition can be given by:

A total = A primary +(1 A primary )· N WIU N W · A advanced
(18)

where Atotal is the accuracy of the hybrid recognition, Aprimary is the accuracy of the primary recognition, Aadvanced is the accuracy of the advanced recognition, NWIU is the number of samples which are falsely classified in uncertain area, and N W is the number of wrong classified samples.

Primary recognition based on improved rough k-means

As mentioned above, a classifier based on the rough k-means is proposed as the primary recognition. In the rough k-means algorithm, there are two areas in a cluster, i.e., certain area and rough area. But in the rough k-means classifier proposed in this article, there exist three areas. For example, in two dimension, a cluster is depicted in Figure2. At the edge of the cluster, there is an empty area between the borderline and the midcourt line of the two cluster centers. We name this area as the uncertain area. In clustering, there is no sample in the uncertain area. When the clustering is completed, these clusters will be used as the rough k-means classifiers. When unknown samples are classified, for each cluster center, samples are nearer than the midcourt line are classified into its class. Linear inseparable samples are usually far from cluster centers and probably out of the cluster, i.e.,in the uncertain area. Thus after distributed into their nearest clusters, the unknown samples in uncertain area will be recognized by the advanced recognition. For those unknown samples in the certain area and rough area, the primary recognition outputs final results.

Figure 2
figure 2

An example of a cluster. There are three areas in our rough k-means classifier, the certain area, rough area and uncertain area. These areas will be introduced in detail in the text.

As shown in Figure2, in the training process of the rough k-mean classifier, we calculate the cluster center, rough boundary Rro and uncertain boundary Runin every cluster. After clustering, the center of a cluster and the farthest sample from the center of the cluster are determined. The area between rough boundary and uncertain boundary (Rro < d x < Run) is defined as rough area, where d x denotes the distance from a sample to the center. In the training, if a training sample is in the rough area, it will be used to train the SVM in the advanced recognition. The uncertain boundary threshold Run is defined as

R un =max( d x )
(19)

where max(d x ) is the distance from the farthest sample to the center.

In a cluster, The area beyond uncertain boundary (d x > Run) is the uncertain area. When unknown samples are recognized, they will be distributed into the nearest cluster. If d x > Run, these samples will be further recognized by the advanced recognition. For other unknown samples, the result of the primary recognition will be final.

As the discussions in previous section, the k-means algorithm has some problems. The rough k-means method can solve the problems of nondeterminacy in clustering and reduce the effect of isolated samples[20]. But it still requires initial centers and the number of centers as priors. In addition, the choice of initial centers is very important for rough k-means. So the initial centers are usually determined by computing the least means square. In this article, we propose to determine the initial centers based on rough sets theory. Using this approach, the initial centers are computed based on the classification rules of rough sets. The process can be described as follows:

  1. 1.

    Classification rules are obtained based on the rough sets theory.

  2. 2.

    The mean value of every class is obtained.

  3. 3.

    Define the mean values as the initial clustering centers. The clustering number equals to the number of rules:

    t p = x X p x card ( X p )
    (20)

where X p denotes the set of samples in the classification rule p of the rough sets theory.

In (5), the parameter λ determines the lower and upper subject degree of X k relative to some clustering. If the threshold λ is too large, the low approximation set will be empty, while if the threshold λ is too small, the boundary area will be powerless. Usually, λ is set to a value, which makes most samples in the lower approximation and the upper approximation not empty. The threshold λ can be determined by:

  1. 1.

    Compute the Euler distance of every object to K class clustering centers and distance matrix D(i,j).

  2. 2.

    Compute the minimum value d min(i) in every row of matrix D(i,j).

  3. 3.

    Compute distance between every object and other class center d(i) and d t (i,j) = d(i)−d min(i).

  4. 4.

    Obtain the minimum value d s (i) (except zero) in every row.

  5. 5.

    λ is chosen from the minimum value d s (i).

After that, known samples are clustered by using (5). The cluster centers C, the rough boundary Rro and the uncertain boundary R un are determined.

In addition, the primary recognition result is effected greatly by radiuses of clusters. Rough k-means clustering can lessen the radiuses of clusters effectively. As shown in Figure3, the radius of k-means cluster is the distance from the cluster center to the farthest isolated sample. In the rough k-means, the cluster center is the average of the lower approximation center and the upper approximation center. The upper approximation center is near to the farthest sample. So the cluster radius of rough k-means R r is less than the k-means radius R, obviously. As the radius is shorten, when unknown samples are recognized, the probability that an uncertain sample is recognized as a certain sample is reduced. Therefore, the accuracy of the primary recognition is increased.

Figure 3
figure 3

Comparison of radiuses of the rough k -means cluster and the k -means cluster. The radius of a cluster in rough k-means is shorter than that in k-means.

The time complexity of the hybrid recognition approach

The time complexity of the approach proposed in this article consists of two parts, namely the time complexity of the primary recognition and the time complexity of the advanced recognition.

In the training of the primary recognition, samples are clustered by using rough k-means. The time complexity of the rough k-means isO(dmt), where d, m, and t denote the dimensionality of samples, the number of training samples and the iterations, respectively. In this article, the optimal initial centers are determined by analyzing the knowledge rule of the training sample set based on rough set theory, instead of iteration. Thus, the time complexity of the primary recognition isO(dm).

The SVM is used as the advanced recognition in our approach. The time complexity of SVM has nothing with the dimension of samples, but is related with the number of samples. The time complexity of SVM training is discussed with respect to the complexity of the quadratic programming. Standard SVM training hasO( m 3 ) time complexity[21].

In conclusion, the time complexity of our hybrid recognition isO(dm)+O( m 3 ), where m denotes the number of training samples for SVM in the advanced recognition (After the primary recognition, the training samples for SVM is reduced). In general,O(dm) is far less thanO( m 3 ). Therefore, the time complexity of the hybrid recognition training is regard asO( m 3 ).

Simulation results

Data set description and experiment design

The validity and efficiency of the proposed approach is proved by simulations. In the first simulation, radar emitter signals are recognized. The type of radar emitter is the recognition result. The pulse describing words of the radar emitter signal include a radio frequency (RF), a pulse repeating frequency (PRF), antenna rotate rate (ARR) and a pulse width (PW). 240 groups of data are generated on above original radar information for training, while 200 groups are generated for testing. This simulation is repeated 100 times, and the average recognition is obtained. Another simulation is adopted to test the efficiency of the hybrid recognition with the Iris data set. Iris data set contains 150 patterns belonging to three classes. There are 50 exemplars for each class and each input is a four-dimensional real vector[22]. The recognition accuracy and time complexity are compared between SVM and our approach. There are two parts in this simulation. In the first part, all 150 samples are used in training. And these 150 samples are used to test the training accuracy. In the second part, 60 samples from the Iris data set are used to train classifiers and other 90 samples are used for test. The generalization of the proposed approach is proved.

Results of experiment 1: classification of the radar emitter signals

An information sheet of radar emitter signals is built, which is shown as Table1. Data in the information table should be changed into discrete values, because continuous values cannot be processed by the rough sets theory. There are many methods for data discretization and here the equivalent width method[11] is adopted in this article. Based on the equivalent width method, the range is divided into intervals. Intervals of one attribute are of the same size and different attributes can have different numbers of intervals. In our article, attributes are divided into three intervals. The attribute values in the same interval have the same discrete value. The discrete information is shown in Table2, where A, B, C, and D denote the attribute RF, PRF, ARR, and PW, respectively. After that, the dependent extent of radar type to each attribute is computed used (3). γ A = 7 8 , γ B = 7 8 , γ C = 0, and γ D = 7 8 . As the dependent extent of radar type to the attribute C (ARR) is 0, the attribute C is unnecessary for classification and removed. The knowledge rules are obtained. Table3 shows these rules, where—denotes an any value. Some radars have different operating modes and in different operating mode, the emitter signals parameters vary obviously. In the clustering of radar emitter signal samples, if cluster samples of one radar emitter into one cluster, that samples of the same radar may gather in several subregions in the cluster. The aggregation of the cluster would be reduced. Thus, we cluster the samples based on the subregions determined by using rough sets. The samples of three types of radar emitters are distributed into seven clusters.

Table 1 Information of known radar emitter signals
Table 2 Discrete information of known radar emitter signals
Table 3 Knowledge rules

Based on these knowledge rules, initial clustering centers are obtained using (20). The known radar emitter samples are clustered by using the rough k-means on these initial cluster centers. As shown in Table4, 240 training samples are clustered into seven clusters. The cluster centers, rough boundary and uncertain boundary of the primary recognition are computed. The rough k-means classifier has been built.

Table 4 Parameters in primary recognition

The classification accuracy of each radar emitter is as the confusion matrices shown in Table5. For example, row (1) indicates that on the 34 samples of the subclass 1, 32 have been classified correctly and 2 in subclass 5. The primary recognition accuracy is 86%. The advanced recognition accuracy is 92%. The number of samples that are falsely classified in uncertain areas is 18, while the total number of wrong classified samples is 28. As (18) described, the theoretical accuracy can be computed as: A total =86%+14%× 18 28 ×92%=94.28%.

Table 5 Confusion matrices of radar emitter recognition

The proposed method is compared with the RBF neural network studied by Zhang et al.[6], the RBF-SVM and the probabilistic SVM radar recognition approach studied by Lin et al.[8]. As shown in Table6, the accuracy of the hybrid recognition proposed in this article is 94.5%, which is higher than existing methods, i.e., 92, 92.5, and 93%. The accuracy of the hybrid recognition from simulation experiments is close to the theoretical value, i.e., 94.28%.

Table 6 Results of radar emitter recognition methods

Results of experiment 2: classification of the data set Iris

From Table7, we can know the proposed approach has not only a higher recognition accuracy than SVM, but also high training accuracy and good generalization. In the first part of this experiment, all the 150 samples are used to train and test these two methods. The hybrid recognition proposed in this article has a high training accuracy, i.e., 99.33%, which is higher than SVM’s, i.e., 98.67%. In the second part of this experiment, 60 samples are used as training samples, and other 90 samples are used to test SVM and the hybrid recognition. The recognition accuracy of the proposed approach is 97.78%, which can indicate the hybrid recognition has a good generalization.

Table 7 Recognition results of Iris

In addition, let’s compare the time complexities of SVM and the proposed approach. The time complexity of SVM isO( m 3 ), and that of the proposed approach isO( m 3 ), where m and mare the number of training samples for the SVM and the number of training samples for the SVM in the advanced recognition of the hybrid recognition, respectively.

When 150 samples are used as training samples, all of them are used to train the classical SVM. m = 150 and the time complexity of the classical SVM isO(15 0 3 ). In our approach, training samples are clustered in the primary recognition, and only the rough samples are used to train the SVM in the advanced recognition. More specifically, there are 70 training samples for the SVM in the advanced recognition, i.e., m =70, so the time complexity isO(7 0 3 ). Similarly, when 60 samples are used as training samples, all of these samples are used to train the classical SVM, while there are 36 training samples for the SVM in the advanced recognition of the hybrid recognition, i.e., m = 60 and m= 36. So in the second part, the time complexity of the classical SVM isO(6 0 3 ), while the time complexity of the proposed approach isO(3 6 3 ).

From the comparison above, we can know that the time complexity of the hybrid recognition is obviously lower than the classical SVM.

Conclusions

In this article, a hybrid recognition method has been proposed to recognize radar emitter signals. The hybrid classifier consists of a rough k-means classifier (linear classifier) and a SVM (nonlinear classifier). Based on the linear separability of the classifying sample, the sample is classified by the suitable classifier. Thus for the radar emitter sample set containing both linearly separable samples and linearly inseparable samples, the approach can achieve a higher accuracy.

A linear classifier based on the rough set and the rough k-means has been proposed, i.e., the rough k-means classifier. The rough k-means clustering can reduce the radius of the clusters and increase the accuracy of the primary recognition. The initial centers for the rough k-means are computed based on the rough set, which can reduce the time complexity of the rough k-means clustering. The rough k-means classifier can classify linear separable samples efficiently and pick up linearly inseparable samples. These linear inseparable samples are processed by the SVM in the advanced recognition. Therefore, the training samples for the SVM in the advanced recognition are reduced. Simulation results have shown that the proposed approach can achieve a higher accuracy and a lower time complexity, when compared with existing approaches.

The hybrid recognition approach in this article is suitable for the classification of the radar emitter signal sample set containing both linearly separable and linearly inseparable samples. We admit that our hybrid recognition approach is based on the fact that these linearly inseparable samples which reduce the accuracy of clustering are mostly at the edges of clusters. From (18), we know that if the linearly inseparable sample appears frequently in the center region instead of the edge, the accuracy of recognition will be reduced. How to solve this problem is the focus of our future study.

References

  1. Latombe G, Granger E, Dilkes F: Fast learning of grammar production probabilities in radar electronic support. IEEE Trans. Aerosp. Electron. Syst 2010, 46(3):1262-1290.

    Article  Google Scholar 

  2. Ren M, Cai J, Zhu Y, He M: Radar emitter signal classification based on mutual information and fuzzy support vector machines. Proceedings of International Conference on Software Process 2008 2008, 1641-1646.

    Google Scholar 

  3. Bezousek P, Schejbal V: Radar technology in the Czech Republic. IEEE Aerosp. Electron. Syst. Mag 2004, 19(8):27-34. 10.1109/MAES.2004.1346896

    Article  Google Scholar 

  4. Zhang G, Hu L, Jin W: Intra-pulse feature analysis of radar emitter signals. J. Infrared Millimeter Waves 2004, 23(6):477-480.

    Google Scholar 

  5. Swiercz E: Automatic classification of LFM signals for radar emitter recognition using wavelet decomposition and LVQ classifier. Acta Phys. Polonica A 2011, 119(4):488-494.

    Google Scholar 

  6. Zhang Z, Guan X, He Y: Study on radar emitter recognition signal based on rough sets and RBF neural network. Proceedings of the eighth international conference on machine learning and cybernetics 2009, 1225-1230.

    Google Scholar 

  7. Yin Z, Yang W, Yang Z, Zuo L, Gao H: A study on radar emitter recognition based on SPDS neural network. Inf. Technol. J 2011, 10(4):883-888.

    Article  Google Scholar 

  8. Li L, Ji H, Wang L: Specific radar emitter recognition based on wavelet packet transform and probabilistic SVM. IEEE International Conference on Information and Automation 2009, 1283-1288.

    Google Scholar 

  9. Lin L, Ji H: Combining multiple SVM classifiers for radar emitter recognition. 6th International Conference on Fuzzy Systems and Knowledge Discovery 2010, 140-144.

    Google Scholar 

  10. Pawlak Z: Rough sets. Int. J. Comput. Inf. Sci 1982, 11(4):341-356.

    Article  MathSciNet  Google Scholar 

  11. Walczak B, Massart D: Rough sets theory. Chemomet. Intell. Lab. Syst 1999, 47: 1-16. 10.1016/S0169-7439(98)00200-7

    Article  Google Scholar 

  12. Chen Y, Yang J, Trappe W, Martin R: Detecting and localizing identity-based attacks in wireless and sensor networks. IEEE Trans. Veh. Technol 2010, 59(5):2418-2434.

    Article  Google Scholar 

  13. Kanungo T, Mount AD, Netanyahu N, Piatko C, Silverman R, Wu A: An efficient k-means clustering algorithm: analysis and implementation. IEEE Trans. Pattern Anal. Mach. Intell 2002, 24(7):881-892. 10.1109/TPAMI.2002.1017616

    Article  Google Scholar 

  14. Maulik U, Bandyopadhyay S: Genetic algorithm-based clustering technique. Patten Recogn 2000, 33(9):1455-1465. 10.1016/S0031-3203(99)00137-5

    Article  Google Scholar 

  15. Pawan L, West C: Interval set clustering of web users with rough k-means. J. Intell. Inf. Syst 2004, 23: 5-16.

    Article  Google Scholar 

  16. Chapelle O, Haffner P, Vapnik V: Support vector machines for histogram-based image classification. IEEE Trans. Neural Netw 1999, 10(5):1055-1064. 10.1109/72.788646

    Article  Google Scholar 

  17. Sun G, Guo W: Robust mobile geo-location algorithm based on LS-SVM. IEEE Trans. Veh. Technol 2005, 54(3):1037-1041. 10.1109/TVT.2005.844676

    Article  MathSciNet  Google Scholar 

  18. Yuan X, Wang Y, Wu L: SVM-based approximate model control for electronic Throttle valve. IEEE Trans. Veh. Technol 2008, 57(5):2747-2756.

    Article  Google Scholar 

  19. Cai Z, Zhao H, Jia M: Spectrum sensing in cognitive radio based on adaptive optimal SVM. Inf. Technol. J 2011, 10(7):1427-1431.

    Article  Google Scholar 

  20. Lyszko D, Stepaniuk J: Rough Entropy Based k-Means Clustering. 2009.

    Google Scholar 

  21. Tsang I, Kwok J, Cheung P: Core vector machines: Fast SVM training on very large data sets. J. Mach. Learn. Res 2005, 6: 363-392.

    MathSciNet  Google Scholar 

  22. Anand R, Mehrotra K, Mohan C, Ranka S: Efficient classification for multiclass problems using modular neural networks. IEEE Trans. Neural Netw 1995, 6: 2747-2756.

    Article  Google Scholar 

Download references

Acknowledgements

The authors would like to thank the editors and reviewers for helpful comments and suggestions. This study was supported by a grant from National Natural Science Foundation of China (grant number: 61102084).

Author information

Authors and Affiliations

Authors

Corresponding authors

Correspondence to Zhutian Yang or Zhendong Yin.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ contributions

ZW proposed the hybrid recognition model; ZY made the simulation; ZY improved the approach and provide the fund; HS and AN improved the method and revised the manuscript. All authors read and approved the final manuscript.

Authors’ original submitted files for images

Below are the links to the authors’ original submitted files for images.

Authors’ original file for figure 1

Authors’ original file for figure 2

Authors’ original file for figure 3

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License ( https://creativecommons.org/licenses/by/2.0 ), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Wu, Z., Yang, Z., Sun, H. et al. Hybrid radar emitter recognition based on rough k-means classifier and SVM. EURASIP J. Adv. Signal Process. 2012, 198 (2012). https://doi.org/10.1186/1687-6180-2012-198

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2012-198

Keywords