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

Move a couple of changes to their appropriate section and reformat slightly to...

Move a couple of changes to their appropriate section and reformat slightly to fix a couple of errors in CHANGELOG.md
parent e0cb078e
No related branches found
No related tags found
1 merge request!12Implementation of first order differential arrays in the time domain
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
\* Changed the name of `firstOrderDMA()` to `firstOrderDma()` (cameltoe). This change **breaks** backward compatibility!\ \* Changed the name of `firstOrderDMA()` to `firstOrderDma()` (cameltoe). This change **breaks** backward compatibility!\
\* Modify `firstOrderDma()` to return the filters as the first argument, in order to avoid calculating the output if it is not required.\ \* Modify `firstOrderDma()` to return the filters as the first argument, in order to avoid calculating the output if it is not required.\
\* Correct error in `firstOrderDma()` header (documentation) and changed name of local array manifold calculation function to clarify that a local function is called.\ \* Correct error in `firstOrderDma()` header (documentation) and changed name of local array manifold calculation function to clarify that a local function is called.\
\* Correct erroneous output calculations in `firstOrderDma()`. \* Correct erroneous output calculations in `firstOrderDma()`.\
\* Moved the `input` input argument to the last of the input arguments list and updated the input argument checks. This change **breaks backward compatibility**. \* Moved the `input` input argument to the last of the input arguments list in `firstOrderDma()` and updated the input argument checks. This change **breaks backward compatibility**.
**Optimisation - Memetic Algorithm**\ **Optimisation - Memetic Algorithm**\
\* Removed redundant code to handle serial for-loop if parfor is not available. \* Removed redundant code to handle serial for-loop if parfor is not available.
...@@ -28,15 +28,16 @@ ...@@ -28,15 +28,16 @@
**Utilities - Geometries**\ **Utilities - Geometries**\
\* Fix error in `rcvGeo()` applying incorrect rotation to the elements in the Uniform Circular Array.\ \* Fix error in `rcvGeo()` applying incorrect rotation to the elements in the Uniform Circular Array.\
\* 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.
** 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.\
\* Change function name from `obsFiltTD()` to `obsFiltTd()`.\
\* Change function name from `obsFiltEstTD()` to `obsFiltEstTd()`.\
\* 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.
\* Change name of `virtMicGeo()` to `vMicGeo()`. This **breaks** backward compatibility. \* Rename the following functions (this **breaks** backward compatibility):
- `obsFiltTD()` to `obsFiltTd()`
- `obsFiltEstTD()` to `obsFiltEstTd()`
------------------------------------------- -------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment