Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding Mixing matrix in asr_calibrate.m #25

Closed
Gin08 opened this issue Jun 2, 2021 · 1 comment
Closed

Regarding Mixing matrix in asr_calibrate.m #25

Gin08 opened this issue Jun 2, 2021 · 1 comment

Comments

@Gin08
Copy link

Gin08 commented Jun 2, 2021

In mixing matrix,

  1. Do real have any significance? As far as I can see the output from reshape is always a non imaginary matrix.
  2. Do we have need to do sqrtm?
  3. Can Mixing matrix consist imaginary values? Not all sqrtm(A) produces a proper matrix with rational numbers.

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.

@Gin08
Copy link
Author

Gin08 commented Jan 30, 2022

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.

@Gin08 Gin08 closed this as completed Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant