フィルターのクリア

Transsmiter image through QPSK modulate

4 ビュー (過去 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 Center および File ExchangeQPSK についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by