Can someone help me? - Plotting complex number with index
이전 댓글 표시
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?
채택된 답변
추가 답변 (1개)
Sulaymon Eshkabilov
2021년 5월 26일
1 개 추천
(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
adriane duarte
2021년 5월 26일
adriane duarte
2021년 5월 26일
adriane duarte
2021년 5월 26일
편집: adriane duarte
2021년 5월 26일
adriane duarte
2021년 5월 27일
카테고리
도움말 센터 및 File Exchange에서 QPSK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!