-
Notifications
You must be signed in to change notification settings - Fork 12
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
include loudspeaker array optimal order #137
Comments
without looking closely, Archontis's HOA Matlab Library has a similar function, which may be of use (from Zotter and Frank's ALLRAD paper). |
Ah! That's useful to see. This function requires VBAP, which we don't have a current implementation of in sclang. I'm under the impression that the latest version of the ADT uses a slightly different approach. (With a very quick browse, I'm not seeing it.) My intuition suggests that a pseudo-inverse of the encoding matrix should be able to return similar / the same information. I was thinking that Heller was doing something along those lines. If yes, we'll want to compare with the Zotter, Frank, Archontis results. |
Ah, here's another implemention, found in spaudiopy. |
|
I remember a while back I was working with VBAP code in SC, I think S. Wilson did a port of a max patch IIRC? There was a function that did the triangulating, but it wasn't bullet proof. I recall finding occasional errors when I plotted the results in 3D. That code is in |
Ah... if |
... another thought, intuitively, it would seem that just encoding loudspeaker incidences into SH should give some indication of overall distribution, just by observing what would be the resulting energy across degrees... |
... characterization
The text was updated successfully, but these errors were encountered: