Effacer les filtres
Effacer les filtres

a raw ECG text file from Opensignals programm.

6 vues (au cours des 30 derniers jours)
Nabil Yassin
Nabil Yassin le 7 Mai 2020
hello, i have a raw ECG text file from Opensignals programm. how can i plot this? any help? response will be appreciated.

Réponse acceptée

Ameer Hamza
Ameer Hamza le 8 Mai 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 commentaire
Juan David Espinosa
Juan David Espinosa le 22 Fév 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 ?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Audio I/O and Waveform Generation dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by