Skip to content
Snippets Groups Projects
Commit 4aa4dbd1 authored by Achilles Kappis's avatar Achilles Kappis
Browse files

Fix a small format error in CHANGELOG.md

parent 72cec37f
No related branches found
No related tags found
1 merge request!12Implementation of first order differential arrays in the time domain
...@@ -31,7 +31,7 @@ ...@@ -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**.\ \* 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. \* 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 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.\ \* 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment