edflib - Toolbox for reading and writing edf/ bdf files
utility functions >>
edflib - Toolbox for reading and writing edf/ bdf files
>> Functions for reading files
Functions for reading files
edf_get_admincode
—
Returns the admincode.
edf_get_annotation
—
Annotations from a edf-file
edf_get_annotations
—
Annotations from a edf-file
edf_get_birthdate
—
Returns the birthdate.
edf_get_digital_maximum
—
Returns the maximum digital value of signal edfsignal.
edf_get_digital_minimum
—
Returns the minimum digital value of signal edfsignal.
edf_get_edfsignals
—
Returns the number of edfsignals which are saved in the file.
edf_get_equipment
—
Returns the name of the equipment used during the aquisition.
edf_get_file_duration
—
Returns the duration of the file in seconds.
edf_get_gender
—
Returns the gender.
edf_get_header
—
Reads and converts the header of the file to a struct .
edf_get_label
—
Returns the label (name) of signal edfsignal ("FP1", "SaO2", etc.).
edf_get_patient_info
—
Returns the additional patientinfo.
edf_get_patientcode
—
Returns the patientcode.
edf_get_patientname
—
Returns the patientname.
edf_get_physical_dim
—
Returns the physical dimension of signal edfsignal ("uV", "BPM", "mA", "Degr.", etc.)
edf_get_physical_maximum
—
Returns the maximum physical value of signal edfsignal.
edf_get_physical_minimum
—
Returns the minimum physical value of signal edfsignal.
edf_get_prefilter
—
Returns the prefilter of signal edfsignal ("HP:0.1Hz", "LP:75Hz N:50Hz", etc.)
edf_get_recording_info
—
Returns the additional recordinginfo
edf_get_samplefrequency
—
Returns the samplefrequency of signal edfsignal.
edf_get_signal_samples
—
Returns the number of available samples of signal edfsignal
edf_get_startdatetime
—
Returns the date and starttime.
edf_get_technician
—
Returns the technicians name.
edf_get_timevector
—
Generates a time vector for the signal edfsignal.
edf_get_transducer
—
Returns the transducer of signal edfsignal ("AgAgCl cup electrodes", etc.).
edfopen_file_readonly
—
Opens an new file for reading.
edfread_file
—
Reads the entire file (header, annotation, data).
edfread_physical_samples
—
extract signal data from a edf/bdf-file
edfread_samples
—
extract signal data from a edf/bdf-file
edfrewind
—
Sets the sample position indicator to the beginning of the file.
edfseek
—
Sets the sample position indicator
edftell
—
Obtains the current value of the sample position indicator
Report an issue
edflib - Toolbox for reading and writing edf/ bdf files
utility functions >>