You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: