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

Odas cfg is incorrect #8

Closed
taospartan opened this issue Jul 7, 2018 · 8 comments
Closed

Odas cfg is incorrect #8

taospartan opened this issue Jul 7, 2018 · 8 comments

Comments

@taospartan
Copy link

The microphone layout for use in odas is totally wrong. Results in false doa and separation.

@xiongyihui
Copy link
Contributor

@taospartan Can you explain what is wrong?

@taospartan
Copy link
Author

taospartan commented Jul 9, 2018 via email

@xiongyihui
Copy link
Contributor

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 );        
        }

@taospartan
Copy link
Author

taospartan commented Jul 9, 2018 via email

@xiongyihui
Copy link
Contributor

It's just the coordinate rotates 45 degree.

@taospartan
Copy link
Author

taospartan commented Jul 9, 2018 via email

@xiongyihui
Copy link
Contributor

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.

@taospartan
Copy link
Author

taospartan commented Jul 10, 2018 via email

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

2 participants