scalation.calculus.BasisFunction
See theBasisFunction companion trait
The BasisFunction
object provides utility functions related to basis functions.
Attributes
-
Companion
-
trait
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Compute the dot/inner product of functions 'f' and 'g': ∫ ((a, b), f * g) May use Hilbert
: f.dot (g, a, b)
Compute the dot/inner product of functions 'f' and 'g': ∫ ((a, b), f * g) May use Hilbert
: f.dot (g, a, b)
Value parameters
-
a
-
the start of the interval
-
b
-
the end of the interval
-
f
-
the first function
-
g
-
the second function
Attributes
Plot the basis functions.
Plot the basis functions.
Value parameters
-
bf
-
a basis function
-
m
-
the order of the basis function
-
t
-
the time parameter
Attributes