Can someone help me? - Plotting complex number with index
Afficher commentaires plus anciens
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?
Réponse acceptée
Plus de réponses (1)
Sulaymon Eshkabilov
le 26 Mai 2021
1 vote
(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 commentaires
adriane duarte
le 26 Mai 2021
adriane duarte
le 26 Mai 2021
adriane duarte
le 26 Mai 2021
Modifié(e) : adriane duarte
le 26 Mai 2021
adriane duarte
le 27 Mai 2021
Catégories
En savoir plus sur QPSK dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!