Can someone help me? - Plotting complex number with index
Mostrar comentarios más antiguos
I plotted complex numbers as follows:

and I got some complex numbers, like for example:

result plot:

how do I put the corresponding bit values (1000,1100, ...) according to the example below???

Can someone help me?
Respuesta aceptada
Más respuestas (1)
Sulaymon Eshkabilov
el 26 de Mayo de 2021
1 voto
(1) Separate real and imaginary parts using real(), imag()
(2) PLot them: Real vs. Imag
(3) Convert the separated real and imaginary values (floating point numbers) to binary strings using:
and so forth.
4 comentarios
adriane duarte
el 26 de Mayo de 2021
adriane duarte
el 26 de Mayo de 2021
adriane duarte
el 26 de Mayo de 2021
Editada: adriane duarte
el 26 de Mayo de 2021
adriane duarte
el 27 de Mayo de 2021
Categorías
Más información sobre QPSK en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!