|
Transfer returns the ordinates for given abscissa. |
Transfer has two inputs and one output :
|
Y-transfer returns the abscissa values corresponding to given ordinates. It applies to BPFs and BPCs as well. |
Transfer has three inputs and one output :
|
Paires takes the whole curve and returns paires of abscissa and ordinates corresponding to each point of the curve. |
Paires has one input and one output :
|
Bpf-sample selects a chunk from a curve and samples it n times to return a list of ordinates. Sampling occurs at a regular frequeny, whose step is equal to "xmax" / "nbsamples". |
Bpf-sample has four inputs and one output :
|
Bpc-sample selects the whole curve, and returns a list or ordinates. Sampling occurs at a regular frequency. |
Bpf-sample has two inputs and one output :