|
hysteresis_model
|
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) | |
| signalsmooth.Z2 = blur_image(Z, 3) | |
1.8.11