Skip to content

Releases: Cosys-Lab/Acoustic-Imaging-Toolbox

1.4.0

28 Jan 08:45

Choose a tag to compare

Changes:

  • Added publication link.

Note that if you want to use any of the accelerated GPU and CPU-based MEX implementations for beamforming you will first need to compile these MEX files.

Once you have installed the toolbox you run the following command to automatically compile the source MEX files. Note that the GPU implementation requires an NVIDIA GPU!

enableGPUCompile = true;
clait.compileClaitMexFunctions(enableGPUCompile)

For more information please read the full documentation.

1.3.0

07 Jan 13:46

Choose a tag to compare

Changes:

  • Added helper functions from examples as part of toolbox/namespace.

Note that if you want to use any of the accelerated GPU and CPU-based MEX implementations for beamforming you will first need to compile these MEX files.

Once you have installed the toolbox you run the following command to automatically compile the source MEX files. Note that the GPU implementation requires an NVIDIA GPU!

enableGPUCompile = true;
clait.compileClaitMexFunctions(enableGPUCompile)

For more information please read the full documentation.

1.2.2

07 Jan 10:51

Choose a tag to compare

Changes:

  • Fixed File exchange releases.

Note that if you want to use any of the accelerated GPU and CPU-based MEX implementations for beamforming you will first need to compile these MEX files.

Once you have installed the toolbox you run the following command to automatically compile the source MEX files. Note that the GPU implementation requires an NVIDIA GPU!

enableGPUCompile = true;
clait.compileClaitMexFunctions(enableGPUCompile)

For more information please read the full documentation.

1.2.1

07 Jan 10:42

Choose a tag to compare

Changes:

  • Switched compatibility to all Matlab versions.

Note that if you want to use any of the accelerated GPU and CPU-based MEX implementations for beamforming you will first need to compile these MEX files.

Once you have installed the toolbox you run the following command to automatically compile the source MEX files. Note that the GPU implementation requires an NVIDIA GPU!

enableGPUCompile = true;
clait.compileClaitMexFunctions(enableGPUCompile)

For more information please read the full documentation.

1.2.0

06 Jan 10:53

Choose a tag to compare

Changes:

  • Added plotPolarEnergyscape() function.
  • Documentation and example improvements.

Note that if you want to use any of the accelerated GPU and CPU-based MEX implementations for beamforming you will first need to compile these MEX files.

Once you have installed the toolbox you run the following command to automatically compile the source MEX files. Note that the GPU implementation requires an NVIDIA GPU!

enableGPUCompile = true;
clait.compileClaitMexFunctions(enableGPUCompile)

For more information please read the full documentation.

1.1.0

05 Jan 10:33

Choose a tag to compare

First public release.

Note that if you want to use any of the accelerated GPU and CPU-based MEX implementations for beamforming you will first need to compile these MEX files.

Once you have installed the toolbox you run the following command to automatically compile the source MEX files. Note that the GPU implementation requires an NVIDIA GPU!

enableGPUCompile = true;
clait.compileClaitMexFunctions(enableGPUCompile)

For more information please read the full documentation.