select

public TimeChain<Double, List<List<Box<? extends Object>>>> select(Double start, Double end)

Temporal projection operation that selects a sub-part of the signal delimited by the time instants provided by the input parameters.

Return

the chain of segments of the signal delimited by the input

Parameters

start

beginning of the time frame of interest

end

ending of the time frame of interest