-
Notifications
You must be signed in to change notification settings - Fork 66
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
Odas cfg is incorrect #8
Comments
@taospartan Can you explain what is wrong? |
If you look at the microphone coordinates they are spaced incorrectly, looks like the mics are positioned in a straight line
Many thanks
… On 9 Jul 2018, at 02:40, Yihui Xiong ***@***.***> wrote:
@taospartan Can you explain what is wrong?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
They are not in a straight line.
|
My mistake, but they are still not plotting sound sources correctly, this
is my config for the mics see what you think
mics = (
# Microphone 2
{
mu = ( +0.0239, +0.0239, +0.000 );
sigma2 = ( +0.000, +0.000, +0.000, +0.000, +0.000, +0.000,
+0.000, +0.000, +0.000 );
direction = ( +0.000, +0.000, +1.000 );
angle = ( 90.0, 100.0 );
},
# Microphone 3
{
mu = ( -0.0239, +0.0239, +0.000 );
sigma2 = ( +0.000, +0.000, +0.000, +0.000, +0.000, +0.000,
+0.000, +0.000, +0.000 );
direction = ( +0.000, +0.000, +1.000 );
angle = ( 90.0, 100.0 );
},
# Microphone 4
{
mu = ( -0.0239, -0.0239, +0.000 );
sigma2 = ( +0.000, +0.000, +0.000, +0.000, +0.000, +0.000,
+0.000, +0.000, +0.000 );
direction = ( +0.000, +0.000, +1.000 );
angle = ( 90.0, 100.0 );
},
# Microphone 5
{
mu = ( +0.0239, -0.0239, +0.000 );
sigma2 = ( +0.000, +0.000, +0.000, +0.000, +0.000, +0.000,
+0.000, +0.000, +0.000 );
direction = ( +0.000, +0.000, +1.000 );
angle = ( 90.0, 100.0 );
}
);
…On 9 July 2018 at 09:51, Yihui Xiong ***@***.***> wrote:
They are not in a straight line.
# Microphone 2
{
mu = ( -0.032, +0.000, +0.000 );
sigma2 = ( +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000 );
direction = ( +0.000, +0.000, +1.000 );
angle = ( 80.0, 100.0 );
},
# Microphone 3
{
mu = ( +0.000, -0.032, +0.000 );
sigma2 = ( +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000 );
direction = ( +0.000, +0.000, +1.000 );
angle = ( 80.0, 100.0 );
},
# Microphone 4
{
mu = ( +0.032, +0.000, +0.000 );
sigma2 = ( +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000 );
direction = ( +0.000, +0.000, +1.000 );
angle = ( 80.0, 100.0 );
},
# Microphone 5
{
mu = ( +0.000, +0.032, +0.000 );
sigma2 = ( +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000, +0.000 );
direction = ( +0.000, +0.000, +1.000 );
angle = ( 80.0, 100.0 );
}
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYDyNgWqyubGHVBTOf6OC50BwnwIDx6xks5uExmDgaJpZM4VGUfL>
.
|
It's just the coordinate rotates 45 degree. |
I understand but unless you do rotate your coords 45 degrees odas does not work as intended especially the tracking . Feel free to test your self
…Sent from my iPhone
On 9 Jul 2018, at 15:25, Yihui Xiong ***@***.***> wrote:
It's just the coordinate rotates 45 degree.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I tried your configuration, but didn't see much difference. Maybe it is the difference between |
Ok
…Sent from my iPad
On 10 Jul 2018, at 02:16, Yihui Xiong ***@***.***> wrote:
I tried your configuration, but didn't see much difference. Maybe it is the difference between angle = ( 90.0, 100.0 ); and angle = ( 80.0, 100.0 );. Otherwise, it should be a bug.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The microphone layout for use in odas is totally wrong. Results in false doa and separation.
The text was updated successfully, but these errors were encountered: