Skip to content
Snippets Groups Projects
Commit 9f1579d7 authored by Achilles Kappis's avatar Achilles Kappis
Browse files

Update README.md

parent 7b17a203
No related branches found
No related tags found
No related merge requests found
# Utilities # Utilities
This section holds generic, utility functions that do not fall under any other category and can be used in various cases. There has been no distinct separation of the functions to sub-categories. This section holds generic, utility functions that do not fall under any other category and can be used in various cases. There are currently two sub-categories, the "Generic" and the "Geometries". The first contains generic functions that can be used in various cases. The latter contains code to generate microphone and source geometries. Although it has been created to be used in the *Active Noise Control* problem to generate arrangements of sources and receivers it can be used for any other purpose.
## Dependencies
There are depenencies between the different sub-categories of the utility functions. The known dependencies are summarised below and more information can be found in the respective [Wiki](https://gitlab.com/in-nova/in-nova/-/wikis/home) pages of each function or in the [Documentation](https://gitlab.com/in-nova/in-nova/-/tree/main/Documentation/latex?ref_type=heads).
- MATLAB
- Generic
- `isOdd()`
- `isEven()`
- Geometries
- `rcvGeo()`
- `rotMat3dDeg()`
- `srcGeo()`
- `rotMat3dDeg()`
- `ptsOnSphere()`
- `virtMicGeo()`
- `rotMat3dDeg()`
#### Acknowledgments #### Acknowledgments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment