hysteresis_model
Namespaces | Functions | Variables
signalsmooth.py File Reference

Namespaces

 signalsmooth
 

Functions

def signalsmooth.smooth (x, window_len=10, window='hanning')
 
def signalsmooth.gauss_kern (size, sizey=None)
 
def signalsmooth.blur_image (im, n, ny=None)
 
def signalsmooth.smooth_demo ()
 

Variables

 signalsmooth.X
 
 signalsmooth.Y
 
 signalsmooth.Z = np.cos((X**2+Y**2)/200.)+ np.random.normal(size=X.shape)
 
def signalsmooth.Z2 = blur_image(Z, 3)