From 31978c0881be2e99a30e83a3ac651596189192c2 Mon Sep 17 00:00:00 2001 From: ZaellixA <axilleaz@protonmail.com> Date: Tue, 17 Sep 2024 18:04:54 +0100 Subject: [PATCH] Update CHANGELOG.md with changes of v0.2.4 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8883239..f45ce55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +### v0.2.4 ### +**Virtual Sensing**\ +\* Corrected time-domain observation filter calculations.\ +\* Removed scaling from the cross-correlation calculations in the time-domain optimal observation filters.\ +\* Fixed bug in time-domaiin observation filter that screwed up dimensions of the filters when only one source was present. + +**Sound Fields**\ +\* Fixed bug in time-domain point source signal calculations that screwed up dimensions of the resulting arrays when only one source was present. + + ### v0.2.3 ### **Virtual Sensing**\ \+ Added function to estimate the observation filters in the time-domain.\ -- GitLab