SlideShare a Scribd company logo
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 13, No. 2, April 2023, pp. 1647~1653
ISSN: 2088-8708, DOI: 10.11591/ijece.v13i2.pp1647-1653  1647
Journal homepage: http://ijece.iaescore.com
Automatic modulation classification ased
b deep learning with
mixed feature
Ali H. Shah, Abbas Hussien Miry, Tariq M. Salman
Department of Electrical Engineering, College of Engineering, Mustansiriyah University, Baghdad, Iraq
Article Info ABSTRACT
Article history:
Received Jul 26, 2022
Revised Sep 26, 2022
Accepted Oct 21, 2022
The automatic modulation classification (AMC) plays an important and
necessary role in the truncated wireless signal, which is used in modern
communications. The proposed convolution neural network (CNN) for AMC
is based on a method of feature expansion by integrating I/Q (time form)
with r/Ɵ (polar form) in order to take advantage of two things: first, feature
expansion helps to increase features; the second is that converting to polar
form helps to increase classification accuracy for higher order modulation
due to diversity in polar form. CNN consists of six blocks. Each block
contains symmetric and asymmetric filters, as well as max and average
pooling filters. This paper uses DeepSig: RadioML which is a dataset of
24 modulation classes. The proposed network has outperformed many recent
papers in terms of classification accuracy for 24 modulation types, with a
classification accuracy of up to 96.06 at an SNR=20 dB.
Keywords:
Automatic modulation
Classification
Cognitive radio
Convolution neural network
Deep learning
This is an open access article under the CC BY-SA license.
Corresponding Author:
Abbas Hussien Miry
Department of Electrical Engineering, College of Engineering, Mustansiriyah University
Bab Al Muadham, Baghdad, 10047-Iraq
Email: abbasmiry83@uomustansiriyah.edu.iq
1. INTRODUCTION
The signal modulation patterns are becoming more intricate and diverse, and the radio environment
is becoming increasingly harsher, thanks to the extraordinary advancement of wireless communication [1].
automatic modulation classification (AMC) has a wide range of applications as cognitive radio (CR),
spectrum is rapidly depleting due to the development and growing demand for wireless services. [2], [3].
Here comes the radio cognitive technology to meet this challenge, which increases spectrum efficiency by
sharing the licensed band between licensees and unlicensed users [4], [5]. CR networks depend on AMC in
that they recognize the received signal without knowing the type of modulation used.
There are two types of AMC approaches likelihood-based (LB) and feature-based (FB) methods
[6]–[8]. The likelihood functions of all possible modulation schemes of the received signal are calculated
using LB methods, and the scheme with the highest likelihood value is chosen [9]. Although the LB
technique can deliver optimal performance, it necessitates a precise understanding of the received signals and
is computationally costly.
The FB technique, on the other hand, bases its conclusion on the extracted properties of received
signals, such as higher-order statistics (HOS) and power spectral density. Compared to the LB strategy, the
FB approach is easier to apply and achieves near-optimal results. Many researchers are now using machine
learning (ML) approaches as classifiers with extracted features, such as support vector machines, k-nearest
neighbor (KNN), and genetic programming [10].
Since ML techniques continue to make important advancements in numerous disciplines. Without
the requirement for hand-engineered features, deep learning (DL) can learn high-level features automatically.
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 1647-1653
1648
It has attracted a lot of interest due to its outstanding performance in challenges requiring complicated and
deep architectural recognition [11]–[14]. In [15]–[17], for example, a one-dimensional convolutional neural
network is used to generate promising results using only raw real and imaginary (I/Q) samples.
In addition, Peng et al. [18] translates incoming symbols to scatter points on the complex plane as
the input for a two-dimensional convolution neural network (CNN) that performs better. In one of the best
papers that achieved good results in the field of AMC it is suggested to use CNN-based AMC (CNN-AMC)
to automatically extract features from the lengthy symbol-rate observation sequence [19]. This network has
achieved an accuracy rating of up to 63.44% when SNR=20 dB. Although this network was among the first
networks to classify 24 types of modulation, the accuracy of the classification was not up to the required
level. So, after that, a lot of research was conducted to try to improve performance and increase the accuracy
of classification such as in [16]. The researcher used a network: visual geometry group (VGG) (developed
from a network (Google Net)), and residual neural (RN) to classification modulation
In network, VGG, the features of this network are (I/Q) 2×1024 and DL CNN classify, containing
the convolution layer, and it becomes less every time until it reaches the SoftMax layer 1×24. In the second
network RN, the features are also (I/Q) 2×1024 and DL called deep residual networks. VGG achieved an
accuracy of 64.68% when SNR=20 dB, while RN achieved 75.07% when SNR=20 dB. In [20] used distinct
asymmetric convolution kernels plus a number of specialized convolutional blocks to achieve an accuracy of
93.59%.
After that, the development of CNN networks continues to increase the classification efficiency to
reach 94.97% when SNR=20 dB by using a bottleneck and asymmetric convolution structure [21]. In 2021,
[22] the best performance at the level of classification accuracy was achieved, reaching 95.9% when
SNR=20 dB, by input size is extended as 4×N size by copying I/Q components. The following are the
paper’s contributions: i) the network can extract deep features from the enlarged frame using a unique
technique that extends the frame size from 2×1024 to 4×1024 by integrating I/Q (time domain) features
components with (r and Ɵ) (polar form) features components; ii) create a CNN network containing many
layers up to 128.
2. METHOD
2.1. Dataset
Radio ML 2018.01A dataset this dataset is a large dataset of Oshea’s [16] modulation
classifications. Across a broad range of signal-to-noise ratio (SNR) values, measurements of 24 different
kinds of modulation schemes are included. More than 2.5 million signals with simulated channel effects are
included in it. There are 26 SNRs for each type of modulation (OOK, 4ASK, 8ASK, BPSK, QPSK, 8PSK,
16PSK, 32PSK, 64APSK, 128APSK, 16QAM, 32QAM, 64QAM, 128QAM, 256QAM, AM-SSB-WC,
AMSSB-SC, AM-DSB-WC, AM-DSB-SC, FM, GMSK, OQPSK4096 frames per modulation, 1024 complex
time-series samples per frame. The effects of the channel are (carrier frequency offset (CFO), symbol rate
offset (SRO), multipath fading, and thermal noise).
2.2. Input features
As shown in Figure 1, in the classification network, 16QAM can be considered as part of 64QAM in
the I/Q level, and this causes confusion among them in the classification, which affects the reduction in the
efficiency of the classification accuracy because the images are treated by the network as a matrix, and in this
case, the two matrixes will be the same. In the polar plane, 16QAM does not appear as part of 64QAM as in
the real and imaginary pattern. Figure 1 also shows that it is possible to take advantage of diversity in the
transformation of real and imaginary form (I/Q) to polar form (r/Ɵ), which helps increase the accuracy of
classification, especially in high-order modulation. Another way to help get increase the accuracy of
classification is to extend the input features because it contributes to more features and many of the samples
in the frame include high-impact elements that are evident representations of each modulation style. This is
proposed in this paper is the merging of I/Q with r/Ɵ to benefit from the above. The input matrix will have
the largest number of rows of 4. The first row represents (I), the second is (Q), the third is (r), and the fourth
is (Ɵ), and the columns=1024 columns with the length of the signal, so the matrix is (4×1024).
2.3. Proposed CNN model
The suggested model distinguishes 24 forms of modulation, as shown in Figure 2. The network is
made up of three blocks: A, B, and C, with the last block (C) containing four convolutional layers to increase
the number of characteristics recovered. Because the input after merging the features is relatively huge
(4×1024), the first block is critical in minimizing the size of the input.
Int J Elec & Comp Eng ISSN: 2088-8708 
Automatic modulation classification ased
b deep learning with mixed feature (Ali H. Shah)
1649
This is accomplished by employing maximum pooling layers (M Pool), which keep the basic
characteristics, whereas max pool divides the features in half every time (2×1) is used (M Pool), When
compared to filters (2×2) or (3×3) kernels, block B contains asymmetric filters (3×1) whose purpose is to
extract vertical qualities over the spatial dimension in a superior manner while reducing trainable parameters
by roughly half. The (5×1) filters have been evaluated and shown to have no substantial impact on
performance accuracy while also slowing down the training process. Before entering block C, the size of the
feature must be reduced from 4×256 to 2×256, which will be done by the maximum-pooling layer (A Pool)
(2×1) with stride (2×1). Maximum pooling is significant in lowering computational complexity and affecting
classification accuracy because the average aggregation approach drops from 4×256 to 2×256 with the ability
to retain key information from the input.
The CNN networks proposed in this paper consist of a convolution layer and a batch normalization
layer, in addition to an activation layer rectified linear unit (ReLU). The average pooling (A Pool) has the
benefit of reducing the size of the received features from C-Block 4 to 24 in order to move it completely to
the SoftMax layer. The last layer is responsible for calculating the probability.
Figure 1. Compare between I/Q and polar form
Figure 2. Structure of the proposed CNN
3. RESULTS AND DISCUSSION
With 24, modulation, the simulation results were obtained. The data is visualized to show how
effective it is. A new approach to making the frame bigger, the network CNN is deep and has specifications
that allow it to take full advantage of the features by integrating I/Q with r/Ɵ Table 1 summarizes the results
of the simulation. 80% of the data set is used in the training phase, while the remaining 20% is used in the
test, simulated by MATLAB 2020b.
The results of the proposed network will be compared with the results of recent papers that used the
same types of modulation and the same dataset. All networks compared to the proposed network are deep
learning networks. As shown in Figure 3, the least accurate networks in the classification are CNN-AMC
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 1647-1653
1650
[19] and VGG [16], and it appears that their performance is convergent. Although they use the same basic
chassis, VGG is equipped with a broad bypass, so VGG is superior to CNN-AMC. In most SNR, the
performance of the best networks is the most recent models (MCNet) [20], LCNN Net [21], and Kim Net
[22], sparsely connected CNN with Kim [23] being the most recent network, superior to the aforementioned
models.
Table 1. Configuration for the simulation
Type Value
Max Epochs 60
Mini Batch Size 100
Initial Learning Rate 3e-4
Learning Rate Drop Period 20
Learning Rate Drop Factor 0.1
Optimizer Adam
Figure 3. The evaluation of accuracy using several models
The proposed network will be compared to Kim et al. [22], whose classification accuracy is 87.4 at
SNR=6 dB and 94.06 at SNR=10 dB, while the proposed model’s accuracy is 87.93 at SNR=6 dB and 94.93
at SNR=10 dB. Table 2 shows a comparison of the proposed network with the latest research that achieved
the best results in terms of classification accuracy with the use of the same dataset. Theoretical reasons for
the superiority of the proposed network are: i) extending the input from 2×1024 to 4×1024 leads to more
features extracted which improves network efficiency; ii) we expanded the input by merging real and
imaginary form (I/Q) with polar form (rƟ), which helps increase the accuracy of classification, especially in
high-order modulation, because in the polar plane, 16QAM does not appear as part of 64QAM as shown
Figure 1, which improves network efficiency; iii) the proposed network CNN contains asymmetric filters
(3×1) whose purpose is to extract vertical qualities over the spatial dimension in a superior manner;
iv) through experience, we have shown asymmetric filters (3×1) better use of other types of asymmetric
filters such as (5×1); and v) the proposed network CNN contains many layers up to 128. Which helps to take
advantage of most of the features in the network. Thus, the classification accuracy increased. In the future,
we are thinking of getting the same results by forming a network that is smaller in size than the current
network. also introduced different augmented and optimization techniques as working techniques in papers
[24], [25].
Then the proposed network will continue to outperform all networks when it has an SNR 6≥6 dB. It
can also be seen that the proposed network has achieved an improvement of 0.6% at SNR=6 dB, and 0.92%
at 10 dB SNR over Kim Net [22]. According to the above results, the proposed network can also be
considered superior to other recent research, such as SCG Net [23] at SNR=10 dB accuracy=89, while the
proposed CNN At SNR=10 dB, accuracy is=94.06. The classification accuracy results for each model are
shown in three groups, as shown in Figure 4. In Figure 4(a), We note that OOK is the best type of modulation
in terms of accuracy, as it reaches SNR=0 to 100% approximately, while the worst is QAM256) because
there are not any features that are exactly the same. In Figure 4(b), we find The APSK128 needs to be
SNR>8 dB in order for the accuracy to reach more than 90%, as it is the worst type in terms of accuracy.
Since APSK128 is difficult to predict, the lower the SNR, the more difficult the channel conditions. While
Int J Elec & Comp Eng ISSN: 2088-8708 
Automatic modulation classification ased
b deep learning with mixed feature (Ali H. Shah)
1651
the rest of the types can achieve an accuracy of more than 90% even when the SNR is less than 8 dB, and the
best type is BPSK, which reaches an accuracy of 100% when SNR is equal to 0 dB, which means that BPSK
is less affected by the conditions of the channel. It is possible to consider FM, which is clear in Figure 4(c),
as the best type in terms of accuracy, as it reaches 100% where SNR=-5 dB. At low SNRs, both AM-SSB-SC
and AM-DSB-SC show comparable performance trends. It can be noted that although the transfer of features
from I/Q to r/Ɵ (polar form) decreases processes partially nested in modulations such as 16QAM and
64QAM, the models with the highest order are still the least accurate in the classification. It also seems that
256QAM is confused with 32QAM and 64QAM, and AM-SSB-WC is confused with AM-SSB-SC.
Consequently, this modulation has minimum accuracy, while QPSK and FM signals were not confused with
any modulation, so accuracy is high for these modulations. Also, the fluctuation phenomena can arise if the
high-level features are not removed. It also seems that it affects the network deposit and causes a decrease in
accuracy. Most modulations are excellently identified at SNR=10.
Table 2. Compares between proposed CNN and related work
SNR (dB) VGG [16] CNN-AMC [19] MCNet [20] LCNN [21] KIM [22] Proposed CNN
0 44.84 41.43 53.51 56.64 57.51 56.07
2 50.65 49.58 62.38 65.32 67.67 65.23
4 54.84 54.51 67.48 75.65 77.93 76.79
6 60.00 58.42 74.45 84.01 87.4 87.93
8 62.42 60.49 80.52 89.29 92.04 92.32
10 62.42 61.57 86.06 91.84 94.15 94.93
12 62.9 62.07 89.02 92.86 95.07 95.43
14 63.55 62.44 89.86 94.21 95.28 95.62
16 64.19 63.06 91.23 94.50 95.62 95.97
18 63.55 63.11 92.69 94.59 95.5 96.02
20 64.68 63.44 93.59 94.97 95.9 96.06
(a) (b)
(c)
Figure 4. Classification accuracy results for each model are shown in three groups, (a) classification accuracy
of (M-PSK and M-APSK), (b) classification accuracy of (M-PSK and M-APSK), and (c) classification
accuracy of (FM, AM-SSB, and AM-DSB)
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 1647-1653
1652
4. CONCLUSION
In this paper, the proposed network is a way to extend the features by integrating I/Q with r/Ɵ (polar
form) in order to benefit from two things. The first is that the extension of the features helps to increase the
features, and the other thing is a conversion to the polar formula that contributes to increasing the accuracy of
the classification for the higher-order modulation due to the diversity in the polar form. Then we enter these
features into a matrix 4×1024 for the proposed CNN network, which consists of six blocks containing
asymmetric filters to take advantage to extract vertical qualities over the spatial dimension in a superior
manner while reducing trainable parameters by roughly half by using average pooling or maximum pooling
dataset: RadioML 2018.01A, which contains 24 modulation types, is used for the simulation evaluation.
According to simulation findings, the suggested model’s classification accuracy outperforms previous models
in the SNR range of +6 dB to +20 dB, with an accuracy of 94.93% at 10 dB SNR and 96.06% at 20 dB SNR.
From the results, it can be concluded that the efficiency of converting data to polar and reconfiguring the
structure of the network achieved satisfactory results compared to other methods. It noticed the speed of
learning in high SNR signals compared with low SNR signals because the signal is clear and makes the
neural network learn quickly.
ACKNOWLEDGMENTS
The author would like to thank Mustansiriyah University (www.uomustansiriyah.edu.iq) Baghdad-
Iraq for its support in the present work paper.
REFERENCES
[1] Z. Zhang, C. Wang, C. Gan, S. Sun, and M. Wang, “Automatic modulation classification using convolutional neural network with
features fusion of SPWVD and BJD,” IEEE Transactions on Signal and Information Processing over Networks, vol. 5, no. 3,
pp. 469–478, Sep. 2019, doi: 10.1109/TSIPN.2019.2900201.
[2] I. Kakalou, K. E. Psannis, P. Krawiec, and R. Badea, “Cognitive radio network and network service chaining toward 5G:
challenges and requirements,” IEEE Communications Magazine, vol. 55, no. 11, pp. 145–151, Nov. 2017, doi:
10.1109/MCOM.2017.1700086.
[3] S.-H. Kim, J.-W. Kim, and D.-S. Kim, “Energy consumption analysis of beamforming and cooperative schemes for aircraft
wireless sensor networks,” Applied Sciences, vol. 10, no. 12, Jun. 2020, doi: 10.3390/app10124374.
[4] S. Haykin, “Cognitive radio: brain-empowered wireless communications,” IEEE Journal on Selected Areas in Communications,
vol. 23, no. 2, pp. 201–220, Feb. 2005, doi: 10.1109/JSAC.2004.839380.
[5] K. W. Choi, “Adaptive sensing technique to maximize spectrum utilization in cognitive radio,” IEEE Transactions on Vehicular
Technology, vol. 59, no. 2, pp. 992–998, Feb. 2010, doi: 10.1109/TVT.2009.2036631.
[6] X. Li, F. Dong, S. Zhang, and W. Guo, “A survey on deep learning techniques in wireless signal recognition,” Wireless
Communications and Mobile Computing, pp. 1–12, Feb. 2019, doi: 10.1155/2019/5629572.
[7] H. M. Hamee and J. Wadi, “Automatic modulation recognition for MFSK using modified covariance method,” International
Journal of Electrical and Computer Engineering (IJECE), vol. 5, no. 3, pp. 429–435, 2015, doi: 10.11591/ijece.v5i3.pp429-435.
[8] S. S. Hreshee, “Automatic recognition of the digital modulation types using the artificial neural networks,” International Journal
of Electrical and Computer Engineering (IJECE), vol. 10, no. 6, pp. 5871–5882, Dec. 2020, doi: 10.11591/ijece.v10i6.pp5871-
5882.
[9] Y. A. Eldemerdash, O. A. Dobre, and M. Oner, “Signal identification for multiple-antenna wireless systems: achievements and
challenges,” IEEE Communications Surveys and Tutorials, vol. 18, no. 3, pp. 1524–1551, 2016, doi:
10.1109/COMST.2016.2519148.
[10] M. W. Aslam, Z. Zhu, and A. K. Nandi, “Automatic modulation classification using combination of genetic programming and
KNN,” IEEE Transactions on Wireless Communications, pp. 1–9, 2012, doi: 10.1109/TWC.2012.060412.110460.
[11] M. Kulin, T. Kazaz, I. Moerman, and E. De Poorter, “End-to-end learning from spectrum data: a deep learning approach for
wireless signal identification in spectrum monitoring applications,” IEEE Access, vol. 6, pp. 18484–18501, 2018, doi:
10.1109/ACCESS.2018.2818794.
[12] S. Rajendran, W. Meert, D. Giustiniano, V. Lenders, and S. Pollin, “Deep learning models for wireless signal classification with
distributed low-cost spectrum sensors,” IEEE Transactions on Cognitive Communications and Networking, vol. 4, no. 3,
pp. 433–445, Sep. 2018, doi: 10.1109/TCCN.2018.2835460.
[13] M. K. Hussein, T. M. Salman, A. H. Miry, and M. A. Subhi, “Driver drowsiness detection techniques: a survey,” in 2021 1st
Babylon International Conference on Information Technology and Science (BICITS), Apr. 2021, pp. 45–51, doi:
10.1109/BICITS51482.2021.9509912.
[14] N. Phruksahiran, “Amateur radio sensing technique using a combination of energy detection and waveform classification,”
International Journal of Electrical and Computer Engineering (IJECE), vol. 12, no. 1, pp. 399–410, Feb. 2022, doi:
10.11591/ijece.v12i1.pp399-410.
[15] N. E. West and T. O’Shea, “Deep architectures for modulation recognition,” in 2017 IEEE International Symposium on Dynamic
Spectrum Access Networks (DySPAN), Mar. 2017, pp. 1–6, doi: 10.1109/DySPAN.2017.7920754.
[16] T. J. O’Shea, T. Roy, and T. C. Clancy, “Over-the-air deep learning based radio signal classification,” IEEE Journal of Selected
Topics in Signal Processing, vol. 12, no. 1, pp. 168–179, Feb. 2018, doi: 10.1109/JSTSP.2018.2797022.
[17] Y. Wang, M. Liu, J. Yang, and G. Gui, “Data-Driven deep learning for automatic modulation recognition in cognitive radios,”
IEEE Transactions on Vehicular Technology, vol. 68, no. 4, pp. 4074–4077, Apr. 2019, doi: 10.1109/TVT.2019.2900460.
[18] S. Peng, H. Jiang, H. Wang, H. Alwageed, and Y.-D. Yao, “Modulation classification using convolutional neural network based
deep learning model,” in 2017 26th Wireless and Optical Communication Conference (WOCC), Apr. 2017, pp. 1–5, doi:
10.1109/WOCC.2017.7929000.
Int J Elec & Comp Eng ISSN: 2088-8708 
Automatic modulation classification ased
b deep learning with mixed feature (Ali H. Shah)
1653
[19] F. Meng, P. Chen, L. Wu, and X. Wang, “Automatic modulation classification: a deep learning enabled approach,” IEEE
Transactions on Vehicular Technology, vol. 67, no. 11, pp. 10760–10772, Nov. 2018, doi: 10.1109/TVT.2018.2868698.
[20] T. Huynh-The, C.-H. Hua, Q.-V. Pham, and D.-S. Kim, “MCNet: an efficient CNN architecture for robust automatic modulation
classification,” IEEE Communications Letters, vol. 24, no. 4, pp. 811–815, Apr. 2020, doi: 10.1109/LCOMM.2020.2968030.
[21] S.-H. Kim, J.-W. Kim, V.-S. Doan, and D.-S. Kim, “Lightweight deep learning model for automatic modulation classification in
cognitive radio networks,” IEEE Access, vol. 8, pp. 197532–197541, 2020, doi: 10.1109/ACCESS.2020.3033989.
[22] S.-H. Kim, J.-W. Kim, W.-P. Nwadiugwu, and D.-S. Kim, “Deep learning-based robust automatic modulation classification for
cognitive radio networks,” IEEE Access, vol. 9, pp. 92386–92393, 2021, doi: 10.1109/ACCESS.2021.3091421.
[23] G. B. Tunze, T. Huynh-The, J.-M. Lee, and D.-S. Kim, “Sparsely connected CNN for efficient automatic modulation
recognition,” IEEE Transactions on Vehicular Technology, vol. 69, no. 12, pp. 15557–15568, Dec. 2020, doi:
10.1109/TVT.2020.3042638.
[24] A. R. Luaibi, T. M. Salman, and A. H. Miry, “Detection of citrus leaf diseases using a deep learning technique,” International
Journal of Electrical and Computer Engineering (IJECE), vol. 11, no. 2, pp. 1719–1727, Apr. 2021, doi:
10.11591/ijece.v11i2.pp1719-1727.
[25] M. K. Hussein, T. M. Salman, and A. H. Miry, “A deep learning approach for noisy image classification in automated driver
drowsiness detection,” Journal of Engineering and Sustainable Development, vol. 25, pp. 73–80, Sep. 2021, doi:
10.31272/jeasd.conf.2.1.10.
BIOGRAPHIES OF AUTHORS
Ali H. Shah was born in Baghdad, Iraq in 1982. He received his B.Sc. degree in
Electrical Engineering in 2005 from the Mustansiriyah University, Baghdad, Iraq in 2015. His
recent research activity is citrus modulation classification and deep learning. He can be
contacted at email: EEma1007@uomustansiriyah.edu.iq.
Abbas Hussien Miry received his B.Sc. degree in Electrical Engineering in
2005 from the Mustansiriyah University and his M.Sc. degree in control and computer
engineering in 2007 from Baghdad University. He received a Ph.D. degree in 2011 in control
and computer engineering from the Basrah University, Iraq. In 2007. His recent research
activities are artificial intelligence, control and swarm optimizations. He can be contacted at
email: abbasmiry83@uomustansiriyah.edu.iq.
Tariq M. Salman was born in Baghdad, Iraq in 1972. He obtained his B.Sc. in
Electrical Engineering in 1995, an M.Sc. in Communication Engineering in 2003 at the
University of Technology, Iraq, and Ph.D. in Telecommunication and Network devices in 2012
at Belarussian State University of Informatics and Radio Electronics, Belarus. From 2006 to
2012 he worked as a lecturer in the Electrical Engineering Faculty, at Al-Mustansiriyah
University, Iraq. Since the beginning of 2018, he works as an assistant professor in the same
Faculty. He is a consultant member of the Iraqi Engineering union since 2013. He is interested
in the subject of wireless and network devices, video, and image processing systems.
Mustansiriyah University Engineering Faculty, Electrical Engineering Department, Iraq. He
can be contacted at email: tjibori@gmail.com.

