.. pyestimate documentation master file, created by sphinx-quickstart on Sun Jan 14 17:23:45 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. toctree:: :maxdepth: 1 :caption: Contents: pyestimate documentation ======================== .. image:: images/pyestimate_logo.png :height: 192 :alt: pyestimate logo Installation ------------ Install pyestimate and its dependencies from PyPI using pip: .. code-block:: python pip install pyestimate Examples -------- * `Frequency, amplitude and phase estimation of sinusoidal signal with noise `_ * `Removal of 50Hz or 60Hz interferer without filtering `_ * `Frequency, amplitude and phase estimation of 2D sinusoidal signal with noise `_ * `Estimation of frequency, amplitude and phase for multiple sinusoids (less than 5) `_ * `Principal components AR estimator for multiple sinusoids (faster/suboptimal algorithm) `_ Functions --------- .. automodule:: pyestimate Indices and tables ================== * :ref:`genindex` * :ref:`search`