From d03fd671c462869a958b8c22a29a44c9a6ab0adf Mon Sep 17 00:00:00 2001 From: Achilles Kappis <axilleaz@protonmail.com> Date: Tue, 26 Mar 2024 14:00:49 +0000 Subject: [PATCH] Update README.md --- Sound Fields/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Sound Fields/README.md b/Sound Fields/README.md index e731890..4a45e6a 100644 --- a/Sound Fields/README.md +++ b/Sound Fields/README.md @@ -11,8 +11,7 @@ The current structure of the section is shown below. - Frequency domain - tonal ## Dependencies -The implementations use dependencies from [Utilities](https://gitlab.com/in-nova/in-nova/-/tree/main/Utilities?ref_type=heads). The necessary files are listed below: +The implementations use dependencies from [Utilities/Generic](https://gitlab.com/in-nova/in-nova/-/tree/main/Utilities/Generic?ref_type=heads). The necessary files are listed below: -- MATLABĀ® - - twoPtDist.m - - The oldest MATLABĀ® version that can be used with the functions of the project is R2011b. \ No newline at end of file +- MATLAB + - `twoPtDist()` \ No newline at end of file -- GitLab