CN109274626B - Modulation identification method based on constellation diagram orthogonal scanning characteristics - Google Patents

Modulation identification method based on constellation diagram orthogonal scanning characteristics Download PDF

Info

Publication number
CN109274626B
CN109274626B CN201811389534.2A CN201811389534A CN109274626B CN 109274626 B CN109274626 B CN 109274626B CN 201811389534 A CN201811389534 A CN 201811389534A CN 109274626 B CN109274626 B CN 109274626B
Authority
CN
China
Prior art keywords
signal
constellation diagram
scanning
modulation
neural network
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811389534.2A
Other languages
Chinese (zh)
Other versions
CN109274626A (en
Inventor
王卫东
甘露
廖红舒
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of Electronic Science and Technology of China
Original Assignee
University of Electronic Science and Technology of China
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by University of Electronic Science and Technology of China filed Critical University of Electronic Science and Technology of China
Priority to CN201811389534.2A priority Critical patent/CN109274626B/en
Publication of CN109274626A publication Critical patent/CN109274626A/en
Application granted granted Critical
Publication of CN109274626B publication Critical patent/CN109274626B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L27/00Modulated-carrier systems
    • H04L27/0012Modulated-carrier systems arrangements for identifying the type of modulation

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Digital Transmission Methods That Use Modulated Carrier Waves (AREA)

Abstract

The invention belongs to the technical field of communication, and particularly relates to a modulation identification method based on orthogonal scanning characteristics of a constellation diagram. The invention utilizes orthogonal scanning to convert the time complexity of the signal characteristic extraction stage from O (n) compared with the method of converting the constellation diagram into the color density spectrum image by adopting the density statistical window2) O (n) is reduced, and because the extracted signal features are one-dimensional, a simpler neural network classifier can be selected, so that the occupied resources are less, the calculated amount is less, the recognition speed is higher, and the recognition accuracy is also improved.

Description

