This is documentation for an old release of SciPy (version 1.5.1). 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)
.