ECG File Format: |
---|
The ECG signals can be downloaded from the THEW SFTP server in ISHNE format. To read the Holter ECG ISHNE format please refer to the description provided here . Example of ISHNE files (ECG and annotation) and reading procedure are provided below for C++ and Matlab environments. |
MATLAB and C++ reading functions (to download): |
To read the files from the THEW, we provide MATLAB and C++ procedures to be downloaded from the links below. |
To read ECG and annotation files in c++: |
To read the ECG and annotation files in MATLAB: |
To read the ECG and annotation files in MATLAB directly from the THEW SFTP server(by Daniel Guldenring, Ulster Unversity , UK): |
License terms for JAVA SFTP Library |
License terms for LicenseMatlabSources |
THEW SFTP access M file code example |
THEW SFTP dynamic Java class sFtpThew.jar |
Function to add a *.jar file to the dynamic Java class path sFtpAddDynPath |
Function to connect to the THEW SFTP server: sFtpConnect.m |
Function to disconnect to the THEW SFTP server: sFtpDisconnect.m |
Function to open file on the THEW SFTP server: sFtpFopen.m |
Function to close file on the THEW SFTP server: sFtpFclose.m |
Function to seek file on the THEW SFTP server: sFtpFseek.m |
Function to return current location in the file on the THEW SFTP server: sFtpFtell.m |
Function to return contents of a directory from the remote THEW SFTP server: sFtpLs.m |
Function to read the annotation files from THEW SFTP server: sFtpRead_binAnn.m |
Function to read the waveform files from THEW SFTP server: sFtpRead_ishne.m |
Function to set the type of the data read form the THEW SFTP server: sFtpTypeCast.m |