More Related Content

What's hot

Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transform
Raj Endiran
 
discrete wavelet transform based satellite image resolution enhancement
discrete wavelet transform based satellite image resolution enhancement discrete wavelet transform based satellite image resolution enhancement
discrete wavelet transform based satellite image resolution enhancement
muniswamy Paluru
 
Reflector antenna
Reflector antennaReflector antenna
Reflector antenna
Siva Nageswararao
 
Small scale fading
Small scale fadingSmall scale fading
Small scale fading
AJAL A J
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
vilasini rvr
 
Interference and system capacity
Interference and system capacityInterference and system capacity
Interference and system capacity
AJAL A J
 
Monopulse tracking radar
Monopulse tracking radarMonopulse tracking radar
Monopulse tracking radarAshok Selsan
 
Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...
Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...
Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...
Waqas Afzal
 
Prediction of range performance
Prediction of range performancePrediction of range performance
Prediction of range performance
bhupender rawat
 
Software defined radio
Software defined radioSoftware defined radio
Software defined radioDevesh Samaiya
 
Base band transmission
Base band transmissionBase band transmission
M ary psk modulation
M ary psk modulationM ary psk modulation
M ary psk modulation
Ahmed Diaa
 
OKUMURA, HATA and COST231 Propagation Models
OKUMURA, HATA and COST231 Propagation ModelsOKUMURA, HATA and COST231 Propagation Models
OKUMURA, HATA and COST231 Propagation Models
Mohammed Abuibaid
 
