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

Move multi-channel modules to a separate file #2382

Closed
wants to merge 2 commits into from

Conversation

nateanl
Copy link
Member

@nateanl nateanl commented May 11, 2022

The modules include:

  • PSD
  • MVDR
  • RTFMVDR
  • SoudenMVDR

@facebook-github-bot
Copy link
Contributor

@nateanl has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

Copy link
Collaborator

@mthrok mthrok left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The following method does not use self, so putting them outside of MVDR class would make the MVDR implementation lean and easier to follow.

  • MVDR._get_steering_vector_evd
  • MVDR._get_steering_vector_power
  • MVDR._apply_beamforming_vector
  • MVDR._tik_reg

@nateanl
Copy link
Member Author

nateanl commented May 11, 2022

The following method does not use self, so putting them outside of MVDR class would make the MVDR implementation lean and easier to follow.
MVDR._get_steering_vector_evd
MVDR._get_steering_vector_power
MVDR._apply_beamforming_vector
MVDR._tik_reg

Yes, after this PR is merged, I will replace those methods with the ones in functional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants