


data = biometricsEMG2zoo(fld,nHeaderRows,del) converts EMG data collected with a
biometrics data logger to zoo files
ARGUMENTS
fld ... Folder (batch process) or full path to individual file (string).
nHeaderRows ... Total number of rows in the header. This could change based on
number of muscles collected. Default, nHeaderRows = 16
del ... option to delete csv file after creating zoo file.
Default, del = false
RETURNS
data ... zoo data. Return if fld is individual file
NOTES
- Data logger does not record sampling rate information in the files,
this information is manually added in the 'set defaults' section on
this code