Remove all elements from the buffer that are about to leave the sliding time window
function removeOldest input Buffer buffer "Memory of sliding window"; input Real t "Actual time instant"; output Buffer newBuffer "Updated memory of sliding window"; end removeOldest;