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

Radial weight vectors in CHT #5

Merged
merged 5 commits into from
Nov 29, 2017
Merged

Radial weight vectors in CHT #5

merged 5 commits into from
Nov 29, 2017

Conversation

narahahn
Copy link
Member

  • Radial weight function (circ_radial_weights', circular_pw, circular_ls') now returns a vector of length 2*N+1 instead of N+1, with N being the maximum modal order
  • The ordering is consistent with the previous implementation: 0,1,...,N,-N,...-1
  • In circ_diagonal_modal_mat, mirroring of the radial weights is no longer necessary. So mirror_vec will be deprecated

* Radial weight function (`circ_radial_weights', `circular_pw`, `circular_ls') now returns a vector of length 2*N+1 with N being the maximum modal order
* The ordering is consistant with the previous implementation: 0,1,...,N,-N,...-1
* In `circ_diagonal_modal_mat`, mirroring of the radial weights is no longer necessary. So `mirror_vec` will be depricated
* The modal bandwidth of the incident sound field `Nsf` may differ from that of the modal beamforming `N`
* For open circular arrays, the incident sound can have either a finite or an infinite modal bandwidth
Copy link
Contributor

@trettberg trettberg left a comment

Choose a reason for hiding this comment

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

mirror_vec is now obsolete, right?
If so, it should be removed.

Please fix the docstrings of the circular radial functions:
Returns have size (2N+1)

@trettberg trettberg merged commit 234bbdd into master Nov 29, 2017
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 this pull request may close these issues.

None yet

2 participants