Decimate (single shot) VI
- Updated2025-07-30
- 2 minute(s) read
Decimates the input sequence X by the decimating factor and the averaging Boolean control. Wire data to the X input to determine the polymorphic instance to use or manually select the instance.

If Y represents the output sequence Decimated Array, the Decimate (single shot) VI obtains the elements of the sequence Y using the following equation:
for i = 0, 1, 2, …, size – 1,
where n is the number of elements in X, m is the decimating factor, size is the number of elements in the output sequence Decimated Array, and
gives the largest integer less than or equal to the number.