Implementation separated autoencoder in an OFDM system by Deep Network Designer
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(2 个)
Aditya Patil
2020-12-23
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 个评论
Ethem
2023-2-17
You can implement this using custom layers and custom training loops. Check out these links:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Link-Level Simulation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!