phasedb v0.0.2 PhaseDB.Interpolate

Use the specified interpolator to generate a sample for a gap in the result set.

Summary

Functions

Generate a Sample for missing data via various algorithms

Functions

generate_sample(arg1, at, past_rows, future_rows)

Specs

generate_sample(:linear | :nearest_neighbour | :zero_fill, PhaseDB.TimeHelpers.utc_usecs, [PhaseDB.Sample.t], [PhaseDB.Sample.t]) :: PhaseDB.Sample.t

Generate a Sample for missing data via various algorithms.