Channel estimation
Channel estimationChannel estimation
Channel estimation
Prashant Sengar
 
3. free space path loss model part 1
3. free space path loss model   part 13. free space path loss model   part 1
3. free space path loss model part 1
JAIGANESH SEKAR
 
Multichannel fading
Multichannel fadingMultichannel fading
Multichannel fading
Shree Krupa
 
Adaptive analog beamforming
Adaptive analog beamformingAdaptive analog beamforming
Adaptive analog beamforming
Khalid Hussain
 
Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMC
Vetrivel Chelian
 
Application WDM(wavelength division multiplexing) For COMPSE
Application WDM(wavelength division multiplexing) For COMPSEApplication WDM(wavelength division multiplexing) For COMPSE
Application WDM(wavelength division multiplexing) For COMPSE
Patel Ankit
 

What's hot (20)

Introduction to wavelet transform
Introduction to wavelet transformIntroduction to wavelet transform
Introduction to wavelet transform
 
discrete wavelet transform based satellite image resolution enhancement
discrete wavelet transform based satellite image resolution enhancement discrete wavelet transform based satellite image resolution enhancement
discrete wavelet transform based satellite image resolution enhancement
 
Reflector antenna
Reflector antennaReflector antenna
Reflector antenna
 
Small scale fading
Small scale fadingSmall scale fading
Small scale fading
 