Modulation identification method based on constellation diagram orthogonal scanning characteristics
Technical Field
The invention belongs to the technical field of communication, and particularly relates to a modulation identification method based on orthogonal scanning characteristics of a constellation diagram.
Background
Since the first article for researching automatic modulation and identification of communication signals was published in 1969 by four scholars such as c.s.weaver in technical reports of stanford university, the automatic modulation and identification technology of communication signals has been a research hotspot in the communication field, has wide application in the fields of electronic reconnaissance and countermeasure, spectrum monitoring and management, and the like, and has important significance for communication intellectualization. Existing modulation identification techniques are mainly divided into two main categories: a maximum likelihood method based on hypothesis testing and a pattern recognition method based on feature extraction.
The maximum likelihood method based on hypothesis test utilizes probability model derivation to find out the most reasonable parameter estimation quantity when the probability density of an observed value reaches the maximum, and the result is optimal from the point of Bayesian estimation. Compared with a maximum likelihood method based on hypothesis test, the pattern recognition method based on feature extraction is stable and has stronger practicability. At present, the signal characteristics for modulation identification mainly include instantaneous amplitude, frequency and phase isochronal characteristics, constellation diagram geometric characteristics, time-frequency distribution characteristics, high-order statistic characteristics, cyclostationary characteristics, and the like.
The constellation diagram of the digital modulation signal can intuitively reflect the modulation type of the signal, but the traditional identification method based on the geometrical characteristics of the constellation diagram, such as fuzzy C-mean clustering and other methods for counting constellation diagram symbol clusters, has higher requirements on the signal-to-noise ratio. In order to solve the problem, researchers propose that a density statistical window can be adopted to convert a common constellation diagram into a colorful density spectrum view, namely a statistical image about the distribution density of symbol sampling points on the constellation diagram, and a neural network is utilized to identify the image, so that the applicability of the method based on the geometrical characteristics of the constellation diagram under the condition of low signal-to-noise ratio is greatly enhanced. However, the time complexity of the method in the signal feature extraction stage is O (n)2) In order to achieve higher image recognition accuracy, deep convolutional neural networks such as GoogLeNet and AlexNet are adopted, the number of parameters of the models is in the order of millions and millions, resources are occupied, the calculation amount is large, and therefore the recognition speed is slow.
Disclosure of Invention
The present invention aims to solve the above problems, and provides a modulation identification method based on orthogonal scanning characteristics of a constellation diagram, which is essentially to perform density statistics on the distribution of symbol sampling points on the constellation diagram.
The technical scheme adopted by the invention is as follows:
a modulation identification method based on constellation diagram quadrature scanning characteristics is mainly used for identifying a digital modulation mode (PSK/QAM), and is characterized by comprising the following steps:
s1: preparing signal data
Assuming that there are v types of signal modulation schemes to be identified, and the current class label T represents each modulation scheme, the signal set to be identified can be represented as T ═ { T ═ 1, 2, …, v }. Generating simulation signals by MATLAB and then simulating realityOr directly collecting the actual signal through a signal receiver. Finally obtaining baseband signals, and acquiring m code element symbols each time to obtain a symbol sequence
Figure BDA0001873713950000021
Sequence element (x)i,yi) Is a symbol siCoordinates on the constellation diagram.
S2: performing orthogonal scanning on a constellation diagram
Setting the width w and the scanning length n of the density statistical window, and assuming that scanning is started from the upper left corner of the constellation diagram, the scanning starting position is
Figure BDA0001873713950000022
The scanning process is shown in fig. 1.
Scanning the X-axis direction of the constellation diagram to obtain a density statistical vector with the length of n
Figure BDA0001873713950000023
Scanning in the Y-axis direction
Figure BDA0001873713950000024
The specific scanning process is as follows:
x=x0,y=y0
fork=1,2,…,ndo
x′=x+w/2
y′=y-w/2
dx(k)=countx(S,x,x′)
dy(k)=county(S,y,y′)
x=x′
y=y′
end for
wherein, the function countx(S, x, x ') is used for searching symbols which satisfy the condition that the abscissa is more than or equal to x and less than x' in the symbol sequence S, and returning the number of symbol sampling points which satisfy the condition; similarly, the function county(S, y, y') is a reference for finding the satisfied ordinate in the symbol sequence SSymbols less than or equal to y and greater than y'.
The signal characteristic obtained by performing orthogonal scanning on the constellation diagram is dxy=(dx,dy)。
S3: training neural network classifier
Repeating the steps S1 and S2, and obtaining a large number of signal characteristic samples d of each modulation mode in the preset signal setxyThen, a training dataset D { (D) is constructedxyT), and simultaneously building a neural network shown in figure 2, and optimizing the neural network by using an Adam algorithm.
S4: identifying communication signals
Extracting signal feature d from digital communication signal of unknown modulation mode by using signal feature extraction method mentioned in step S2xyThen, the neural network classifier trained in step S3 is input to obtain a recognition result t.
The modulation identification method based on the orthogonal scanning characteristics of the constellation diagram utilizes the advantages of orthogonal scanning, and compared with the method of converting the constellation diagram into the color density spectrum image by adopting the density statistical window, the modulation identification method based on the orthogonal scanning characteristics of the constellation diagram utilizes the sliding times of the density statistical window from n2Reduced to n, so that the time complexity of the signal feature extraction stage is from O (n)2) Reduced to O (n); because the signal characteristics obtained by the method are one-dimensional, a simpler neural network classifier can be selected for identifying the three-dimensional color image characteristics, the occupied resources are less, the calculated amount is less, and the identification speed is higher; in addition, the density statistical characteristics obtained by performing orthogonal scanning on the constellation diagram are equivalent to performing secondary statistics on the density spectrum of the constellation diagram in the X-axis direction and the Y-axis direction, and the formed signal characteristics are more stable and effective, so that the final identification accuracy is improved, and experiments prove that the density statistical characteristics are also obtained.
Drawings
Fig. 1 is a schematic diagram of a process for performing quadrature scanning on a signal constellation diagram according to the present invention;
FIG. 2 is a schematic diagram of a neural network classifier selected for use in the present invention;
FIG. 3 is a graph of signal to noise ratio variation with average recognition accuracy for a signal in an embodiment of the present invention;
fig. 4 shows the signal recognition result when the signal-to-noise ratio is 5dB in the embodiment of the present invention.
Detailed Description
The invention is described in detail below with reference to the drawings and examples so that those skilled in the art can better understand the invention.
Examples
The purpose of this embodiment is to identify digital communication signals of different modulation modes and verify the identification accuracy. The data in this embodiment is derived from an actual wireless communication signal, the signal transmission rate is 2M Baud, and the data includes five digital modulation modes { BPSK, QPSK,8PSK,16QAM,64QAM }. The signal receiver is responsible for receiving signals, and the signal-to-noise ratio of the obtained baseband signals is about 35dB through a series of signal preprocessing processes. Each sampling obtains 8192 code element symbols, namely m is 8192, a code element sequence S is formed, the width w of a density statistical window is set to be 0.15, the scanning length n is set to be 256, orthogonal scanning is carried out on a constellation diagram depicted by S, and a signal characteristic d is obtainedxyThis operation is repeated 2 ten thousand times for each modulation scheme signal to obtain a total of 10 ten thousand signal feature samples, and then a data set D { (D) is constructedxyT) }, where t is 1, 2, …, 5, which corresponds to the five modulation schemes described above. The neural network classifier is then trained with data set D. In order to test the performance of the method provided by the invention under a low signal-to-noise ratio, Gaussian white noise with different intensities is directly added to a baseband signal, so that the signal-to-noise ratio is changed between 0 and 9dB, and under each signal-to-noise ratio, the average identification accuracy is obtained by adopting cross validation, and the result is shown in fig. 3, wherein the specific identification condition when the signal-to-noise ratio is 4dB is shown in fig. 4.

