This application is a 371 of international application of PCT application serial no. PCT/CN2017/114108, filed on Nov. 30, 2017, which claims the priority benefit of China application no. 201710189632.0, filed on Mar. 27, 2017. The entirety of each of the above mentioned patent applications is hereby incorporated by reference herein and made a part of this specification.
The present invention relates to the fields of mode identification, machine learning and digital communication, and more particularly, to a method for automatically identifying a modulation mode for a digital communication signal.
The purpose of communication is to effectively, safely and accurately transmit information by a channel. Regardless of wired communication or wireless communication, due to channel limitations, and in order to make full use of the capacity of the channel and meet different needs of users, all baseband signals cannot be directly transmitted and must be modulated. Through modulation, the signal can be transmitted more safely, and a higher communication rate and a more effective spectrum utilization rate can also be obtained. With rapid development of electronic technology and continuous improvement of information transmission requirements, there are more and more modulation modes for communication signals. At present, various modulation modes are applied in a communication system, and the signals are modulated to different frequency bands for transmission. In specific application, we encounter not only cooperative communication problems, but also non-cooperative communication problems. Cooperative communication is usually used in most civil communications, i.e., a modulation mode and a modulation parameter of a transmission signal are known in advance, and a receiver only needs to demodulate received information according to the modulation mode and the modulation parameter given in advance. However, a receiving end may receive all kinds of signals, after all, in today's highly developed communication signals, the signals in the surrounding space are complex and various, how to extract a signal to be really received from the receiving end is also an important problem, one method is to identify the received signal, obtain its modulation mode and its modulation parameter, and then compare the signal with a signal given in advance, and if the signal is determined to be from a sending end, the signal is received and demodulated. Meanwhile, all software radio receivers have realized automatic reception of multi-band and multi-modulation signals at present, and it is also necessary to identify the modulation mode and the signal parameter of the signal before receiving the signal correctly. Therefore, automatic identification of the modulation mode of the communication signal is widely used in civil communication.
In April 1969, four authors including C. S. Waver published the first paper “Automatic Classification of Modulation Types Using Mode Identification Technology” about a research on automatic modulation identification in the technical report of Stanford University. Since then, the research on automatic identification of modulation signal at home and abroad has entered a vigorous development stage, and a system has been gradually improved. Polydoros did a lot of research works in the field of decision theory and method of modulation identification, which were mainly used for classification of CW, MPSK and MFSK signals. J. A. Sills proposed to use a maximum likelihood method to classify PSK signals and QAM signals, and Wen Wei proposed to use the maximum likelihood method to realize QAM modulation classification of signals. Hsue proposed to use a histogram between time intervals of zero crossing points of signals and phase differences to classify signals. In 1992, Assaleh proposed a classification method for the digital modulation signal by using an AR model to extract an instantaneous frequency and an instantaneous bandwidth of a signal as characteristic parameters, and CW, MPSK and MFSK signals could be classified according to the method. A. K. Nandi and E. E. Azzouz used nine key characteristics proposed by them to classify and identify analog and digital signals using the methods of decision theory, neural network and neural network cascade respectively, and when a signal-to-noise ratio was greater than 10 dB, a good identification effect was achieved. In recent years, researchers have combined machine learning, neural network technology, wavelet transform technology, high-level spectrum analysis technology and modulation identification technology, and proposed many new modulation identification methods. The application of the machine learning in the automatic identification of the modulation mode for the digital communication signal has received extensive attention.
The present invention is intended to provide a method for automatically identifying a modulation mode for a digital communication signal, which is used for identifying six types of commonly used digital communication modulation signals, respectively comprising 2ASK, 4ASK, 2FSK, 4FSK, 2PSK and 4PSK. A machine learning method based on concurrent integrated learning is applied to identify a modulation mode for a digital signal according to the present invention. The six types of digital communication modulation signals can be more accurately identified according to the present invention.
The object of the present invention is achieved by the following technical solutions.
A method for automatically identifying a modulation mode for a digital communication signal comprises following steps.
S1. Preprocessing a training digital modulation signal, a signal preprocessing part providing suitable data for subsequent processing, and the signal preprocessing comprising: estimating a bandwidth and a carrier frequency of the unknown signal, performing band-pass filtering on the signal, and converting the signal to an appropriate frequency band.
S2. Extracting a characteristic value of the training digital modulation signal, and extracting a signal time domain characteristic from the digital modulation signal, comprising:
(1) a maximum value γmax of a normalized center instantaneous amplitude spectrum
γmax=max|FFT[acn(i)]2/Ns
acn(i)=an(i)−1,
wherein Ns is a number of sampling points, acn(i) is a zero-center normalized instantaneous amplitude,
is an average value of the instantaneous amplitude a(i), and a purpose of normalizing the instantaneous amplitude with the average value is to eliminate an effect of channel gains;
(2) a standard deviation σap of an absolute value of a nonlinear component of an instantaneous phase of a zero-center non-weak signal segment
wherein at is an amplitude decision threshold level for judging a weak signal, c is a number of all sampled data Ns belonging to a non-weak signal value, and ϕNL(i) is the nonlinear component of the instantaneous phase after zero-center processing; and when carrier waves are completely synchronized,
ϕNL(i)=φ(i)−φ0,
wherein
and φ(i) is the instantaneous phase;
(3) a standard deviation σdp of the nonlinear component of he instantaneous phase of the zero-center non-weak signal segment
(4) a standard deviation σaa of an absolute value of the zero-center normalized instantaneous amplitude
wherein a definition equation of acn(i) has been given above; and
(5) a standard deviation σaf of an absolute value of an instantaneous frequency of a zero-center normalized non-weak signal segment
wherein
Rs is a symbol rate of the digital signal, and f(i) is an instantaneous frequency of the signal.
S3. Training a strong classifier, and training five weak classifiers based on a BP neural network through Bagging concurrent integrated learning, then combining the weak classifiers into the strong classifier, and a specific step comprises as follows.
S31. Setting a data set G={(x1,y1), . . . , (x1000,y1000)} containing 1000 training samples, wherein xi=[γmax
wherein a first column represents a 2ASK modulation mode, a second column represents a 4ASK modulation mode, a third column represents a 2FSK modulation mode, a fourth column represents a 4FSK modulation mode, a fifth column represents a 2PSK modulation mode, and a sixth column represents a 4PSK modulation mode.
S32. Randomly taking a sample from the data set of the training samples and placing the sample into a sampling set, then placing the sample back into the data set of the initial training samples, so that the sample is possibly selected in next sampling, thus obtaining a sampling set Dt containing 1000 samples after 1000 times of random sampling operations; and similarly, sampling five sampling sets containing 1000 training samples.
S33. Training a three-layer BP neural network called as a weak classifier for each sampling set Dt, wherein, a column vector input is used for an input of the network, i.e., xi=[γmax
S34. Obtaining the strong classifier by combining the weak classifiers, wherein an overall decision function is:
wherein x is an input vector, y is an output vector, I(•) is an indicator function, and when • is true and false, values 1 and 0 are respectively taken.
S4. Testing the model, wherein a digital modulation signal to be tested is preprocessed firstly and a corresponding characteristic value is extracted, and then the characteristic value is inputted into the strong classifier in the step 3 to classify and identify the modulation mode; when a predicted output of each weak classifier is combined, a simple voting method is used to obtain a classification result by a rule that the minority obeys the majority.
After employing the technical solutions above, the present invention has the following advantages and technical effects.
1. According to the method, five commonly used characteristic values are identified as the input of the strong classifier by the digital signal modulation mode, and all characteristic values are used in each decision instead of using only one characteristic value, a success rate of identification is mainly related to an overall performance of a characteristic, and compared with the traditional method of using one characteristic quantity to make decision, the method has the higher success rate of identification.
2. An intelligent degree is high, no prior knowledge is needed, and it is only needed to train the samples and adjust a structure of the classifier, so that the modulation mode can be identified.
The present application is further described in detail below with reference to the accompanying drawings and the specific embodiments.
The embodiment provides a method for automatically identifying a modulation mode for a digital communication signal, as shown in
S1. Preprocessing a training digital modulation signal, a signal preprocessing part providing suitable data for subsequent processing, and the signal preprocessing comprising: estimating a bandwidth and a carrier frequency of the unknown signal, performing band-pass filtering on the signal, and converting the signal to an appropriate frequency band.
S2. Extracting a characteristic value of the training digital modulation signal, and extracting a signal time domain characteristic from the digital modulation signal, comprising:
(1) a maximum value γmax of a normalized center instantaneous amplitude spectrum
γmax=max|FFT[acn(i)]2/Ns
acn(i)=an(i)−1,
wherein Ns is a number of sampling points, acn(i) is a zero-center normalized instantaneous amplitude,
is an average value of the instantaneous amplitude a(i), and a purpose of normalizing the instantaneous amplitude with the average value is to eliminate an effect of channel gains;
(2) a standard deviation σap of an absolute value of a nonlinear component of an instantaneous phase of a zero-center non-weak signal segment
wherein at is an amplitude decision threshold level for judging a weak signal, c is a number of all sampled data Ns belonging to a non-weak signal value, and ϕNL(i) is the nonlinear component of the instantaneous phase after zero-center processing; and when carrier waves are completely synchronized,
ϕNL(i)=φ(i)−φ0,
wherein
and φ(i) is the instantaneous phase;
(3) a standard deviation σdp of the nonlinear component of the instantaneous phase of the zero-center non-weak signal segment
(4) a standard deviation σaa of an absolute value of the zero-center normalized instantaneous amplitude
wherein a definition equation of σcn(i) has been given above; and
(5) a standard deviation σaf of an absolute value of an instantaneous frequency of a zero-center normalized non-weak signal segment
wherein
Rs is a symbol rate of the digital signal, and f(i) is an instantaneous frequency of the signal.
S3. Training a strong classifier, and training five weak classifiers based on a BP neural network through Bagging concurrent integrated learning, then combining the weak classifiers into the strong classifier, and a specific step comprises as follows.
S31. Setting a data set G={(x1,y1), . . . , (x1000,y1000)} containing 1000 training samples, wherein xi=[γmax
wherein a first column represents a 2ASK modulation mode, a second column represents a 4ASK modulation mode, a third column represents a 2FSK modulation mode, a fourth column represents a 4FSK modulation mode, a fifth column represents a 2PSK modulation mode, and a sixth column represents a 4PSK modulation mode.
S32. Randomly taking a sample from the data set of the training samples and placing the sample into a sampling set, then placing the sample back into the data set of the initial training samples, so that the sample is possibly selected in next sampling, thus obtaining a sampling set Dt containing 1000 samples after 1000 times of random sampling operations; and similarly sampling five sampling sets containing 1000 training samples.
S33. Training a three-layer BP neural network called as a weak classifier for each sampling set Dt, wherein, a column vector input is used for an input of the network, i.e., xi=[γmax
S34. As shown in
wherein x is an input vector, y is an output vector, I(•) is an indicator function, when • is true and false, values 1 and 0 are respectively taken, and h (x) is a decision function corresponding to each weak classifier.
S4. Testing the model, wherein a digital modulation signal to be tested is preprocessed firstly and a corresponding characteristic value is extracted, and then the characteristic value is inputted into the strong classifier in the step 3 to classify and identify the modulation mode; when a predicted output of each weak classifier is combined, a simple voting method is used to obtain a classification result by a rule that the minority obeys the majority.
The BP neural network used in the present invention has a training method for a self-adaptive modulation learning rate, and the digital signal modulation mode is fully used to identify five commonly used characteristic values as the input of the strong classifier. All the characteristic values are used in each decision instead of using only one characteristic value. Compared with the traditional method of using one characteristic quantity to make decision, a success rate of identification is mainly related to the overall performance of the characteristic. Meanwhile, for the same training data, a plurality of BP neural networks are trained as the weak classifiers by Bagging, and the strong classifier is formed by these weak classifiers. Therefore, the modulation mode has a higher success rate of identification.
The specific embodiment described above is merely the optimal implementation of the invention, but is not used to limit the protection scope of the invention, and any equivalent structure or equivalent flow transformation made by using the spirit and principle of the invention and the contents of the drawings shall be included in the protection scope of the invention.
Number | Date | Country | Kind |
---|---|---|---|
201710189632.0 | Mar 2017 | CN | national |
Filing Document | Filing Date | Country | Kind |
---|---|---|---|
PCT/CN2017/114108 | 11/30/2017 | WO | 00 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2018/176889 | 10/4/2018 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
6240282 | Kleider | May 2001 | B1 |
6466614 | Smith | Oct 2002 | B1 |
6690746 | Sills | Feb 2004 | B1 |
6934342 | Ishii | Aug 2005 | B1 |
10003483 | Migliori | Jun 2018 | B1 |
20110103454 | Bose | May 2011 | A1 |
20120257829 | Fam | Oct 2012 | A1 |
Number | Date | Country |
---|---|---|
102710572 | Oct 2012 | CN |
104994045 | Oct 2015 | CN |
107124381 | Sep 2017 | CN |
2016138238 | Sep 2016 | WO |
Entry |
---|
Wang Xin et al., “Primary User Signal Recognition Algorithm based on Random Forest in Cognitive Network”, Journal of Northeastern University (Natural Science), vol. 35, No. 12, Dec. 2014, pp. 1706-1709. |
Zhu Shou-Ye, “Intrusion detection based on BP neural network and Bagging method”, Computer Engineering and Applications, 2009,45(18), Jun. 2009, pp. 123-125 and 128. |
Lin Jinfu et al., “Novel Modulation Recognition Algorithm Based on Boosting Feature Selection”, Wide Band Network-Video Engineering, vol. 37, No. 15, Aug. 2013, pp. 90-92 and132. |
“International Search Report (Form PCT/ISA/210) of PCT/CN2017/114108,” dated Jan. 30, 2018, with English translation thereof, pp. 1-6. |
Number | Date | Country | |
---|---|---|---|
20200044899 A1 | Feb 2020 | US |