Borrar filtros
Borrar filtros

who can i plot like star or circle in plot ??

3 visualizaciones (últimos 30 días)
Hasan alomari
Hasan alomari el 2 de Mayo de 2014
Comentada: Star Strider el 2 de Mayo de 2014
i have to detect S-wave in ECG and i need to put some thing to determined it is location in the figure how can i plot this ??
  2 comentarios
Hasan alomari
Hasan alomari el 2 de Mayo de 2014
i know that so i do first S-wave but i need to do the rest of them

Iniciar sesión para comentar.

Respuesta aceptada

Star Strider
Star Strider el 2 de Mayo de 2014
It looks like a normal Lead II EKG 10 second rhythm strip with a regular rhythm and a rate of about 66. The S-wave is near the end of the QRS complex, so the easiest way to detect the S-wave is to first identify the preceding R wave, get the index (since this is most likely a data vector), and look for the minimum in the next 5 milliseconds. (It’s easiest to do this in terms of data vector indices, but you have to know the sampling rate to do the conversion. The sampling rate isn’t stated.) In this tracing, that minimum should be the S-wave. Store the indices of the S-waves in a vector, then plot your markers at the time and EKG values corresponding to the vector of S-wave indices.
  2 comentarios
Hasan alomari
Hasan alomari el 2 de Mayo de 2014
thank you
Star Strider
Star Strider el 2 de Mayo de 2014
My pleasure!

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Spectral Measurements 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!

Translated by