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

Update README.md

parent 289cd361
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,25 @@ This repository holds the open-access codebase used within the [IN-NOVA](https:/
The codebase under each section may or may not include code implementations in different languages but no plan exists to port each implementation in all available programming languages. More information about the codebase, the available implementations and topics/fields can be found in the [Documentation]() of the project and its [Wiki](https://gitlab.com/in-nova/in-nova/-/wikis/home).
## Current structure
The current structure of the codebase is shown below. More information can be found in the [Wiki]() with separate pages for each category, and implementation.
- [Templates](https://gitlab.com/in-nova/in-nova/-/tree/main/Templates?ref_type=heads)
- Function templates
- [Utilities](https://gitlab.com/in-nova/in-nova/-/tree/main/Utilities?ref_type=heads)
- [Active Noise Control](https://gitlab.com/in-nova/in-nova/-/tree/main/Active%20Noise%20Control)
- Optimal tonal control
- Frequency domain
- [Virtual Sensing](https://gitlab.com/in-nova/in-nova/-/tree/main/Virtual%20Sensing)
- Remote Microphone Technique
- [Optimisation](https://gitlab.com/in-nova/in-nova/-/tree/main/Optimisation/Memetic%20Algorithm)
- Memetic Algorithm
- [Signal Processing](https://gitlab.com/in-nova/in-nova/-/tree/main/Signal%20Processing)
- Array Processing
- Generic
- [Sound fields](https://gitlab.com/in-nova/in-nova/-/tree/main/Sound%20Fields)
- Generation
## Dependencies
Effort has been put towards minimising dependencies external to this repository. Even "inter-repository" dependencies (ex. a function under some field uses a general utility function) will be clearly stated in the relevant code documentation.
......@@ -46,7 +65,7 @@ None.
## License
The project is licensed under the ***MIT License***, which is a rather unrestrictive license, effectively passing the code to the public scope. For more information see the [MIT License](https://mit-license.org/), or the [LICENSE](https://gitlab.com/in-nova/virtual-sensing/remote-microphone-technique/-/blob/main/LICENSE) file of the project.
The project is licensed under the ***MIT License***, which is a rather unrestrictive license, effectively passing the code to the public scope. For more information see the [MIT License](https://mit-license.org/), or the [LICENSE](https://gitlab.com/in-nova/in-nova/-/blob/main/LICENSE) file of the project.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment