- https://www.mathworks.com/products/communications.html
- https://www.mathworks.com/products/deep-learning.html
unable to resolve the name pskModulation.constellation
2 次查看(过去 30 天)
显示 更早的评论
I was playing around with the LLRNeuralNetworkExample code and was trying out the DVB-S.2 example seperately. I tried to use the PSK modulation rather than the default 16APSK modulation given in the example.
I did not change much in the default code except for the following:
subsystem type = '8PSK 3/5'
EsNo values = 5.1:0.1:5.4
hiddenlayer size = 8
I keep getting the error "unable to resolve the name pskModulation.constellation" when i try to train the network. I dont know what I'm doing wrong. Any pointers on what I could do to resolve the error message?
0 个评论
回答(1 个)
ag
2024-1-5
Hi Priscilla,
I understand that you are facing issue with the LLRNeuralNetworkExample in R2021b, after modifying "subsystem type", "EsNo", "hiddenlayer size".
Unfortunately, I am not able to reproduce your issue on my end, both before and after introducing your change in the code, and the code runs without any errors.
Please check if you are having all the required files in the same directory(or on the path) and the "Communication toolbox" and "Deep Learning toolbox" installed, before running the example.
The required files, and the example can be accessed using the below command-
openExample('deeplearning_shared/LLRNeuralNetworkExample')
For more details, please refer to the following product pages:
Hope this helps!
Best Regards,
Aryan Gupta
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!