User`s guide

186 VEE User’s Guide
4 Analyzing and Displaying Test Data Chapter
8 In the Formula object, add an output terminal. Rename the
output terminals B and C. Connect output terminal B to one
of the Alphanumeric objects, and output terminal C to the
other Alphanumeric object.
9 Run the program. It should look like Figure 118.
Figure 118 VEE Functions Using One Formula Object
On Your Own
Complete the following exercises and check the results as
shown in Figure 119.
1 Create an array of numbers from 1 to 2048 using the ramp
object in the Generate category of Built- in Functions.
Calculate the standard deviation of this array and display it.
2 Do the same exercise described in the previous step, using
the ramp() function in a Formula object instead of the ramp
object.
3 Do the same exercise described in the previous step by
nesting the functions. Use only two objects.