y = upsample(x,n)
increases the sample rate of x by inserting
n – 1 zeros between samples. If x is a
matrix, the function treats each column as a separate sequence.
y = upsample(x,n,phase)
specifies the number of samples by which to offset the upsampled sequence.