From ea45a3b0c36120fba532a08b1644c685517f2345 Mon Sep 17 00:00:00 2001 From: ZaellixA <axilleaz@protonmail.com> Date: Mon, 10 Mar 2025 23:10:42 +0000 Subject: [PATCH] Update CHANGELOG.md to make clear that the regularisation can be complex but snr real in obsFilt.m --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df8c3bd..6db6661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,8 +40,8 @@ \* 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.\ \* Parallelise on of the for-loops in `obsFiltTD()`. 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.\ \* Update `obsFilt()` to return the condition of the perturbed power spectral density matrix.\ -\* Update `obsFilt()` to allow a matrix of regularisation factors to be provided (it must be square and its dimensions must be equal to the monitoring microphones' power spectral density matrix).\ -\* Update `obsFilt()` to allow a matrix of SNR values to be provided (it must be square and its dimensions must be equal to the monitoring microphones' power spectral density matrix).\ +\* Update `obsFilt()` to allow a matrix of *complex* regularisation factors to be provided (it must be square and its dimensions must be equal to the monitoring microphones' power spectral density matrix).\ +\* Update `obsFilt()` to allow a matrix of *real* SNR values to be provided (it must be square and its dimensions must be equal to the monitoring microphones' power spectral density matrix).\ \* Rename the following functions (this **breaks** backward compatibility): - `obsFiltTD()` to `obsFiltTd()` - `obsFiltEstTD()` to `obsFiltEstTd()` -- GitLab