Borrar filtros
Borrar filtros

How can I change it from BPSK to QPSK?

13 visualizaciones (últimos 30 días)
Liam
Liam el 9 de Abr. de 2024
Comentada: Liam el 12 de Abr. de 2024
However, it mentions a SISO system with the signal at BPSK. how can I change it from BPSK to QPSK as I am struggling to see where the BPSK section is as there is no pskmod or demod function within the code available.
Any Help would be appreciated

Respuestas (1)

Ganapathi Subramanian R
Ganapathi Subramanian R el 12 de Abr. de 2024
Hi Liam,
I understand that you are working with 'Improve SNR and Capacity of Wireless Communication Using Antenna Arrays' example and would like to know how BPSK modulation is implemented in that example. Kindly follow the below steps to visualize the BPSK implementation.
1) Execute the following command in MATLAB command window to open the above example.
>> openExample('phased/ArrayProcessingForMIMOExample')
2) Under the 'Current Folder' tab in MATLAB, open the 'helperMIMOBER.m' file.
3) This MATLAB script computes the Bit Error Rate(BER) for BPSK modulation. This script contains the implementation of BPSK modulation.
Note : Kindly modify the the above MATLAB script to convert BPSK modulation into QPSK modulation.
  1 comentario
Liam
Liam el 12 de Abr. de 2024
I have opened this, however, I am still unsure as to how the BPSK is coded. The function is that of xt = 1/sqrt(Ntx)*(2*x-1)*wt
How is this mapping to BPSK?

Iniciar sesión para comentar.

Productos


Versión

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by