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

Hard coded upper frequency limit could be removed #150

Open
f-brinkmann opened this issue Dec 4, 2024 · 0 comments
Open

Hard coded upper frequency limit could be removed #150

f-brinkmann opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@f-brinkmann
Copy link
Contributor

In Mesh2HRTF v1.2.1 https://github.com/Any2HRTF/Mesh2HRTF/blob/master/mesh2hrtf/Mesh2Input/mesh2input.py#L154 the upper frequency limit for numerical simulations is set to 96 kHz. The idea behind this was to somhow limit the number of required elements in the mesh due to restrictions in NumCalc. However, this might not always be required, depending on the size of the mesh. It might be better to issue a warning, if the Mesh has too many elements for NumCalc to handle.

@f-brinkmann f-brinkmann added the enhancement New feature or request label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant