Home > biosig > t300 > bss.m

bss

PURPOSE ^

BSS is a wrapper for various Blind Source Separation algorithms

SYNOPSIS ^

function [W] = bss(data,Mode,M,maxlag)

DESCRIPTION ^

  BSS is a wrapper for various Blind Source Separation algorithms

  W = bss(data, Mode)
  W = bss(data, Mode, M)
  W = bss(data, Mode, [], maxlag)
  W = bss(data, Mode, M, maxlag)

  W:        unmixing matrix
  data:   signal data (each column is a channel)
  M:        [optional] number of components.
  maxlag: maximum lag for time delayed separation     
  Mode:   algorithm used. Currently are supported: 
    PCA
    FastICA
    JADE
    NGCA
     FFDIAG 
    TDSEP (old not recommended)
    TDSEP1 
    TDSEP3

CROSS-REFERENCE INFORMATION ^

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