I am trying to calculate the Breathiness Index, suggested by Fukazawa et al. (1988), as a measure for breathy voice. The paper indicates a range of 8.3 to 75.7 for values of BRI, but my calculations yield values at an order of 1015.
I refer to the definition of BRI as the ratio between the energy of the second derivative of a signal and the energy of the non-derived signal.
I performed the analysis in Praat. The original sound was converted to a matrix, then I applied a formula ((self [col+1] - self [col]) / dx) twice, to obtain the second derivative, and cast the matrix to a sound. Energy was calculated using the Get energy command (which calculates the integral of the squared signal between two time points).
Any idea what I am missing here?
Alternatively, can anyone suggest another measure for spectral tilt that does not require an arbitrary cut-off frequency between low and high frequencies?