How to perform OQPSK modulation

3 visualizaciones (últimos 30 días)
Tejas Potdar
Tejas Potdar el 29 de Nov. de 2011
Respondida: Tasos Giannoulis el 30 de En. de 2017
Hi all, I am trying to modulate a PN spread data bits using OQPSK. I have delayed the Q-phase stream by half the chip period(that is, by up sampling by 2 and then shifting the Q-phase stream by a delay element), but don't know, how to map these stream to symbols. Is there any lookup table for the same?
Any help is highly appreciated.

Respuestas (1)

Tasos Giannoulis
Tasos Giannoulis el 30 de En. de 2017
1) You can use the oqpskmod function or the comm.OQPSKModulator System object (and the corresponding block) from the Communications System Toolbox. These tools will produce the symbols for you.
2) Alternatively, you can map the unipolar bits [0, 1] to a bipolar signal [-1 -1], using this command: >> bipolarSignal = bits*2-1; Then you can follow what you have been doing so far and all that remains is to scale the constellation to your liking, e.g., by sqrt(2)/2.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by