function [shiftedToa] = shiftToa(pToa, pShiftValue) %SHIFTTOA Shifts the toa by the given value. % shiftedToa = pToa + pShiftValue; end