How to plot horizontal line with waveform like the green line in the photo

1 visualización (últimos 30 días)
How i plot like the green line in the photo

Respuestas (1)

Mathieu NOE
Mathieu NOE el 19 de Mzo. de 2021
hi
looks like this would be the RMS value of the signal; so you simply have to calculate that rms value and plot it with the same length as your x vector
  2 comentarios
john m
john m el 19 de Mzo. de 2021
No it is not the RMS it is just a value. And how i plot in the same figure of the wave ? Can you write the code pl?
Mathieu NOE
Mathieu NOE el 19 de Mzo. de 2021
something like
plot(xData,yData,'b',xData,my_value*ones(length(xData)),'g')

Iniciar sesión para comentar.

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by