HyperMath

Hicd

Hicd

Previous topic Next topic No expanding text in this topic  

Hicd

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Modified head Injury Criterion used to measure potential for head injury. The mode parameter determines the output.

Syntax

x,y = Hicd(time, accel, window, mode=0)

x = Hicd(time, accel, window, mode=1)

y = Hicd(time, accel, window, mode=2)

w = Hicd(time, accel, window, mode=3)

Arguments

Name

Description

 

time

The time vector of data to analyze (in seconds).

 

accel

The head acceleration vector. Must match length of time vector and be real only.

 

window

The window width (in seconds).

 

mode

0 to output both x,y vectors to draw the clip window.

1 to output the x vector to draw the clip window.

2 to output the y vector to draw the clip window.

3 to output a vector containing the height of the clip window, and its left and right end points.

Outputs

Name

Description

 

x

A vector containing the x coordinates of the hic window.

 

y

A vector containing the y coordinates of the hic window.

 

w

A vector containing the height of the hic window, and its left and right end points.

Example

Find the Hicd window dimensions associated with a pair of time and acceleration vectors.

 

Syntax

 

w = Hicd(time, accel, window, 3)

 

Results

 

Results as would be seen if printed out.

See Also:

Hic