Implementation separated autoencoder in an OFDM system by Deep Network Designer
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I want to implement an autoencoder that separated to an encoder in tramsmitter and a decoder in receiver in an OFDM system . The joint loss function of system is sum of two separated loss functions(L1: reduction of BER, L2: reduction of PAPR). The L2 loss function is only related to encoder and L1 is related to both encoder and decoder. I don't know how design a DNN with a black box between two separated part of that by Deep Network designer? Also I don't know how can I reduce the PAPR that is only related to encoder(i.e. the method of backpropagation in this structure)?
0 commentaires
Réponses (2)
Aditya Patil
le 23 Déc 2020
You should be able to write custom layers, and import them into Deep Network Designer. However, currently it is not possible to implement the architecture you mentioned with only Deep Network Designer.
0 commentaires
Ethem
le 17 Fév 2023
You can implement this using custom layers and custom training loops. Check out these links:
2 commentaires
CHANNARAM
le 31 Mar 2025
I aim to implement a Peak-to-Average Power Ratio (PAPR) reduction in MIMO-OFDM systems using a Deep Learning technique, specifically a Convolutional Autoencoder (CAE). The objective is to reduce PAPR, enhance Bit Error Rate (BER) performance, and improve power spectral density. This project will leverage deep learning-based encoding and decoding techniques to optimize signal transmission efficiency in MIMO-OFDM systems. can i know how to implement this type of project.
Ethem
le 1 Avr 2025
There are many examples using AI in communication systems here:
There are several application examples here:
There are also OFDM and autoencoder examples here:
Voir également
Catégories
En savoir plus sur Function Approximation and Clustering dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!