<< utility functions
edflib - Toolbox for reading and writing edf/ bdf files
edflib - Toolbox for reading and writing edf/ bdf files
>> Functions for writing files
Functions for writing files
edf_blockwrite_psamples
—
Writes physical samples (uV, mA, Ohm).
edf_copy_annotation
—
Copy all annotation from one edf/bdf to an other file
edf_copy_file_header
—
Copy the complete header from one edf/bdf to an other file
edf_copy_signal_data
—
Copy the complete data for specified signals from one file to an other file
edf_copy_signal_header
—
Copy the complete header from one signal to an other file
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
—
edf_set_prefilter(edf_handle, edfsignal, prefilter)
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
edfopen_file_writeonly
—
Opens an new file for writing.
edfwrite_annotation_latin1
—
Writes an annotation/event to the file
edfwrite_annotation_utf8
—
edfwrite_annotation_utf8
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
<< utility functions
edflib - Toolbox for reading and writing edf/ bdf files