From f212a90cfbbcc5622f4dd4bd70c25526e160b61a Mon Sep 17 00:00:00 2001 From: ZaellixA <axilleaz@protonmail.com> Date: Fri, 13 Sep 2024 16:59:09 +0100 Subject: [PATCH] Update project README.md to included info on latest Sound Field additions and some of the old functions added in 0.2.0 and corrected a typo at the top of the file --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8619738..d7631f3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -C# IN-NOVA +# IN-NOVA This repository holds the open-access codebase used within the [IN-NOVA](https://in-nova-horizon.eu/) project. The codebase is divided into various sections, each relevant to a different topic/problem. The sections will be updated and more sections will be added on an as-needed basis, since the purpose of the project is not to create a software library to tackle the scientific problems. 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](https://gitlab.com/in-nova/in-nova/-/tree/main/Documentation/latex?ref_type=heads) of the project and its [Wiki](https://gitlab.com/in-nova/in-nova/-/wikis/home). @@ -26,6 +26,11 @@ The current structure of the codebase is shown below. More information can be fo - Generic - [Sound fields](https://gitlab.com/in-nova/in-nova/-/tree/main/Sound%20Fields) - Generation + - Frequency domain + - Time domain + - Wave domain + - Analysis + - Wave domain Discrete Fourier Transforms ## 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. -- GitLab