edflib - Toolbox for reading and writing edf/bdf - files
edflib - Toolbox for reading and writing edf/bdf - files
>> edflib - Toolbox for reading and writing edf/bdf - files
edflib - Toolbox for reading and writing edf/bdf - files
edf_birthdate_str2vec
—
Converts the birthdate string into a vector
edf_blockwrite_psamples
—
Writes physical samples (uV, mA, Ohm).
edf_close
—
Closes the file.
edf_gender_str2scalar
—
Converts the gender string into a scalar
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 the header of the file .
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.).
edf_set_admincode
—
Sets the admincode.
edf_set_birthdate
—
Sets the birthdate.
edf_set_digital_maximum
—
Sets the maximum digital value of signal edfsignal.
edf_set_digital_minimum
—
Sets the minimum digital value of signal edfsignal.
edf_set_equipment
—
Sets the name of the equipment used during the aquisition.
edf_set_gender
—
Sets the gender.
edf_set_label
—
Sets the label (name) of signal edfsignal ("FP1", "SaO2", etc.).
edf_set_patient_info
—
Sets the additional patientinfo.
edf_set_patientcode
—
Sets the patientcode.
edf_set_patientname
—
Sets the patientname.
edf_set_physical_dim
—
Sets the physical dimension of signal edfsignal ("uV", "BPM", "mA", "Degr.", etc.).
edf_set_physical_maximum
—
Sets the maximum physical value of signal edfsignal.
edf_set_physical_minimum
—
Sets the minimum physical value of signal edfsignal.
edf_set_prefilter
—
Sets the prefilter of signal edfsignal ("HP:0.1Hz", "LP:75Hz N:50Hz", etc.).
edf_set_record_duration
—
Sets the datarecord duration.
edf_set_recording_info
—
Sets the additional recordinginfo.
edf_set_samplefrequency
—
Sets the samplefrequency of signal edfsignal.
edf_set_startdatetime
—
Sets the startdate and starttime.
edf_set_technician
—
Sets the technicians name.
edf_set_transducer
—
Sets the transducer of signal edfsignal ("AgAgCl cup electrodes", etc.).
edfopen_file_readonly
—
Opens an new file for reading.
edfopen_file_writeonly
—
Opens an new file for writing.
edfread_file
—
Reads the entire file (header, annotation, data).
edfread_physical_samples
—
extract signal data from a edf/bdf-file
See Also
edf_close
edfopen_file_readonly
edfseek
edftell
edfrewind
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
edfwrite_annotation_latin1
—
Writes an annotation/event to the file
edfwrite_annotation_utf8
—
Writes an annotation/event to the file
edfwrite_annotations
—
Writes an annotation/event to the file
edfwrite_header
—
Writes an header to the file
edfwrite_psamples
—
Writes n physical samples (uV, mA, Ohm) belonging to one signal where n is the samplefrequency of the signal.
edfwrite_samples
—
Writes physical samples (uV, mA, Ohm).
Report an issue
edflib - Toolbox for reading and writing edf/bdf - files