t60.m

Returns an estimate of t60, a measure of reverberation time.
5.5K Downloads
Updated 14 Jun 2002

No License

Pass a recorded noise burst or impulse, and this script returns an estimate of t60. Pass only the part of the recording after the offset of the noise. It uses Schroeder's integrated impulse decay method, and then performs a cumulative r-squared to find the straight part of the slope. eg, if you recorded a noise segment that is 8192 samples long, syntax would be:

rt = t60(noise(8193:length(noise)),srate);

The script will also plot the decay function if desired.

Cite As

Christopher Brown (2024). t60.m (https://www.mathworks.com/matlabcentral/fileexchange/1212-t60-m), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R11
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Audio Processing Algorithm Design in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0