y = dst(x,n)
truncates the vector x or pads it with trailing zeros to length
n before computing the transform. If x is a
matrix, then dst truncates or pads each column.
Input array, specified as a vector or a matrix. If x is a
matrix, then dst applies to each column.
Data Types: double
Transform length, specified as a nonnegative integer. If x is a
vector, then dst truncates it or pads it with trailing zeros, so that
the resulting vector has n elements. If x is a
matrix, then dst truncates or pads each column.