I have an array that stores values and I would like to divide each element in array by the same integer value. The integer value will range between 2 and 100. Is it possible to do this with the CVI function Scale1D? I find the Scale1D documentation rather confusing regarding what the function actually does. Specifically, I find the statement "The
scaled output
array is in the range [–1:1]" confusing. I assume that if it is possible that I would pass 1/X where X is the integer value by which I would like to divide the array. I assume that I would also use an offset of 0.
Thanks in advance.
Best Regards,
Matthew