diff --git a/CHANGELOG.md b/CHANGELOG.md index b9fb05c6f2a3490478d657340188dd4e33413d79..b505fef1bc4a0255e44b8711e2b1fbc894e53b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,8 @@ **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.\ \* 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 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 be equal to the monitoring microphones' power spectral density matrix).\ \* Rename the following functions (this **breaks** backward compatibility): - `obsFiltTD()` to `obsFiltTd()` - `obsFiltEstTD()` to `obsFiltEstTd()`