Forum: help


RE: some question : unable to get the beat [ Reply ] By: Abraham Otero on 2019-12-13 17:28 | [forum:47278] |
Can you send us the edf file? |
RE: some question : unable to get the beat [ Reply ] By: Éloïse Dubé on 2019-12-06 21:41 | [forum:47252] |
Hello! I have the same problem, did you find a solution? Thanks, Éloïse |
some question : unable to get the beat [ Reply ] By: Jui-Kun Chiang on 2019-08-30 08:40 | [forum:46930] |
Dear Sir: I run the codes as below to read "FAN20190313ECG.edf": #----------- library(RHRV) hrv.data = CreateHRVData() hrv.data = SetVerbose(hrv.data, TRUE ) hrv.data <- LoadBeatEDFPlus(hrv.data, "FAN20190313ECG.edf", RecordPath = "E:\\EKG", annotationType ="QRS", verbose = NULL) @@ Loading beats positions for record: FAN20190313ECG.edf Path: E:\EKG Date: 13-03-19 Time: 23:50:32 Labels: EEG F3-A2, EEG C3-A2, EEG O1-A2, EEG F4-A1, EEG C4-A1, EEG O2-A1, EOG LEFTEYE FZ-A, EOG RIGHTEYE FPZ, EMG, SOUND Snore, RESP Breath, RESP CHEST Thora, RESP ABDOMEN Abd, ECG ECG, EMG LAT OZ, EMG RAT CZ, SAO2 SpO2, PPG, EDF Annotations Reading data: this operation may take a few seconds ... Error in LoadBeatEDFPlus(hrv.data, "FAN20190313ECG.edf", RecordPath = "E:\\EKG", : Beats not found in file FAN20190313ECG.edf! #----- what makes the error? The codes error? or the file error? |