 |
Input Array is the input sequence. If Input Array is not a power of 2, the VI resizes the sequence to the next size that is a valid power of 2.
If Input Array is already a power of 2, the VI resizes the sequence to the next valid power of 2. For example, if Input Array contains 500 elements, the size of the zero padded output sequence is 512. If Input Array contains 1,024 elements, the size of the zero padded output sequence is 2,048. | Note If Input Array is empty, Zero Padded Array is also empty. |
|