Unit iv wcn main
Unit iv wcn mainUnit iv wcn main
Unit iv wcn main
 
Pulse modulation
Pulse modulationPulse modulation
Pulse modulation
 
Interference and system capacity
Interference and system capacityInterference and system capacity
Interference and system capacity
 
Monopulse tracking radar
Monopulse tracking radarMonopulse tracking radar
Monopulse tracking radar
 
Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...
Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...
Sampling Theorem, Quantization Noise and its types, PCM, Channel Capacity, Ny...
 
Prediction of range performance
Prediction of range performancePrediction of range performance
Prediction of range performance
 
Software defined radio
Software defined radioSoftware defined radio
Software defined radio
 
Base band transmission
Base band transmissionBase band transmission
Base band transmission
 
M ary psk modulation
M ary psk modulationM ary psk modulation
M ary psk modulation
 
OKUMURA, HATA and COST231 Propagation Models
OKUMURA, HATA and COST231 Propagation ModelsOKUMURA, HATA and COST231 Propagation Models
OKUMURA, HATA and COST231 Propagation Models
 
Channel estimation
Channel estimationChannel estimation
Channel estimation
 
3. free space path loss model part 1
3. free space path loss model   part 13. free space path loss model   part 1
3. free space path loss model part 1
 
Multichannel fading
Multichannel fadingMultichannel fading
Multichannel fading
 
Adaptive analog beamforming
Adaptive analog beamformingAdaptive analog beamforming
Adaptive analog beamforming
 
Multi Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMCMulti Carrier Modulation OFDM & FBMC
Multi Carrier Modulation OFDM & FBMC
 
Application WDM(wavelength division multiplexing) For COMPSE
Application WDM(wavelength division multiplexing) For COMPSEApplication WDM(wavelength division multiplexing) For COMPSE
Application WDM(wavelength division multiplexing) For COMPSE
 

Similar to Automatic modulation classification ased b deep learning with mixed feature

The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
TELKOMNIKA JOURNAL
 
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
IJCNCJournal
 
Adaptive Random Spatial based Channel Estimation (ARSCE) for Millimeter Wave ...
Adaptive Random Spatial based Channel Estimation (ARSCE) for Millimeter Wave ...Adaptive Random Spatial based Channel Estimation (ARSCE) for Millimeter Wave ...
Adaptive Random Spatial based Channel Estimation (ARSCE) for Millimeter Wave ...
IJCNCJournal
 
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
IJECEIAES
 
Reconfigurable intelligent surface passive beamforming enhancement using uns...
Reconfigurable intelligent surface passive beamforming  enhancement using uns...Reconfigurable intelligent surface passive beamforming  enhancement using uns...
Reconfigurable intelligent surface passive beamforming enhancement using uns...
IJECEIAES
 
Stochastic Computing Correlation Utilization in Convolutional Neural Network ...
Stochastic Computing Correlation Utilization in Convolutional Neural Network ...Stochastic Computing Correlation Utilization in Convolutional Neural Network ...
Stochastic Computing Correlation Utilization in Convolutional Neural Network ...
TELKOMNIKA JOURNAL
 
Channel state information estimation for reconfigurable intelligent surfaces ...
Channel state information estimation for reconfigurable intelligent surfaces ...Channel state information estimation for reconfigurable intelligent surfaces ...
Channel state information estimation for reconfigurable intelligent surfaces ...
IJECEIAES
 
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
International Journal of Technical Research & Application
 
PERFORMANCE COMPARISON DCM VERSUS QPSK FOR HIGH DATA RATES IN THE MBOFDM UWB ...
PERFORMANCE COMPARISON DCM VERSUS QPSK FOR HIGH DATA RATES IN THE MBOFDM UWB ...PERFORMANCE COMPARISON DCM VERSUS QPSK FOR HIGH DATA RATES IN THE MBOFDM UWB ...
PERFORMANCE COMPARISON DCM VERSUS QPSK FOR HIGH DATA RATES IN THE MBOFDM UWB ...
csandit
 
1 s2.0-s0142061515005086-main
1 s2.0-s0142061515005086-main1 s2.0-s0142061515005086-main
1 s2.0-s0142061515005086-main
Taufiq Alfa Edition Taufiq
 
At34278282
At34278282At34278282
At34278282
IJERA Editor
 
Iaetsd chaos cdsk communication system
Iaetsd chaos cdsk communication systemIaetsd chaos cdsk communication system
Iaetsd chaos cdsk communication system
Iaetsd Iaetsd
 
Performance analysis of negative group delay network using MIMO technique
Performance analysis of negative group delay network using MIMO techniquePerformance analysis of negative group delay network using MIMO technique
Performance analysis of negative group delay network using MIMO technique
TELKOMNIKA JOURNAL
 
Gain enhancement of microstrip patch antenna using artificial magnetic conductor
Gain enhancement of microstrip patch antenna using artificial magnetic conductorGain enhancement of microstrip patch antenna using artificial magnetic conductor
Gain enhancement of microstrip patch antenna using artificial magnetic conductor
journalBEEI
 
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
IRJET Journal
 
Performance enhancement of maximum ratio transmission in 5G system with multi...
Performance enhancement of maximum ratio transmission in 5G system with multi...Performance enhancement of maximum ratio transmission in 5G system with multi...
Performance enhancement of maximum ratio transmission in 5G system with multi...
IJECEIAES
 
Competent scene classification using feature fusion of pre-trained convolutio...
Competent scene classification using feature fusion of pre-trained convolutio...Competent scene classification using feature fusion of pre-trained convolutio...
Competent scene classification using feature fusion of pre-trained convolutio...
TELKOMNIKA JOURNAL
 
PERFORMANCE OF MIMO MC-CDMA SYSTEM WITH CHANNEL ESTIMATION AND MMSE EQUALIZATION
PERFORMANCE OF MIMO MC-CDMA SYSTEM WITH CHANNEL ESTIMATION AND MMSE EQUALIZATIONPERFORMANCE OF MIMO MC-CDMA SYSTEM WITH CHANNEL ESTIMATION AND MMSE EQUALIZATION
PERFORMANCE OF MIMO MC-CDMA SYSTEM WITH CHANNEL ESTIMATION AND MMSE EQUALIZATION
Tamilarasan N
 
