-
Notifications
You must be signed in to change notification settings - Fork 6
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
base: main
Are you sure you want to change the base?
Ambisonics #4
Conversation
# 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)) |
There was a problem hiding this comment.
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))
# (see iem.kug.ac.at/fileadmin/media/iem/projects/2011/ | ||
# ambisonics11_nachbar_zotter_sontacchi_deleflie.pdf, footnote 5) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Broken link
There was a problem hiding this comment.
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
…files corresponding to order <N> ambisonics by specifying an 'ambiX<N>' as the audio system
…highly-multichannel sonifications
9f9d724
to
f3e4cb5
Compare
To be reviewed