.. role:: hidden :class: hidden-section Preprocessing module ==================== .. automodule:: pyeeg.preprocess :no-members: :no-inherited-members: Classes ------- See also the :doc:`mcca` page for the multiway CCA (hyperalignment) preprocessing class. Directly in :mod:`pyeeg.preprocess` one can find also the following classes: .. currentmodule:: pyeeg.preprocess .. autosummary:: :toctree: generated/ :template: class.rst MultichanWienerFilter Whitener .. autosummary:: :toctree: generated/ :template: class.rst WaveletTransform Summary ------- .. currentmodule:: pyeeg.preprocess .. autosummary:: :toctree: generated/ :template: function.rst create_filterbank apply_filterbank get_power covariance covariances covariances_extended Listing of all classes and functions ------------------------------------- .. automodule:: pyeeg.preprocess :members: :noindex: