|
Sample-fun applies a mathematic function over a given numeric interval, samples the resulting curve at a given frequency and returns the corresponding values. A BPF or BPC can be materilalized out of the sampled values. |
Sample-fun has two default inputs and outputs :
It has three optional inputs :
|
Linear-fun defines linear y = f(x) functions. It can be used as a lambda-function. |
Linear-fun has four inputs and one output :
Its output can be connected to :
|
The bpf-get-val function interpolates BPFs or BPCs with one or several values. |
The bpf-get-val function has two inputs :
|
Get-spline-obj materializes a BPF or BPC out of a spline. |
The get-spline-obj has three inputs, which resembles the parameters of a BPF spline, and one output :
|
Get-spline-points extracts the coordinates of all the points of a spline. |
The get-spline-points function has three inputs and one output :