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;