Name

edfwrite_all_samples — Writes all physical samples (uV, mA, Ohm) belonging to severeral signal which have all the same sampling frequency.

Calling Sequence

edfwrite_physical_samples(edf_handle, data_matrix)

Description

Writes all physical samples (uV, mA, Ohm) belonging to severeral signal which have all the same sampling frequency.

edf_handle is the file handle of the opened edf/bdf-file.

data_matrix is a data matrix belonging to all signals. Each column is one edf-signal.

Examples

edfwrite_all_samples(edf_handle, data_matrix);

Authors

Holger Nahrstaedt