logspace
Interval of logarithmicly equidistant points (geometric serie).
Namespace: dsp
Prototype
static Vecf logspace(float a, float b, int n)
Parameters
a | Logarithm (base 10) of the initial point |
b | Logarithm (base 10) of the final point |
n | Number of points |
Returns
Geometric serie
Description
Computes \(n\) points logarithmicly equidistants between \(a\) and \(b\), that is, the following geometric serie: