.. _signal-label:

Signal Processing Utilities
===========================

Functions
---------

* :func:`signals.corrvis` ... Visualization for cross- and auto-correlation
* :func:`signals.pSpect` ... Simple power spectrum from FFT
* :func:`signals.savgol` ... Savitzky-Golay filter
* :func:`signals.show_se` ... Show mean and standard error, of a dataset in column form.

.. toctree::
   :maxdepth: 2

Details
-------
.. automodule:: signals
    :members: 
