Skip to content
Snippets Groups Projects
Select Git revision
  • 4e11c38028307f2ef479f930e8f9de0bbd4a2729
  • master default protected
2 results

center_blob.html

Blame
  • __init__.py 349 B
    # -*- coding: utf-8 -*-
    """ Filtering out time-frequency using Gabor multipliers
    
    .. moduleauthor:: Valentin Emiya
    """
    # from .tf_tools import GaborMultiplier, get_dgt_params, get_signal_params, dgt
    
    # __all__ = ['GaborMultiplier', 'get_dgt_params', 'get_signal_params', 'dgt']
    
    # TODO minimal documentation__version__ = "0.1"
    __version__ = "0.1.3"