-
Notifications
You must be signed in to change notification settings - Fork 23
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 microphone geometry #1
Comments
thanks for your answer ! but I want to ask how can I calculate the DOA map offline? the angel is unknow. |
If we want to know 8 directions only (0, 45,...,315 degree) we can calculate in advance the delay for 8 directions and make a map. Once, we have 4 couples delay from mic-array, we can search in the map for the closest pattern. I have the simple matlab code for get the MAP: |
thanks for your answer ! |
hello ! could you tell me the microphone geometry that used and how can i get the const float DOA[8][4] in C_DOA_BF ?
The text was updated successfully, but these errors were encountered: