SpatialTemporalSignal

public void SpatialTemporalSignal(int size)

Builds an `empty` spatio-temporal signal

Parameters

size

number of locations of the signal


public void SpatialTemporalSignal(int size, IntFunction<Signal<T>> f)

Requires f to be defined for all i

Parameters

size

number of locations of the signal

f

mapping from locations to temporal signals