Introduction ============ ``mitarspysigproc`` is a repository of different signal processing functions that can be used across different python projects. This includes detectors, estimators, filter tools and polyphase filterbanks. The intent is for this module to be installable via pip and conda. There is a Julia version as well. Install ******* The newest versions of the software are automatically uploaded to Anaconda.org and Pypi so .. code-block:: bash # use conda or mamba to install conda install swoboj::mitarspysigproc # Using pip to download and install directly. pip install mitarspysigproc