Claims (1)

1. A modulation identification method based on orthogonal scanning characteristics of a constellation diagram is characterized by comprising the following steps:
s1, acquiring signal data:
assuming that there are v types of signal modulation schemes to be identified, and each modulation scheme is represented by a category label T, representing a signal set to be identified as T ═ { T | T ═ 1, 2, …, v };
if m code elements are collected each time, the symbol sequence is obtained by collection
Figure FDA0001873713940000011
Sequence element (x)i,yi) Is a symbol siCoordinates on a constellation diagram;
s2, performing orthogonal scanning on the constellation diagram:
setting the width w and the scanning length n of the density statistical window, and starting scanning from the upper left corner of the constellation diagram, namely setting the scanning starting position as
Figure FDA0001873713940000012
Scanning the X-axis direction of the constellation diagram to obtain a density statistical vector with the length of n
Figure FDA0001873713940000013
Scanning in the Y-axis direction
Figure FDA0001873713940000014
The specific scanning process is as follows:
Figure FDA0001873713940000015
wherein, the function countx(S, x, x ') is used for searching symbols which satisfy the condition that the abscissa is more than or equal to x and less than x' in the symbol sequence S, and returning the number of symbol sampling points which satisfy the condition; function county(S, y, y ') is used for searching symbols satisfying that the ordinate is less than or equal to y and is greater than y' in the symbol sequence S;
the signal characteristic obtained by performing orthogonal scanning on the constellation diagram is dxy=(dx,dy);
S3, training a neural network classifier:
repeating the steps S1, S2 for the preset signal setFor each modulation mode in the modulation scheme, a large number of signal characteristic samples d are obtainedxyThen, a training dataset D { (D) is constructedxyT), simultaneously building a neural network, and training the neural network according to the data set;
s4, identifying communication signals:
signal feature d is extracted from the digital communication signal of unknown modulation scheme by the signal feature extraction method in step S2xyThen, the neural network classifier trained in step S3 is input to obtain a recognition result t.
CN201811389534.2A 2018-11-21 2018-11-21 Modulation identification method based on constellation diagram orthogonal scanning characteristics Active CN109274626B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811389534.2A CN109274626B (en) 2018-11-21 2018-11-21 Modulation identification method based on constellation diagram orthogonal scanning characteristics

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811389534.2A CN109274626B (en) 2018-11-21 2018-11-21 Modulation identification method based on constellation diagram orthogonal scanning characteristics

Publications (2)

Publication Number Publication Date
CN109274626A CN109274626A (en) 2019-01-25
CN109274626B true CN109274626B (en) 2020-11-13

Family

ID=65190304

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811389534.2A Active CN109274626B (en) 2018-11-21 2018-11-21 Modulation identification method based on constellation diagram orthogonal scanning characteristics

Country Status (1)

Country Link
CN (1) CN109274626B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110309854A (en) * 2019-05-21 2019-10-08 北京邮电大学 A kind of signal modulation mode recognition methods and device
CN111314254A (en) * 2019-12-25 2020-06-19 中国传媒大学 Signal modulation mode identification method and equipment
CN111865848B (en) * 2020-06-16 2023-03-24 武汉邮电科学研究院有限公司 Signal modulation format identification method and system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102263716A (en) * 2011-07-26 2011-11-30 苏州大学 Modulation type identifying method and system
CN107342962A (en) * 2017-07-03 2017-11-10 北京邮电大学 Deep learning intelligence Analysis On Constellation Map method based on convolutional neural networks
CN107707497A (en) * 2017-05-09 2018-02-16 电子科技大学 Communication signal recognition method based on subtractive clustering and fuzzy clustering algorithm
CN108234370A (en) * 2017-12-22 2018-06-29 西安电子科技大学 Modulation mode of communication signal recognition methods based on convolutional neural networks
CN108600135A (en) * 2018-04-27 2018-09-28 中国科学院计算技术研究所 A kind of recognition methods of signal modulation mode
CN108718288A (en) * 2018-03-30 2018-10-30 电子科技大学 Recognition of digital modulation schemes method based on convolutional neural networks
CN108809434A (en) * 2017-05-01 2018-11-13 谷歌有限责任公司 Mitigate the defect of the optical modulator of coherent optical communication system

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8238436B2 (en) * 2007-03-30 2012-08-07 Mediatek Inc. Methods and device for fast acquisition of digital video signals
RU2667501C1 (en) * 2014-11-21 2018-09-21 Хуавэй Текнолоджиз Ко., Лтд. Method, equipment and device for information transmission

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102263716A (en) * 2011-07-26 2011-11-30 苏州大学 Modulation type identifying method and system
CN108809434A (en) * 2017-05-01 2018-11-13 谷歌有限责任公司 Mitigate the defect of the optical modulator of coherent optical communication system
CN107707497A (en) * 2017-05-09 2018-02-16 电子科技大学 Communication signal recognition method based on subtractive clustering and fuzzy clustering algorithm
CN107342962A (en) * 2017-07-03 2017-11-10 北京邮电大学 Deep learning intelligence Analysis On Constellation Map method based on convolutional neural networks
CN108234370A (en) * 2017-12-22 2018-06-29 西安电子科技大学 Modulation mode of communication signal recognition methods based on convolutional neural networks
CN108718288A (en) * 2018-03-30 2018-10-30 电子科技大学 Recognition of digital modulation schemes method based on convolutional neural networks
CN108600135A (en) * 2018-04-27 2018-09-28 中国科学院计算技术研究所 A kind of recognition methods of signal modulation mode

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
Automatic modulation classification using compressive sensing based on High-Order Cumulants;Ziwen Zhang 等;《2017 9th International Conference on Advanced Infocomm Technology (ICAIT)》;20171124;第120-125页 *
Robust classification of quadrature amplitude modulation constellations based on GMM;Hao Zhang, Hongshu Liao, Lu Gan;《2014 IEEE International Conference on Communiction Problem-solving》;20150319;第546-549页 *
基于深度卷积神经网络的数字调制方式识别;彭超然,刁伟鹤,杜振宇;《计算机测量与控制》;20180831;第26卷(第8期);第222-226页 *

Also Published As

Publication number Publication date
CN109274626A (en) 2019-01-25

Similar Documents

Publication Publication Date Title
CN110163282B (en) Modulation mode identification method based on deep learning
CN110855591B (en) QAM and PSK signal intra-class modulation classification method based on convolutional neural network structure
CN109802905B (en) CNN convolutional neural network-based digital signal automatic modulation identification method
CN108234370B (en) Communication signal modulation mode identification method based on convolutional neural network
CN109274626B (en) Modulation identification method based on constellation diagram orthogonal scanning characteristics
CN108718288B (en) Method for recognizing digital signal modulation mode based on convolutional neural network
CN109120563B (en) Modulation recognition method based on neural network integration
CN102497343A (en) Combined modulation recognition method based on clustering and support vector machine
CN112733811B (en) Method for identifying underwater sound signal modulation modes based on improved dense neural network
CN111049770B (en) Modulation signal identification method based on high-order cumulant
CN110113288A (en) A kind of design and demodulation method of the ofdm demodulator based on machine learning
CN108052956A (en) Wireless light communication subcarrier modulation constellation recognition methods under a kind of atmospheric turbulance
CN111585922A (en) Modulation mode identification method based on convolutional neural network
Ahmadi Using fuzzy clustering and TTSAS algorithm for modulation classification based on constellation diagram
CN114422311B (en) Signal modulation recognition method and system combining deep neural network and expert priori features
Almohamad et al. Dual-determination of modulation types and signal-to-noise ratios using 2D-ASIQH features for next generation of wireless communication systems
CN111083079A (en) Orthogonal modulation format identification method based on constellation diagram
CN114615118B (en) Modulation identification method based on multi-terminal convolution neural network
CN110166389B (en) Modulation identification method based on least square support vector machine
CN107707497A (en) Communication signal recognition method based on subtractive clustering and fuzzy clustering algorithm
CN109450829A (en) Digital modulation signals bit rate estimation method and device
CN109067678A (en) Based on Higher Order Cumulants WFRFT signal cascade Modulation Identification method, wireless communication system
CN115913850B (en) Open set modulation identification method based on residual error network
CN107395540A (en) Modulation Signals Recognition method based on LMD approximate entropies, high accumulation accumulated amount and SVM
Xu et al. PSK/QAM modulation recognition by convolutional neural network

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant