Skip to content

Automatic modulation classification using Expert features and Neural Networks

Notifications You must be signed in to change notification settings

Amith4504/AMC_PES

Repository files navigation

AMC_PES

Automatic modulation classification using Expert features and Convolutional Neural Networks.

Network Architecture.

The network consists of 2 Convolutional Feature Detection layers . The first layer consists of 256 filters (kernels) each of size 3X1 , and the 2nd layer consists of 80 filters each of size 3X2 . We input 2X128 IQ (In phase & Quadrature) samples to the first layer. Convolution layers are followed by a Dense layer with 256 nodes in hidden layer and 11 nodes in the last layer.

Screenshot from 2021-11-26 23-51-49

Training Performance

Training Performance

Confusion Matrices for different Signal to Noise Ratios

16 db SNR

16snr

12 db SNR

12snr

8 db SNR

8snr

-10 db SNR

-10snr

-18 db SNR

-18snr

About

Automatic modulation classification using Expert features and Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages