7 questions
Advice
1
vote
4
replies
87
views
How can I find the J-point in an ECG in Matlab?
Good morning, I'm writing my thesis on ECG signal acquisition and processing. I'm using the ICARE dataset. I'm currently researching Matlab codes that could help me with the processing. I specifically ...
Score of 1
1 answer
391 views
How to Split a folder with multiple dataset into train and test using PyTorch
I have a folder with 48 ECG signal files. The files include .dat and .atr ECG signal records and annotation. I want to split them to train and test to train the AI model. I will be using PyTorch and I ...
Score of 0
1 answer
3120 views
How to read .dat file in MATLAB
I am trying to read an ECG signal from PTB dataset, the file extension is ".dat" ,i am using Matlab function for that:
load('s0484_re.dat');
where "s0484_re.dat" is the file name
...
Score of 0
1 answer
52 views
How to mark what is under the 500 value?
I would like to mark the peaks that are under 500 with a star or anything and name it 'Q-wave' or to put a colored vertical line in that point?
Does anyone know how to do it?
Thank you!!
Score of 0
1 answer
1022 views
How to get raw ecg data from DICOM file?
I would like to obtain raw ecg data (time - voltage) from a dcm file I have. I would like to do that in MATLAB, hovever if there is any other way, please let me know. Thank you
Score of -1
1 answer
114 views
Can we retrieve any data from a device via Bluetooth?
I would like to get my hands on Spyder Bluetooth wearable wireless ECG device and transmit the data to an app.
Now I'm fairly new to Bluetooth communication, so can someone please direct me to ...
Score of 0
0 answers
608 views
T wave onset and offset in ecg signal using matlab
I am working in a project that intended to extract ECG features. I used wavelet transform. I successfully detect all waves including R peaks. Now, I want to measure P wave duration. first, I thought ...