y = downsample(x,n)
decreases the sample rate of x by keeping the first sample and
then every nth sample after the first. If
x is a matrix, the function treats each column as a
separate sequence.
y = downsample(x,n,phase)
specifies the number of samples by which to offset the downsampled sequence.