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

The “singular matrix” problem of capon beamformer #43

Open
JosephHuang913 opened this issue Oct 15, 2021 · 1 comment · May be fixed by #49
Open

The “singular matrix” problem of capon beamformer #43

JosephHuang913 opened this issue Oct 15, 2021 · 1 comment · May be fixed by #49

Comments

@JosephHuang913
Copy link

Hi,

When I was using the dsp.aoa_capon() function for angle of arrival estimation, I met the “singular matrix” problem raised by the np.linalg.inv() function. Does any body know how to solve or prevent this problem? How did the “singular matrix” problem happen? May I use dsp.aoa_bartlett() to replace dsp.aoa_capon()? Are the two beamforming functions compatible?
Untitled

@eyeris
Copy link

eyeris commented Mar 15, 2022

I think this is because of the zero values in the data. You can just skip the frames or go to a lower frame rate.

devtty1er added a commit to Cyber-by-the-Sea/OpenRadar that referenced this issue Mar 16, 2022
@devtty1er devtty1er linked a pull request Mar 16, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants