From 7f642a1645153a41f4b17899e3df4599366fc79e Mon Sep 17 00:00:00 2001 From: ZaellixA <axilleaz@protonmail.com> Date: Mon, 27 Jan 2025 19:21:29 +0000 Subject: [PATCH] Update CHANGELOG.md with the addition of 2D and 3D versions of the DMAs --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dd317c..a501180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ \* Modify `firstOrderDma()` to return the filters as the first argument, in order to avoid calculating the output if it is not required.\ \* Correct error in `firstOrderDma()` header (documentation) and changed name of local array manifold calculation function to clarify that a local function is called.\ \* Correct erroneous output calculations in `firstOrderDma()`.\ -\* Moved the `input` input argument to the last of the input arguments list in `firstOrderDma()` and updated the input argument checks. This change **breaks backward compatibility**. +\* Moved the `input` input argument to the last of the input arguments list in `firstOrderDma()` and updated the input argument checks. This change **breaks backward compatibility**.\ +\* Added different designs of Hypercardioid and Supercardioid DMAs for spherically (3D) and cylindrically (2D) diffuse sound fields. **Optimisation - Memetic Algorithm**\ \* Removed redundant code to handle serial for-loop if parfor is not available. -- GitLab