From 4aa4dbd169300ad37353eff788549ef3995ca18f Mon Sep 17 00:00:00 2001 From: ZaellixA <axilleaz@protonmail.com> Date: Sun, 5 Jan 2025 18:37:16 +0000 Subject: [PATCH] Fix a small format error in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 883aed0..8215022 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,7 @@ \* Fix error in `virtMicGeo()` not returning the z coordinates of the virtual microphones in the mesh. This fix **breaks backward compatibility**.\ \* Change name of `virtMicGeo()` to `vMicGeo()`. This **breaks** backward compatibility. -** Virtual Sensing - Remote Microphone Technique**\ +**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. -- GitLab