Borrar filtros
Borrar filtros

a raw ECG text file from Opensignals programm.

6 visualizaciones (últimos 30 días)
Nabil Yassin
Nabil Yassin el 7 de Mayo de 2020
Comentada: Juan David Espinosa el 22 de Feb. de 2021
hello, i have a raw ECG text file from Opensignals programm. how can i plot this? any help? response will be appreciated.

Respuesta aceptada

Ameer Hamza
Ameer Hamza el 8 de Mayo de 2020
Try this
% extract data
data = readmatrix('opensignals_98d391fd3f18_2020-05-07_16-43-17.txt', ...
'HeaderLines', 3, 'ExpectedNumVariables', 6);
% plot 6th column
plot(data(:,6))
  1 comentario
Juan David Espinosa
Juan David Espinosa el 22 de Feb. de 2021
thx a lot, that help me a lot. but the graph is a little different if a compare with the OpenSignals graph, meybe i can plot only 100 samples ?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Audio I/O and Waveform Generation 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