get c/c++ code of matlab qpsk transmitter&receiver
2 次查看(过去 30 天)
显示 更早的评论
Hi all,
I'm looking for a c code of a qpsk transmitter/receiver to customise & use it in my own application targetting my AD9361 RF tranceiver, I found on matlab an implementation of "QPSK Transmitter Using Analog Devices AD9361/AD9364" and "QPSK Receiver Using Analog Devices AD9361/AD9364", Is there a way how to get c/c++ code using matlab coder ?
Thanks & Regards
0 个评论
回答(1 个)
Ross Elliot
2019-4-15
Hi Boulares,
The generation of C/C++ code from Simulink models is not supported by MATLAB coder, but it is supported by Simulink Coder.
If you are looking for a MATLAB implementation of a QPSK transmitter and receiver that supports code generation, please look at the QPSK Transmitter and Receiver example in Communications Toolbox. You should be able to adapt it to work with the AD9361 as the source/sink for the transmitter and receiver.
Regards,
Ross.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 QPSK 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!