Signals
Algorithms for basic signal primitives, precisely
- refine for refining a signal given an update
- refineChain for refining a signal given a sequence of updates
- select for selecting a fragment of a signal given some bounds
Functions
Link copied to clipboard
public static boolean refineChain<V>(TimeChain<Double, V> s, TimeChain<Double, V> updates, BiPredicate<V, V> refinable)