Real signal DPSK demodulation

4 ビュー (過去 30 日間)
Federico Massimi
Federico Massimi 2021 年 6 月 25 日
回答済み: Arthi Sathyamurthi 2021 年 7 月 19 日
Hi, I sampled a real QPSK signal of a real communication, I recorded the samples with an ADC after the Downconverter.
Now I would like to make a demodulator in matlab, both Simulink and MATLAB code are fine, my goal is just to extract the bits from the signal.
I've been trying for days both with ready-made Simulink blocks and also trying to make custom blocks, but I don't get anything. Can anyone help me or have some examples of DPSK demodulator that can be used with a real world signal (ADC samples).
Thanks in advance.

回答 (1 件)

Arthi Sathyamurthi
Arthi Sathyamurthi 2021 年 7 月 19 日
Hello Federico,Considering you sampled a real DPSK signal (assuming the QPSK is a typo, as QPSK sampled signals require QPSK demodulator), use the comm.DPSKDemodulator method to demodulate. Make sure to give the correct ModulationOrder and specify the BitOutput as bits. If necessary, specify the PhaseRotation property also.

カテゴリ

Help Center および File ExchangeQPSK についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by