Copy the complete data for specified signals from one file to an other file
edf_copy_signal_data(filename_read,readsignal,write_handle) edf_copy_signal_data(edf_header,readsignal,write_handle) edf_copy_signal_data(filename_read,readsignal,write_handle,rate_change) edf_copy_signal_data(edf_header,readsignal,write_handle,rate_change)
string containing the path and name of the file from which the header should be copied
struct with header information from edfopen_file_readonly
signal number, Minimum value is 1. These channels are copied.
handle to writeable file to which the header is copied
vector with rate change factor for each signal in readsignal. default is 1.
Copy the complete data for specified signals from one file to an other file.
It is possible to change the sampling rate by rate_change for each signal seperately. The rate change is applied by the scilab function intdec.