Closed Gin08 closed 2 years ago
In mixing matrix,
real
reshape
sqrtm
M = sqrtm(real(reshape(block_geometric_median(U/blocksize),C,C)));
If you have any document supporting the explanation of it. Please add it in comment. Thank You.
I've little bit of understanding about tranformation of signals throughout the code.
I find some sort references with 2. I think the code can be modified a bit by reducing unnesecary steps.
In mixing matrix,
real
have any significance? As far as I can see the output fromreshape
is always a non imaginary matrix.sqrtm
?M = sqrtm(real(reshape(block_geometric_median(U/blocksize),C,C)));
If you have any document supporting the explanation of it. Please add it in comment. Thank You.