Is there any command by which we can plot the constellation points with arrows in between??
    8 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Dipsikha Roy
 el 15 de Dic. de 2020
  
    
    
    
    
    Comentada: Dipsikha Roy
 el 15 de Dic. de 2020
            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?
0 comentarios
Respuesta aceptada
  SHIVAM KUMAR
      
 el 15 de Dic. de 2020
        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
Más respuestas (0)
Comunidades de usuarios
Más respuestas en Power Electronics Control
Ver también
Categorías
				Más información sobre Line Plots en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

