Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Signal processing (
scipy.signal
)
»
scipy.signal.bspline
¶
scipy.signal.
bspline
(
x
,
n
)
¶
bspline(x,n): B-spline basis function of order n. uses numpy.piecewise and automatic function-generator.
Previous topic
scipy.signal.sepfir2d
Next topic
scipy.signal.gauss_spline
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Signal processing (
scipy.signal
)
»