fluiddyn.calcul.signal

Simple operations on signals (fluiddyn.calcul.signal)

Functions

decimate(sig, q[, nwindow, axis])

Decimate a signal.

deriv(f[, x, dx, method])

Derive a 1D signal.

smooth(x[, window_len, window])

smooth the data using a window with requested size.

Classes

FunctionLinInterp(x, f)

Function defined by a linear interpolation.