get c/c++ code of matlab qpsk transmitter&receiver
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Ross Elliot
am 15 Apr. 2019
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 Kommentare
Siehe auch
Kategorien
Mehr zu QPSK finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!