Is there any command by which we can plot the constellation points with arrows in between??

조회 수: 2 (최근 30일)
qam_modulated_data = qammod(data_source, M) %here we perform 8bit qam on the random normal function scatterplot(qam_modulated_data) here we get only points.
Which command should be used to get lines in between the points so that we can determine the distance between two points?

채택된 답변

SHIVAM KUMAR
SHIVAM KUMAR 2020년 12월 15일
Maybe try the grid on command it will generate a graph sheet so easier to compare distances.
scatterplot(qam_modulated_data)
grid on %To make the plot on graph

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  Power Electronics Community

카테고리

Help CenterFile Exchange에서 Test and Measurement에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by