[][src]Module oscen::utils

Utilites.

Structs

ExpInterp

Given f(0) = low, f(1/2) = mid, and f(1) = high, let f(x) = a + b*exp(cs). Fit a, b, and c so to match the above. If mid < 1/2(high + low) then f is convex, if equal f is linear, if greater then f is concave.

RingBuffer

Variable length circular buffer.

Functions

signals