Inserts zeros in input sequence X by upsampling factor. Wire data to the X input to determine the polymorphic instance to use or manually select the instance.


icon

If Y represents the output sequence Upsampled Array, the Upsample VI obtains the elements of the sequence Y using the following equation.

for i = 0, 1, 2, …, size–1,

size = n*m,

where n is the number of elements in X, m is the upsampling factor, k is leading zeros, and size is the number of elements in the output sequence Upsampled Array.