function shiftSample<__Any> input __Any u; parameter input Integer shiftCounter(min = 0); parameter input Integer resolution(min = 1) = 1; output __Any c; end shiftSample;