I would like to estimates the width of the frequency band that contains 99% of the power of my signal (sound waveform), the upper and lower bounds of the band, and the power in the band. I also would like to plot the bandwidth on the power spectrum of my signal.
There is a function in the 2015 Matlab release that does this exactly: http://au.mathworks.com/help/signal/ref/obw.html
I only have the 2014a version and I was wondering if it would be possible to build the function myself. As a matlab beginner, I am not even sure where to start... Could anyone help me?