Transsmiter image through QPSK modulate

조회 수: 3 (최근 30일)
shmuel manashirov
shmuel manashirov 2020년 12월 5일
댓글: shmuel manashirov 2020년 12월 11일
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?

답변 (1개)

Swetha Polemoni
Swetha Polemoni 2020년 12월 8일
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.
Refer to this example for better understanding.
  댓글 수: 1
shmuel manashirov
shmuel manashirov 2020년 12월 11일
thanks for the help.
i'm traing to build one and not to use the matlab function

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 QPSK에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by