Skip to content
Snippets Groups Projects
Select Git revision
  • 9f1579d7b18829e1148a60a44b075e7c01936d7f
  • main default protected
2 results

README.md

Blame
  • README.md 1.27 KiB

    Utilities

    This section holds generic, utility functions that do not fall under any other category and can be used in various cases. There are currently two sub-categories, the "Generic" and the "Geometries". The first contains generic functions that can be used in various cases. The latter contains code to generate microphone and source geometries. Although it has been created to be used in the Active Noise Control problem to generate arrangements of sources and receivers it can be used for any other purpose.

    Dependencies

    There are depenencies between the different sub-categories of the utility functions. The known dependencies are summarised below and more information can be found in the respective Wiki pages of each function or in the Documentation.

    • MATLAB
      • Generic
        • isOdd()
          • isEven()
      • Geometries
        • rcvGeo()
          • rotMat3dDeg()
        • srcGeo()
          • rotMat3dDeg()
          • ptsOnSphere()
        • virtMicGeo()
          • rotMat3dDeg()

    Acknowledgments

    • Part of the function ptsOnSphere.m has been adapted from a MATLAB® function provided by Prof. Jordan Cheer of ISVR - University of Southampton.