Home > biosig > demo > scptest.m

scptest

PURPOSE ^

SCPTEST checks files for SCP-ECG dataformat.

SYNOPSIS ^

function scptest(p,fid)

DESCRIPTION ^

 SCPTEST checks files for SCP-ECG dataformat. 

  scptest(p)
    checks recursively all files in the subdirectory p
  scptest(f)
    checks file f 

  fid = fopen('logfile.log','w');
  scptest(p,fid)
     redirects output into logfile with open handle fid. 


 see also: SOPEN, SCLOSE, SCPOPEN

 References:
 [1] The OpenECG project: http://www.openecg.org/

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003