This is documentation for an old release of SciPy (version 0.15.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.signal.cubic
-
scipy.signal.cubic(x)[source]
A cubic B-spline.
This is a special case of bspline, and equivalent to bspline(x, 3).