Wireless Transmission System for the Improved Reliability in the Flying Ad-ho...
Wireless Transmission System for the Improved Reliability in the Flying Ad-ho...Wireless Transmission System for the Improved Reliability in the Flying Ad-ho...
Wireless Transmission System for the Improved Reliability in the Flying Ad-ho...
IJERA Editor
 
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
ijtsrd
 

Similar to Automatic modulation classification ased b deep learning with mixed feature (20)

The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
The efficient interleaving of digital-video-broadcasting-satellite 2nd genera...
 
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
ADAPTIVE RANDOM SPATIAL BASED CHANNEL ESTIMATION (ARSCE) FOR MILLIMETER WAVE ...
 
Adaptive Random Spatial based Channel Estimation (ARSCE) for Millimeter Wave ...
Adaptive Random Spatial based Channel Estimation (ARSCE) for Millimeter Wave ...Adaptive Random Spatial based Channel Estimation (ARSCE) for Millimeter Wave ...
Adaptive Random Spatial based Channel Estimation (ARSCE) for Millimeter Wave ...
 
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
Estimation of bit error rate in 2×2 and 4×4 multi-input multioutput-orthogon...
 
Reconfigurable intelligent surface passive beamforming enhancement using uns...
Reconfigurable intelligent surface passive beamforming  enhancement using uns...Reconfigurable intelligent surface passive beamforming  enhancement using uns...
Reconfigurable intelligent surface passive beamforming enhancement using uns...
 
Stochastic Computing Correlation Utilization in Convolutional Neural Network ...
Stochastic Computing Correlation Utilization in Convolutional Neural Network ...Stochastic Computing Correlation Utilization in Convolutional Neural Network ...
Stochastic Computing Correlation Utilization in Convolutional Neural Network ...
 
Channel state information estimation for reconfigurable intelligent surfaces ...
Channel state information estimation for reconfigurable intelligent surfaces ...Channel state information estimation for reconfigurable intelligent surfaces ...
Channel state information estimation for reconfigurable intelligent surfaces ...
 
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
THROUGHPUT ANALYSIS OF MOBILE WIMAX NETWORK UNDER MULTIPATH RICIAN FADING CHA...
 
PERFORMANCE COMPARISON DCM VERSUS QPSK FOR HIGH DATA RATES IN THE MBOFDM UWB ...
PERFORMANCE COMPARISON DCM VERSUS QPSK FOR HIGH DATA RATES IN THE MBOFDM UWB ...PERFORMANCE COMPARISON DCM VERSUS QPSK FOR HIGH DATA RATES IN THE MBOFDM UWB ...
PERFORMANCE COMPARISON DCM VERSUS QPSK FOR HIGH DATA RATES IN THE MBOFDM UWB ...
 
1 s2.0-s0142061515005086-main
1 s2.0-s0142061515005086-main1 s2.0-s0142061515005086-main
1 s2.0-s0142061515005086-main
 
At34278282
At34278282At34278282
At34278282
 
Iaetsd chaos cdsk communication system
Iaetsd chaos cdsk communication systemIaetsd chaos cdsk communication system
Iaetsd chaos cdsk communication system
 
Performance analysis of negative group delay network using MIMO technique
Performance analysis of negative group delay network using MIMO techniquePerformance analysis of negative group delay network using MIMO technique
Performance analysis of negative group delay network using MIMO technique
 
Gain enhancement of microstrip patch antenna using artificial magnetic conductor
Gain enhancement of microstrip patch antenna using artificial magnetic conductorGain enhancement of microstrip patch antenna using artificial magnetic conductor
Gain enhancement of microstrip patch antenna using artificial magnetic conductor
 
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
Improving of Energy Efficiency in LTE based MIMO-OFDM systems with Multiuser ...
 
Performance enhancement of maximum ratio transmission in 5G system with multi...
Performance enhancement of maximum ratio transmission in 5G system with multi...Performance enhancement of maximum ratio transmission in 5G system with multi...
Performance enhancement of maximum ratio transmission in 5G system with multi...
 
Competent scene classification using feature fusion of pre-trained convolutio...
Competent scene classification using feature fusion of pre-trained convolutio...Competent scene classification using feature fusion of pre-trained convolutio...
Competent scene classification using feature fusion of pre-trained convolutio...
 
PERFORMANCE OF MIMO MC-CDMA SYSTEM WITH CHANNEL ESTIMATION AND MMSE EQUALIZATION
PERFORMANCE OF MIMO MC-CDMA SYSTEM WITH CHANNEL ESTIMATION AND MMSE EQUALIZATIONPERFORMANCE OF MIMO MC-CDMA SYSTEM WITH CHANNEL ESTIMATION AND MMSE EQUALIZATION
PERFORMANCE OF MIMO MC-CDMA SYSTEM WITH CHANNEL ESTIMATION AND MMSE EQUALIZATION
 
Wireless Transmission System for the Improved Reliability in the Flying Ad-ho...
Wireless Transmission System for the Improved Reliability in the Flying Ad-ho...Wireless Transmission System for the Improved Reliability in the Flying Ad-ho...
Wireless Transmission System for the Improved Reliability in the Flying Ad-ho...
 
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
A Novel Technique for Multi User Multiple Access Spatial Modulation Using Ada...
 

More from IJECEIAES

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
IJECEIAES
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
IJECEIAES
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
IJECEIAES
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
IJECEIAES
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
IJECEIAES
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
IJECEIAES
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
IJECEIAES
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
IJECEIAES
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
IJECEIAES
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
IJECEIAES
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
IJECEIAES
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
IJECEIAES
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
IJECEIAES
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
IJECEIAES
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
IJECEIAES
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
IJECEIAES
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
IJECEIAES
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
IJECEIAES
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
IJECEIAES
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
IJECEIAES
 

More from IJECEIAES (20)

Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...Bibliometric analysis highlighting the role of women in addressing climate ch...
Bibliometric analysis highlighting the role of women in addressing climate ch...
 
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...Voltage and frequency control of microgrid in presence of micro-turbine inter...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
 
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...Enhancing battery system identification: nonlinear autoregressive modeling fo...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
 
Smart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a surveySmart grid deployment: from a bibliometric analysis to a survey
Smart grid deployment: from a bibliometric analysis to a survey
 
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...Use of analytical hierarchy process for selecting and prioritizing islanding ...
Use of analytical hierarchy process for selecting and prioritizing islanding ...
 
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
 
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
 
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...Adaptive synchronous sliding control for a robot manipulator based on neural ...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
 
Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...Remote field-programmable gate array laboratory for signal acquisition and de...
Remote field-programmable gate array laboratory for signal acquisition and de...
 
Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...Detecting and resolving feature envy through automated machine learning and m...
Detecting and resolving feature envy through automated machine learning and m...
 
Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...Smart monitoring technique for solar cell systems using internet of things ba...
Smart monitoring technique for solar cell systems using internet of things ba...
 
An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...An efficient security framework for intrusion detection and prevention in int...
An efficient security framework for intrusion detection and prevention in int...
 
Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...Developing a smart system for infant incubators using the internet of things ...
Developing a smart system for infant incubators using the internet of things ...
 
A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...A review on internet of things-based stingless bee's honey production with im...
A review on internet of things-based stingless bee's honey production with im...
 
A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...A trust based secure access control using authentication mechanism for intero...
A trust based secure access control using authentication mechanism for intero...
 
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbersFuzzy linear programming with the intuitionistic polygonal fuzzy numbers
Fuzzy linear programming with the intuitionistic polygonal fuzzy numbers
 
The performance of artificial intelligence in prostate magnetic resonance im...
The performance of artificial intelligence in prostate  magnetic resonance im...The performance of artificial intelligence in prostate  magnetic resonance im...
The performance of artificial intelligence in prostate magnetic resonance im...
 
Seizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networksSeizure stage detection of epileptic seizure using convolutional neural networks
Seizure stage detection of epileptic seizure using convolutional neural networks
 
Analysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behaviorAnalysis of driving style using self-organizing maps to analyze driver behavior
Analysis of driving style using self-organizing maps to analyze driver behavior
 
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...Hyperspectral object classification using hybrid spectral-spatial fusion and ...
Hyperspectral object classification using hybrid spectral-spatial fusion and ...
 

Recently uploaded

Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
VENKATESHvenky89705
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
WENKENLI1
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
FluxPrime1
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
manasideore6
 

