Home > biosig > t300 > processing.m

processing

PURPOSE ^

Data processing in the BIOSIG toolbox,

SYNOPSIS ^

function [Y,Z] = processing(MODE,X,Z)

DESCRIPTION ^

 Data processing in the BIOSIG toolbox, 
 This functions can be used as template as well as a wrapper 
 around different signal processing methods.  

 [Y,Zf] = processing(MODE,X,Zi)

    X input signal 
    Zi input status (optional), 
    initial condition
    if empty or not available, this initializes the method
    Y  output signal    
    Zf final condition 
    MODE is a struct and determines the signal processing method

    MODE =
    {'ECG_envelope',Fs}       used for QRS-detection [1]
    {'ECG_envelope',Fs,Threshold}  used for QRS-detection [1]
        'xyz'        -none-    


 Reference(s):
 [1] M.-E. Nygards, L. S�nmo, Delineation of the QRS complex using the envelope of the e.c.g
         Med. & Biol. Eng. & Comput., 1983, 21, 538-547.

CROSS-REFERENCE INFORMATION ^

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