Demo code (in Matlab) for Blind Source Separation
Assumes a linear instantaneous mixture.
The code uses SeDuMi for matlab\octave. So make sure you install it before running the code.
Simply read the CAMNS_LP.m
file to see how the function CAMNS_LP(X,N)
can be used.