Transsmiter image through QPSK modulate
Ältere Kommentare anzeigen
Hello,
I need to change an image into a byte array and then transmit it through QPSK modulate.
Someone can help me how can I build a QPSK modulate?
I have changed the image to byte array by using de2bi on the image and then vec2mat.
What do you think about it?
Antworten (1)
Swetha Polemoni
am 8 Dez. 2020
0 Stimmen
Hi shmuel manashirov,
To do QPSK modulation on any data, first you need to create an object to QPSK modulator. You can create it using comm.OQPSKModulator . Refer this documentation to know more about it. Next you should call this object as if it were a function.
1 Kommentar
shmuel manashirov
am 11 Dez. 2020
Kategorien
Mehr zu QPSK finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!