Documentation:FIB book/problems/HIC problem

From UBC Wiki

A company is developing a new-generation of helmets for bicycle riding. They are testing their devices with a dummy head. To examine the helmet's response to head impact, they did a helmet drop test and wanted to use the Head Injury Criterion (HIC) to evaluate its safety performance. The drop was done only on the X-Z plane. So only accelerations on the X-Z plane were recorded. You could download the raw data here: File:Bike Helmet Drop Test Acceleration Data.xlsx

Notes: Head Injury Criterion (HIC) is calculated as follows:
where ar is resultant linear head acceleration in g, and t1 and t2 are in seconds. 

You can use MATLAB to import the Excel sheet data and process it. Please include the MATLAB code (or other source code if you choose to use other software for data analyzing), relevant formulas and calculations, etc. with your submission.

Question 1 Plot the resultant linear acceleration

Plot the resultant linear acceleration vs. time. Identify the peak resultant linear acceleration.

Question 2 Plot the HIC values using 5 ms, 15 ms and 36 ms window

Plot HIC values using 5 ms, 10 ms, and 15 ms time window vs. time in one figure. Identify the maximum HIC values from each time window. Determine the HIC15 value based on the results of these three time windows.

Question 3 Discuss why checking different time intervals for HIC15

Explain why we need to check different time intervals, 5 ms and 10 ms in this assignment, for getting HIC15.

Question 4 Name one major strength and one major limitation of using HIC

Name one major strength and one major limitation of using HIC to estimate the severity of head injuries.

References

Special thanks to Emily Blevin for kindly providing the raw acceleration data.