Public Member Functions | |
def | __init__ |
def | applyop |
Apply self to a vector other. | |
Public Attributes | |
axis | |
Static Public Attributes | |
string | name = "dwt" |
Wavelet transform on any axis
Definition at line 111 of file wavelets.py.
def __init__ | ( | self, | ||
inSpace, | ||||
axis = 1 , |
||||
type = 'linear' , |
||||
unit = True | ||||
) |
def applyop | ( | self, | ||
other | ||||
) |
string name = "dwt" [static] |
Definition at line 112 of file wavelets.py.
Definition at line 120 of file wavelets.py.