From 5acfdf5f799fad3de447039702bc80cfbf83b2ee Mon Sep 17 00:00:00 2001 From: ZaellixA <axilleaz@protonmail.com> Date: Tue, 18 Feb 2025 10:27:37 +0000 Subject: [PATCH] Update CHANGELOG.md with the change from diagCorr to diagMetric --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d5396..40c702a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,7 +34,7 @@ \* Change name of `virtMicGeo()` to `vMicGeo()`. This **breaks** backward compatibility. **Utilities - Generic**\ -\+ Added the function `diagCorr()` to calculate the correlation coefficient of a matrix to a diagonal matrix. In practice this provides a metric to measure the "diagonality" of a matrix. +\+ Added the function `diagMetric()` to calculate a metric to measure the "diagonality" of a matrix. **Virtual Sensing - Remote Microphone Technique**\ \* Parallelise the for-loops in `obsFiltEst()`. While execution may be slower for a small number of sources and receiver positions, the overall execution time will not increase significantly due to the functions' generally fast performance.\ -- GitLab