Navigation
class Sinc( Kernel ) | Source |
---|
Sinc is an unbound Kernel function.
K( x ) = sin( π x ) / ( π x )
Sinc is not strictly positive.
Sinc( ) |
---|
Constructor.
Using
integral = 1.0
fwhm = 2 * 1.8954942670 / π
range = inf
result( x ) |
---|
Parameters
- x : array-like
input values
partial( x ) |
---|
Parameters
- x : array-like
the input values
isBound( ) |
---|
name( ) |
---|
Return the name of the kernel
Methods inherited from Kernel |
---|