


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