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

Fix format of version titles in CHANGELOG.md

parent 4aa4dbd1
No related branches found
No related tags found
1 merge request!12Implementation of first order differential arrays in the time domain
###v0.5.0### ###v0.5.0###\
**Signal Processing - Generic**\ **Signal Processing - Generic**\
\* Fix bug returning wrong length filter when negative delays are use in `winSincFracDel()`. \* Fix bug returning wrong length filter when negative delays are use in `winSincFracDel()`.
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
------------------------------------------- -------------------------------------------
###v0.4.1### ###v0.4.1###\
** Optimisation - Memetic Algorithm**\ ** Optimisation - Memetic Algorithm**\
\* Update `mutPop()` to use the parallel for-loop (`parfor`) whenever it is available.\ \* Update `mutPop()` to use the parallel for-loop (`parfor`) whenever it is available.\
\* Update `selParents()` to use the parallel for-loop (`parfor`) whenever it is available. \* Update `selParents()` to use the parallel for-loop (`parfor`) whenever it is available.
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
------------------------------------------- -------------------------------------------
###v0.4.0### ###v0.4.0###\
**Utilities - Generic**\ **Utilities - Generic**\
\* Change the interface of `rotMat3d()`, so that the last argument is a boolean (`logical` in MATLAB), declaring whether the given angles are in degrees (if false, the angles are treated as radians). This is a **backwards incompatible** change.\ \* Change the interface of `rotMat3d()`, so that the last argument is a boolean (`logical` in MATLAB), declaring whether the given angles are in degrees (if false, the angles are treated as radians). This is a **backwards incompatible** change.\
\* The following functions are changed internally to apply the changes in `rotMat3d()`: \* The following functions are changed internally to apply the changes in `rotMat3d()`:
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
------------------------------------------- -------------------------------------------
###v0.3.2### ###v0.3.2###\
**Signal Processing - Generic**\ **Signal Processing - Generic**\
\+ Add option to use negative delay values with the `winSincFracDel()` function. \+ Add option to use negative delay values with the `winSincFracDel()` function.
...@@ -80,14 +80,14 @@ ...@@ -80,14 +80,14 @@
------------------------------------------- -------------------------------------------
###v0.3.1### ###v0.3.1###\
**Virtual Sensing - Remote Microphone Technique**\ **Virtual Sensing - Remote Microphone Technique**\
\+ Add the option to add "noise" to the monitoring microphone signals in the time domain estimation of the optimal observation filters in `obsFiltTD()` to replicate the feature of `obsFilt()`. This change **breaks** backwards compatibility. \+ Add the option to add "noise" to the monitoring microphone signals in the time domain estimation of the optimal observation filters in `obsFiltTD()` to replicate the feature of `obsFilt()`. This change **breaks** backwards compatibility.
------------------------------------------- -------------------------------------------
###v0.3.0### ###v0.3.0###\
**General**\ **General**\
\* Convert the project to accept column position and direction vectors as input. The affected functions are: \* Convert the project to accept column position and direction vectors as input. The affected functions are:
- `srcGeo()` - `srcGeo()`
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
------------------------------------------- -------------------------------------------
###v0.2.8### ###v0.2.8###\
**Utilities - Generic**\ **Utilities - Generic**\
\+ Add the option to pick the order the rotations will be performed in the `rotMat3d()` function. This results is a **backward incompatible** change. \+ Add the option to pick the order the rotations will be performed in the `rotMat3d()` function. This results is a **backward incompatible** change.
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
------------------------------------------- -------------------------------------------
###v0.2.7### ###v0.2.7###\
**Signal Processing - Measurements**\ **Signal Processing - Measurements**\
\+ Introduction of the *Measurements* "topic" in the Signal Processing part of the codebase.\ \+ Introduction of the *Measurements* "topic" in the Signal Processing part of the codebase.\
\+ Function to estimate the impulse responses from sweep measurements. \+ Function to estimate the impulse responses from sweep measurements.
...@@ -126,14 +126,14 @@ ...@@ -126,14 +126,14 @@
------------------------------------------- -------------------------------------------
###v0.2.6### ###v0.2.6###\
**Signal Processing - Generic**\ **Signal Processing - Generic**\
\+ Add function to perform fractional octave smoothing of spectra. \+ Add function to perform fractional octave smoothing of spectra.
------------------------------------------- -------------------------------------------
###v0.2.5### ###v0.2.5###\
**Utilities - Geometries**\ **Utilities - Geometries**\
\* Combine translation offsets to a single vector input argument for the `rcvGeo()` MATLAB function.\ \* Combine translation offsets to a single vector input argument for the `rcvGeo()` MATLAB function.\
\* Combine translation offsets to a single vector input argument for th `virtMicGeo()` MATLAB function.\ \* Combine translation offsets to a single vector input argument for th `virtMicGeo()` MATLAB function.\
...@@ -142,7 +142,7 @@ ...@@ -142,7 +142,7 @@
------------------------------------------- -------------------------------------------
###v0.2.4### ###v0.2.4###\
**Virtual Sensing**\ **Virtual Sensing**\
\* Corrected time-domain observation filter calculations.\ \* Corrected time-domain observation filter calculations.\
\* Removed scaling from the cross-correlation calculations in the time-domain optimal observation filters.\ \* Removed scaling from the cross-correlation calculations in the time-domain optimal observation filters.\
...@@ -157,7 +157,7 @@ ...@@ -157,7 +157,7 @@
------------------------------------------- -------------------------------------------
###v0.2.3### ###v0.2.3###\
**Virtual Sensing**\ **Virtual Sensing**\
\+ Added function to estimate the observation filters in the time-domain.\ \+ Added function to estimate the observation filters in the time-domain.\
\+ Added function to perform estimation with observation filters in the time-domain. \+ Added function to perform estimation with observation filters in the time-domain.
...@@ -172,21 +172,21 @@ ...@@ -172,21 +172,21 @@
------------------------------------------- -------------------------------------------
###v0.2.2### ###v0.2.2###\
**Virtual Sensing**\ **Virtual Sensing**\
\* Update the observation filter and estimation with observation filter functions with better input argument checking and changed the name of variables to match those in the literature. \* Update the observation filter and estimation with observation filter functions with better input argument checking and changed the name of variables to match those in the literature.
------------------------------------------- -------------------------------------------
###v0.2.1### ###v0.2.1###\
**Virtual Sensing**\ **Virtual Sensing**\
\* Fix a bug where noise was added to the power spectral density matrix for the optimal observation filter calculations in the noiseless case. \* Fix a bug where noise was added to the power spectral density matrix for the optimal observation filter calculations in the noiseless case.
------------------------------------------- -------------------------------------------
###v0.2.0### ###v0.2.0###\
**Utilities**\ **Utilities**\
\+ Added a bisection method for single-valued functions.\ \+ Added a bisection method for single-valued functions.\
\* Improved rotation matrix calculation function with degrees and radian calculations available.\ \* Improved rotation matrix calculation function with degrees and radian calculations available.\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment