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

Ambisonics #4

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Ambisonics #4

wants to merge 3 commits into from

Conversation

james-trayford
Copy link
Owner

To be reviewed

@james-trayford james-trayford requested a review from SamYoules May 12, 2023 13:36
# iem/projects/2011/ambisonics11_nachbar_zotter_sontacchi_deleflie.pdf,
# equation 3)
fctrl = np.math.factorial
normSN3D = np.sqrt((2-(0**mabs)/4*np.pi) * fctrl(l-mabs)/fctrl(l+mabs))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Need extra parentheses: normSN3D = np.sqrt(((2-(0**mabs))/4*np.pi) * fctrl(l-mabs)/fctrl(l+mabs))

Comment on lines +66 to +67
# (see iem.kug.ac.at/fileadmin/media/iem/projects/2011/
# ambisonics11_nachbar_zotter_sontacchi_deleflie.pdf, footnote 5)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Broken link

Copy link
Owner Author

Choose a reason for hiding this comment

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

here's a working link: https://iaem.at/ambisonics/proceedings-of-the-ambisonics-symposium-2011/ambix-a-suggested-ambisonics-format/view

will find something more permanent to go into the code comments

James Trayford and others added 3 commits November 28, 2023 17:29
…files corresponding to order <N> ambisonics by specifying an 'ambiX<N>' as the audio system
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.

2 participants