Can anyone help me How to modulate and demodulate using LLR Data of qpsk in matlab. But without uisng objeccs

댓글 수: 4

Walter Roberson
Walter Roberson 2019년 8월 7일
When you say "without using objeccs" do you mean without using the system objects provided to do the modulation and demodulation? In other words, is your task to write a modulator and demodulator yourself without using the toolbox modulation and demodulation routines?
Nitin Sapre
Nitin Sapre 2019년 8월 8일
Yes I meant not to use "comm.qpskmodulator" and all... Yes I want to write myself.
Walter Roberson
Walter Roberson 2019년 8월 8일
What does your textbook say that the theory of qpsk modulation is?
Nitin Sapre
Nitin Sapre 2019년 8월 8일
It says that we need to take two bit at a time even and odd bits then multipy signals with inphase and quadratuer phase components. ul get modulated output. But How to get demodulated output using LLR I am not able to understand

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

답변 (2개)

Kaashyap Pappu
Kaashyap Pappu 2019년 8월 12일

0 개 추천

To perform QPSK modulation and demodulation, you can use the “pskmod” and “pskdemod” functions by setting the order of modulation to 4.
The “pskmod” function is elaborated upon here, with the example of QPSK modulation provided, and the “pskdemod” function is elaborated upon here, with an example of the entire process of modulation, channel modelling and demodulation.
Hope this helps!
Nitin Sapre
Nitin Sapre 2019년 8월 12일

0 개 추천

Thanks for soln, but I have done with this method. I have already said that i Dont want to use objects. i need to code it fully by own means. if anyone can help me to design a modulator without using objects it will be much appretiated.

카테고리

제품

질문:

2019년 8월 7일

답변:

2019년 8월 12일

Community Treasure Hunt

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

Start Hunting!

Translated by