Recently uploaded (20)

Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
road safety engineering r s e unit 3.pdf
road safety engineering  r s e unit 3.pdfroad safety engineering  r s e unit 3.pdf
road safety engineering r s e unit 3.pdf
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdfGoverning Equations for Fundamental Aerodynamics_Anderson2010.pdf
Governing Equations for Fundamental Aerodynamics_Anderson2010.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
DESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docxDESIGN A COTTON SEED SEPARATION MACHINE.docx
DESIGN A COTTON SEED SEPARATION MACHINE.docx
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Fundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptxFundamentals of Electric Drives and its applications.pptx
Fundamentals of Electric Drives and its applications.pptx
 

Automatic modulation classification ased b deep learning with mixed feature

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 13, No. 2, April 2023, pp. 1647~1653 ISSN: 2088-8708, DOI: 10.11591/ijece.v13i2.pp1647-1653  1647 Journal homepage: http://ijece.iaescore.com Automatic modulation classification ased b deep learning with mixed feature Ali H. Shah, Abbas Hussien Miry, Tariq M. Salman Department of Electrical Engineering, College of Engineering, Mustansiriyah University, Baghdad, Iraq Article Info ABSTRACT Article history: Received Jul 26, 2022 Revised Sep 26, 2022 Accepted Oct 21, 2022 The automatic modulation classification (AMC) plays an important and necessary role in the truncated wireless signal, which is used in modern communications. The proposed convolution neural network (CNN) for AMC is based on a method of feature expansion by integrating I/Q (time form) with r/Ɵ (polar form) in order to take advantage of two things: first, feature expansion helps to increase features; the second is that converting to polar form helps to increase classification accuracy for higher order modulation due to diversity in polar form. CNN consists of six blocks. Each block contains symmetric and asymmetric filters, as well as max and average pooling filters. This paper uses DeepSig: RadioML which is a dataset of 24 modulation classes. The proposed network has outperformed many recent papers in terms of classification accuracy for 24 modulation types, with a classification accuracy of up to 96.06 at an SNR=20 dB. Keywords: Automatic modulation Classification Cognitive radio Convolution neural network Deep learning This is an open access article under the CC BY-SA license. Corresponding Author: Abbas Hussien Miry Department of Electrical Engineering, College of Engineering, Mustansiriyah University Bab Al Muadham, Baghdad, 10047-Iraq Email: abbasmiry83@uomustansiriyah.edu.iq 1. INTRODUCTION The signal modulation patterns are becoming more intricate and diverse, and the radio environment is becoming increasingly harsher, thanks to the extraordinary advancement of wireless communication [1]. automatic modulation classification (AMC) has a wide range of applications as cognitive radio (CR), spectrum is rapidly depleting due to the development and growing demand for wireless services. [2], [3]. Here comes the radio cognitive technology to meet this challenge, which increases spectrum efficiency by sharing the licensed band between licensees and unlicensed users [4], [5]. CR networks depend on AMC in that they recognize the received signal without knowing the type of modulation used. There are two types of AMC approaches likelihood-based (LB) and feature-based (FB) methods [6]–[8]. The likelihood functions of all possible modulation schemes of the received signal are calculated using LB methods, and the scheme with the highest likelihood value is chosen [9]. Although the LB technique can deliver optimal performance, it necessitates a precise understanding of the received signals and is computationally costly. The FB technique, on the other hand, bases its conclusion on the extracted properties of received signals, such as higher-order statistics (HOS) and power spectral density. Compared to the LB strategy, the FB approach is easier to apply and achieves near-optimal results. Many researchers are now using machine learning (ML) approaches as classifiers with extracted features, such as support vector machines, k-nearest neighbor (KNN), and genetic programming [10]. Since ML techniques continue to make important advancements in numerous disciplines. Without the requirement for hand-engineered features, deep learning (DL) can learn high-level features automatically.
  • 2.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 1647-1653 1648 It has attracted a lot of interest due to its outstanding performance in challenges requiring complicated and deep architectural recognition [11]–[14]. In [15]–[17], for example, a one-dimensional convolutional neural network is used to generate promising results using only raw real and imaginary (I/Q) samples. In addition, Peng et al. [18] translates incoming symbols to scatter points on the complex plane as the input for a two-dimensional convolution neural network (CNN) that performs better. In one of the best papers that achieved good results in the field of AMC it is suggested to use CNN-based AMC (CNN-AMC) to automatically extract features from the lengthy symbol-rate observation sequence [19]. This network has achieved an accuracy rating of up to 63.44% when SNR=20 dB. Although this network was among the first networks to classify 24 types of modulation, the accuracy of the classification was not up to the required level. So, after that, a lot of research was conducted to try to improve performance and increase the accuracy of classification such as in [16]. The researcher used a network: visual geometry group (VGG) (developed from a network (Google Net)), and residual neural (RN) to classification modulation In network, VGG, the features of this network are (I/Q) 2×1024 and DL CNN classify, containing the convolution layer, and it becomes less every time until it reaches the SoftMax layer 1×24. In the second network RN, the features are also (I/Q) 2×1024 and DL called deep residual networks. VGG achieved an accuracy of 64.68% when SNR=20 dB, while RN achieved 75.07% when SNR=20 dB. In [20] used distinct asymmetric convolution kernels plus a number of specialized convolutional blocks to achieve an accuracy of 93.59%. After that, the development of CNN networks continues to increase the classification efficiency to reach 94.97% when SNR=20 dB by using a bottleneck and asymmetric convolution structure [21]. In 2021, [22] the best performance at the level of classification accuracy was achieved, reaching 95.9% when SNR=20 dB, by input size is extended as 4×N size by copying I/Q components. The following are the paper’s contributions: i) the network can extract deep features from the enlarged frame using a unique technique that extends the frame size from 2×1024 to 4×1024 by integrating I/Q (time domain) features components with (r and Ɵ) (polar form) features components; ii) create a CNN network containing many layers up to 128. 2. METHOD 2.1. Dataset Radio ML 2018.01A dataset this dataset is a large dataset of Oshea’s [16] modulation classifications. Across a broad range of signal-to-noise ratio (SNR) values, measurements of 24 different kinds of modulation schemes are included. More than 2.5 million signals with simulated channel effects are included in it. There are 26 SNRs for each type of modulation (OOK, 4ASK, 8ASK, BPSK, QPSK, 8PSK, 16PSK, 32PSK, 64APSK, 128APSK, 16QAM, 32QAM, 64QAM, 128QAM, 256QAM, AM-SSB-WC, AMSSB-SC, AM-DSB-WC, AM-DSB-SC, FM, GMSK, OQPSK4096 frames per modulation, 1024 complex time-series samples per frame. The effects of the channel are (carrier frequency offset (CFO), symbol rate offset (SRO), multipath fading, and thermal noise). 2.2. Input features As shown in Figure 1, in the classification network, 16QAM can be considered as part of 64QAM in the I/Q level, and this causes confusion among them in the classification, which affects the reduction in the efficiency of the classification accuracy because the images are treated by the network as a matrix, and in this case, the two matrixes will be the same. In the polar plane, 16QAM does not appear as part of 64QAM as in the real and imaginary pattern. Figure 1 also shows that it is possible to take advantage of diversity in the transformation of real and imaginary form (I/Q) to polar form (r/Ɵ), which helps increase the accuracy of classification, especially in high-order modulation. Another way to help get increase the accuracy of classification is to extend the input features because it contributes to more features and many of the samples in the frame include high-impact elements that are evident representations of each modulation style. This is proposed in this paper is the merging of I/Q with r/Ɵ to benefit from the above. The input matrix will have the largest number of rows of 4. The first row represents (I), the second is (Q), the third is (r), and the fourth is (Ɵ), and the columns=1024 columns with the length of the signal, so the matrix is (4×1024). 2.3. Proposed CNN model The suggested model distinguishes 24 forms of modulation, as shown in Figure 2. The network is made up of three blocks: A, B, and C, with the last block (C) containing four convolutional layers to increase the number of characteristics recovered. Because the input after merging the features is relatively huge (4×1024), the first block is critical in minimizing the size of the input.
  • 3. Int J Elec & Comp Eng ISSN: 2088-8708  Automatic modulation classification ased b deep learning with mixed feature (Ali H. Shah) 1649 This is accomplished by employing maximum pooling layers (M Pool), which keep the basic characteristics, whereas max pool divides the features in half every time (2×1) is used (M Pool), When compared to filters (2×2) or (3×3) kernels, block B contains asymmetric filters (3×1) whose purpose is to extract vertical qualities over the spatial dimension in a superior manner while reducing trainable parameters by roughly half. The (5×1) filters have been evaluated and shown to have no substantial impact on performance accuracy while also slowing down the training process. Before entering block C, the size of the feature must be reduced from 4×256 to 2×256, which will be done by the maximum-pooling layer (A Pool) (2×1) with stride (2×1). Maximum pooling is significant in lowering computational complexity and affecting classification accuracy because the average aggregation approach drops from 4×256 to 2×256 with the ability to retain key information from the input. The CNN networks proposed in this paper consist of a convolution layer and a batch normalization layer, in addition to an activation layer rectified linear unit (ReLU). The average pooling (A Pool) has the benefit of reducing the size of the received features from C-Block 4 to 24 in order to move it completely to the SoftMax layer. The last layer is responsible for calculating the probability. Figure 1. Compare between I/Q and polar form Figure 2. Structure of the proposed CNN 3. RESULTS AND DISCUSSION With 24, modulation, the simulation results were obtained. The data is visualized to show how effective it is. A new approach to making the frame bigger, the network CNN is deep and has specifications that allow it to take full advantage of the features by integrating I/Q with r/Ɵ Table 1 summarizes the results of the simulation. 80% of the data set is used in the training phase, while the remaining 20% is used in the test, simulated by MATLAB 2020b. The results of the proposed network will be compared with the results of recent papers that used the same types of modulation and the same dataset. All networks compared to the proposed network are deep learning networks. As shown in Figure 3, the least accurate networks in the classification are CNN-AMC
  • 4.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 1647-1653 1650 [19] and VGG [16], and it appears that their performance is convergent. Although they use the same basic chassis, VGG is equipped with a broad bypass, so VGG is superior to CNN-AMC. In most SNR, the performance of the best networks is the most recent models (MCNet) [20], LCNN Net [21], and Kim Net [22], sparsely connected CNN with Kim [23] being the most recent network, superior to the aforementioned models. Table 1. Configuration for the simulation Type Value Max Epochs 60 Mini Batch Size 100 Initial Learning Rate 3e-4 Learning Rate Drop Period 20 Learning Rate Drop Factor 0.1 Optimizer Adam Figure 3. The evaluation of accuracy using several models The proposed network will be compared to Kim et al. [22], whose classification accuracy is 87.4 at SNR=6 dB and 94.06 at SNR=10 dB, while the proposed model’s accuracy is 87.93 at SNR=6 dB and 94.93 at SNR=10 dB. Table 2 shows a comparison of the proposed network with the latest research that achieved the best results in terms of classification accuracy with the use of the same dataset. Theoretical reasons for the superiority of the proposed network are: i) extending the input from 2×1024 to 4×1024 leads to more features extracted which improves network efficiency; ii) we expanded the input by merging real and imaginary form (I/Q) with polar form (rƟ), which helps increase the accuracy of classification, especially in high-order modulation, because in the polar plane, 16QAM does not appear as part of 64QAM as shown Figure 1, which improves network efficiency; iii) the proposed network CNN contains asymmetric filters (3×1) whose purpose is to extract vertical qualities over the spatial dimension in a superior manner; iv) through experience, we have shown asymmetric filters (3×1) better use of other types of asymmetric filters such as (5×1); and v) the proposed network CNN contains many layers up to 128. Which helps to take advantage of most of the features in the network. Thus, the classification accuracy increased. In the future, we are thinking of getting the same results by forming a network that is smaller in size than the current network. also introduced different augmented and optimization techniques as working techniques in papers [24], [25]. Then the proposed network will continue to outperform all networks when it has an SNR 6≥6 dB. It can also be seen that the proposed network has achieved an improvement of 0.6% at SNR=6 dB, and 0.92% at 10 dB SNR over Kim Net [22]. According to the above results, the proposed network can also be considered superior to other recent research, such as SCG Net [23] at SNR=10 dB accuracy=89, while the proposed CNN At SNR=10 dB, accuracy is=94.06. The classification accuracy results for each model are shown in three groups, as shown in Figure 4. In Figure 4(a), We note that OOK is the best type of modulation in terms of accuracy, as it reaches SNR=0 to 100% approximately, while the worst is QAM256) because there are not any features that are exactly the same. In Figure 4(b), we find The APSK128 needs to be SNR>8 dB in order for the accuracy to reach more than 90%, as it is the worst type in terms of accuracy. Since APSK128 is difficult to predict, the lower the SNR, the more difficult the channel conditions. While
  • 5. Int J Elec & Comp Eng ISSN: 2088-8708  Automatic modulation classification ased b deep learning with mixed feature (Ali H. Shah) 1651 the rest of the types can achieve an accuracy of more than 90% even when the SNR is less than 8 dB, and the best type is BPSK, which reaches an accuracy of 100% when SNR is equal to 0 dB, which means that BPSK is less affected by the conditions of the channel. It is possible to consider FM, which is clear in Figure 4(c), as the best type in terms of accuracy, as it reaches 100% where SNR=-5 dB. At low SNRs, both AM-SSB-SC and AM-DSB-SC show comparable performance trends. It can be noted that although the transfer of features from I/Q to r/Ɵ (polar form) decreases processes partially nested in modulations such as 16QAM and 64QAM, the models with the highest order are still the least accurate in the classification. It also seems that 256QAM is confused with 32QAM and 64QAM, and AM-SSB-WC is confused with AM-SSB-SC. Consequently, this modulation has minimum accuracy, while QPSK and FM signals were not confused with any modulation, so accuracy is high for these modulations. Also, the fluctuation phenomena can arise if the high-level features are not removed. It also seems that it affects the network deposit and causes a decrease in accuracy. Most modulations are excellently identified at SNR=10. Table 2. Compares between proposed CNN and related work SNR (dB) VGG [16] CNN-AMC [19] MCNet [20] LCNN [21] KIM [22] Proposed CNN 0 44.84 41.43 53.51 56.64 57.51 56.07 2 50.65 49.58 62.38 65.32 67.67 65.23 4 54.84 54.51 67.48 75.65 77.93 76.79 6 60.00 58.42 74.45 84.01 87.4 87.93 8 62.42 60.49 80.52 89.29 92.04 92.32 10 62.42 61.57 86.06 91.84 94.15 94.93 12 62.9 62.07 89.02 92.86 95.07 95.43 14 63.55 62.44 89.86 94.21 95.28 95.62 16 64.19 63.06 91.23 94.50 95.62 95.97 18 63.55 63.11 92.69 94.59 95.5 96.02 20 64.68 63.44 93.59 94.97 95.9 96.06 (a) (b) (c) Figure 4. Classification accuracy results for each model are shown in three groups, (a) classification accuracy of (M-PSK and M-APSK), (b) classification accuracy of (M-PSK and M-APSK), and (c) classification accuracy of (FM, AM-SSB, and AM-DSB)
  • 6.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 13, No. 2, April 2023: 1647-1653 1652 4. CONCLUSION In this paper, the proposed network is a way to extend the features by integrating I/Q with r/Ɵ (polar form) in order to benefit from two things. The first is that the extension of the features helps to increase the features, and the other thing is a conversion to the polar formula that contributes to increasing the accuracy of the classification for the higher-order modulation due to the diversity in the polar form. Then we enter these features into a matrix 4×1024 for the proposed CNN network, which consists of six blocks containing asymmetric filters to take advantage to extract vertical qualities over the spatial dimension in a superior manner while reducing trainable parameters by roughly half by using average pooling or maximum pooling dataset: RadioML 2018.01A, which contains 24 modulation types, is used for the simulation evaluation. According to simulation findings, the suggested model’s classification accuracy outperforms previous models in the SNR range of +6 dB to +20 dB, with an accuracy of 94.93% at 10 dB SNR and 96.06% at 20 dB SNR. From the results, it can be concluded that the efficiency of converting data to polar and reconfiguring the structure of the network achieved satisfactory results compared to other methods. It noticed the speed of learning in high SNR signals compared with low SNR signals because the signal is clear and makes the neural network learn quickly. ACKNOWLEDGMENTS The author would like to thank Mustansiriyah University (www.uomustansiriyah.edu.iq) Baghdad- Iraq for its support in the present work paper. REFERENCES [1] Z. Zhang, C. Wang, C. Gan, S. Sun, and M. Wang, “Automatic modulation classification using convolutional neural network with features fusion of SPWVD and BJD,” IEEE Transactions on Signal and Information Processing over Networks, vol. 5, no. 3, pp. 469–478, Sep. 2019, doi: 10.1109/TSIPN.2019.2900201. [2] I. Kakalou, K. E. Psannis, P. Krawiec, and R. Badea, “Cognitive radio network and network service chaining toward 5G: challenges and requirements,” IEEE Communications Magazine, vol. 55, no. 11, pp. 145–151, Nov. 2017, doi: 10.1109/MCOM.2017.1700086. [3] S.-H. Kim, J.-W. Kim, and D.-S. Kim, “Energy consumption analysis of beamforming and cooperative schemes for aircraft wireless sensor networks,” Applied Sciences, vol. 10, no. 12, Jun. 2020, doi: 10.3390/app10124374. [4] S. Haykin, “Cognitive radio: brain-empowered wireless communications,” IEEE Journal on Selected Areas in Communications, vol. 23, no. 2, pp. 201–220, Feb. 2005, doi: 10.1109/JSAC.2004.839380. [5] K. W. Choi, “Adaptive sensing technique to maximize spectrum utilization in cognitive radio,” IEEE Transactions on Vehicular Technology, vol. 59, no. 2, pp. 992–998, Feb. 2010, doi: 10.1109/TVT.2009.2036631. [6] X. Li, F. Dong, S. Zhang, and W. Guo, “A survey on deep learning techniques in wireless signal recognition,” Wireless Communications and Mobile Computing, pp. 1–12, Feb. 2019, doi: 10.1155/2019/5629572. [7] H. M. Hamee and J. Wadi, “Automatic modulation recognition for MFSK using modified covariance method,” International Journal of Electrical and Computer Engineering (IJECE), vol. 5, no. 3, pp. 429–435, 2015, doi: 10.11591/ijece.v5i3.pp429-435. [8] S. S. Hreshee, “Automatic recognition of the digital modulation types using the artificial neural networks,” International Journal of Electrical and Computer Engineering (IJECE), vol. 10, no. 6, pp. 5871–5882, Dec. 2020, doi: 10.11591/ijece.v10i6.pp5871- 5882. [9] Y. A. Eldemerdash, O. A. Dobre, and M. Oner, “Signal identification for multiple-antenna wireless systems: achievements and challenges,” IEEE Communications Surveys and Tutorials, vol. 18, no. 3, pp. 1524–1551, 2016, doi: 10.1109/COMST.2016.2519148. [10] M. W. Aslam, Z. Zhu, and A. K. Nandi, “Automatic modulation classification using combination of genetic programming and KNN,” IEEE Transactions on Wireless Communications, pp. 1–9, 2012, doi: 10.1109/TWC.2012.060412.110460. [11] M. Kulin, T. Kazaz, I. Moerman, and E. De Poorter, “End-to-end learning from spectrum data: a deep learning approach for wireless signal identification in spectrum monitoring applications,” IEEE Access, vol. 6, pp. 18484–18501, 2018, doi: 10.1109/ACCESS.2018.2818794. [12] S. Rajendran, W. Meert, D. Giustiniano, V. Lenders, and S. Pollin, “Deep learning models for wireless signal classification with distributed low-cost spectrum sensors,” IEEE Transactions on Cognitive Communications and Networking, vol. 4, no. 3, pp. 433–445, Sep. 2018, doi: 10.1109/TCCN.2018.2835460. [13] M. K. Hussein, T. M. Salman, A. H. Miry, and M. A. Subhi, “Driver drowsiness detection techniques: a survey,” in 2021 1st Babylon International Conference on Information Technology and Science (BICITS), Apr. 2021, pp. 45–51, doi: 10.1109/BICITS51482.2021.9509912. [14] N. Phruksahiran, “Amateur radio sensing technique using a combination of energy detection and waveform classification,” International Journal of Electrical and Computer Engineering (IJECE), vol. 12, no. 1, pp. 399–410, Feb. 2022, doi: 10.11591/ijece.v12i1.pp399-410. [15] N. E. West and T. O’Shea, “Deep architectures for modulation recognition,” in 2017 IEEE International Symposium on Dynamic Spectrum Access Networks (DySPAN), Mar. 2017, pp. 1–6, doi: 10.1109/DySPAN.2017.7920754. [16] T. J. O’Shea, T. Roy, and T. C. Clancy, “Over-the-air deep learning based radio signal classification,” IEEE Journal of Selected Topics in Signal Processing, vol. 12, no. 1, pp. 168–179, Feb. 2018, doi: 10.1109/JSTSP.2018.2797022. [17] Y. Wang, M. Liu, J. Yang, and G. Gui, “Data-Driven deep learning for automatic modulation recognition in cognitive radios,” IEEE Transactions on Vehicular Technology, vol. 68, no. 4, pp. 4074–4077, Apr. 2019, doi: 10.1109/TVT.2019.2900460. [18] S. Peng, H. Jiang, H. Wang, H. Alwageed, and Y.-D. Yao, “Modulation classification using convolutional neural network based deep learning model,” in 2017 26th Wireless and Optical Communication Conference (WOCC), Apr. 2017, pp. 1–5, doi: 10.1109/WOCC.2017.7929000.
  • 7. Int J Elec & Comp Eng ISSN: 2088-8708  Automatic modulation classification ased b deep learning with mixed feature (Ali H. Shah) 1653 [19] F. Meng, P. Chen, L. Wu, and X. Wang, “Automatic modulation classification: a deep learning enabled approach,” IEEE Transactions on Vehicular Technology, vol. 67, no. 11, pp. 10760–10772, Nov. 2018, doi: 10.1109/TVT.2018.2868698. [20] T. Huynh-The, C.-H. Hua, Q.-V. Pham, and D.-S. Kim, “MCNet: an efficient CNN architecture for robust automatic modulation classification,” IEEE Communications Letters, vol. 24, no. 4, pp. 811–815, Apr. 2020, doi: 10.1109/LCOMM.2020.2968030. [21] S.-H. Kim, J.-W. Kim, V.-S. Doan, and D.-S. Kim, “Lightweight deep learning model for automatic modulation classification in cognitive radio networks,” IEEE Access, vol. 8, pp. 197532–197541, 2020, doi: 10.1109/ACCESS.2020.3033989. [22] S.-H. Kim, J.-W. Kim, W.-P. Nwadiugwu, and D.-S. Kim, “Deep learning-based robust automatic modulation classification for cognitive radio networks,” IEEE Access, vol. 9, pp. 92386–92393, 2021, doi: 10.1109/ACCESS.2021.3091421. [23] G. B. Tunze, T. Huynh-The, J.-M. Lee, and D.-S. Kim, “Sparsely connected CNN for efficient automatic modulation recognition,” IEEE Transactions on Vehicular Technology, vol. 69, no. 12, pp. 15557–15568, Dec. 2020, doi: 10.1109/TVT.2020.3042638. [24] A. R. Luaibi, T. M. Salman, and A. H. Miry, “Detection of citrus leaf diseases using a deep learning technique,” International Journal of Electrical and Computer Engineering (IJECE), vol. 11, no. 2, pp. 1719–1727, Apr. 2021, doi: 10.11591/ijece.v11i2.pp1719-1727. [25] M. K. Hussein, T. M. Salman, and A. H. Miry, “A deep learning approach for noisy image classification in automated driver drowsiness detection,” Journal of Engineering and Sustainable Development, vol. 25, pp. 73–80, Sep. 2021, doi: 10.31272/jeasd.conf.2.1.10. BIOGRAPHIES OF AUTHORS Ali H. Shah was born in Baghdad, Iraq in 1982. He received his B.Sc. degree in Electrical Engineering in 2005 from the Mustansiriyah University, Baghdad, Iraq in 2015. His recent research activity is citrus modulation classification and deep learning. He can be contacted at email: EEma1007@uomustansiriyah.edu.iq. Abbas Hussien Miry received his B.Sc. degree in Electrical Engineering in 2005 from the Mustansiriyah University and his M.Sc. degree in control and computer engineering in 2007 from Baghdad University. He received a Ph.D. degree in 2011 in control and computer engineering from the Basrah University, Iraq. In 2007. His recent research activities are artificial intelligence, control and swarm optimizations. He can be contacted at email: abbasmiry83@uomustansiriyah.edu.iq. Tariq M. Salman was born in Baghdad, Iraq in 1972. He obtained his B.Sc. in Electrical Engineering in 1995, an M.Sc. in Communication Engineering in 2003 at the University of Technology, Iraq, and Ph.D. in Telecommunication and Network devices in 2012 at Belarussian State University of Informatics and Radio Electronics, Belarus. From 2006 to 2012 he worked as a lecturer in the Electrical Engineering Faculty, at Al-Mustansiriyah University, Iraq. Since the beginning of 2018, he works as an assistant professor in the same Faculty. He is a consultant member of the Iraqi Engineering union since 2013. He is interested in the subject of wireless and network devices, video, and image processing systems. Mustansiriyah University Engineering Faculty, Electrical Engineering Department, Iraq. He can be contacted at email: tjibori@gmail.com.