Welcome to CleanTiPy documentation! =================================== .. only:: html **CleanTiPy** is a Python library implementing the CLEAN-T algorithm as depicted in `Cousson et al. `_ and `Leiba et al. `_. It is based on the time-domain formulation of beamforming for moving sources. This library is the result of the work carried out by Rémi Cousson, Quentin Leclère and `Raphaël Leiba `_ and is developped between the `Laboratory of Vibrations and Acoustics (LVA) `_ of `INSA Lyon `_ and the `Environmental Acoustics Research Unit (UMRAE) `_ of `Gustave Eiffel University `_ and `Cerema `_. .. note:: This project is still under development. Principle of the method ----------------------- CLEAN-T aims at adapting the CLEAN algorithm in time domain. Visit section :doc:`principle` for more detail on the principle of the method and section :doc:`structure` for a deep dive in the implementation. Usage ----- Check out the :doc:`usage` section to know the required packages, how to install the code and how to use it. :ref:`Examples ` are also provided. Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` .. toctree:: :hidden: :maxdepth: 2 principle usage examples structure