Things You'll Need
Instructions
Write down the raw data in a table format. For example:
D H
0 10
1 15
2 10
Normalize the data in the second column. To normalize the data, find the peak value in the column. Following the example, the peak value is 15m. Make a third column and label it "Normalized data." Use the following formula to calculate the normalized values for column 3:
column 3 = column 2 / peak value in column 2
Following the example, the following table will be made:
D H Normalized H
0 10 0.666
1 15 1.000
2 10 0.666
Draw a standard x-y graph, and label the x-axis accordingly. Label the y-axis "Normalized Data." Plot column one of the table as the x value and column 3 as the y value.