hysteresis_model
Namespaces | Functions | Variables
signalsmooth.py File Reference

Namespaces

 signalsmooth
 

Functions

def signalsmooth.smooth
 
def signalsmooth.gauss_kern
 
def signalsmooth.blur_image
 
def signalsmooth.smooth_demo
 

Variables

tuple signalsmooth.Z = np.cos((X**2+Y**2)/200.)
 
tuple signalsmooth.Z2 = blur_image(Z, 3)