rt60
Description
returns a table describing the amount of time for the reverberation energy of the room
impulse response to decay 60 dB (RT-60). The function estimates the decay time in each
octave band according to the ISO-3382 standard [2][3]. The returned table also
contains metrics described in ISO-3382 such as the curvature, C50 (speech clarity), C80
(music clarity), D50 (definition), and Ts (center time).rtsummary
= rt60(rir
,fs
)
specifies options using one or more name-value arguments.rtsummary
= rt60(rir
,fs
,Name=Value
)
rt60(___)
without any output arguments plots the
reverberation time metrics for each octave band. You can select the octave bands in the plot
to see the impulse response power and energy decay curve in each band.
Examples
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] IEC 61260-1:2014. "Electroacoustics — Octave-band and fractional-octave-band filters — Part 1: Specifications." International Electrotechnical Commission.
[2] ISO 3382-1:2009. "Acoustics — Measurement of room acoustic parameters — Part 1: Performance spaces." International Organization for Standardization.
[3] ISO 3382-2:2008. "Acoustics — Measurement of room acoustic parameters — Part 2: Reverberation time in ordinary rooms." International Organization for Standardization.
[4] Guski, Martin. Influences of External Error Sources on Measurements of Room Acoustic Parameters. Aachener Beiträge Zur Technischen Akustik, Band 24. Berlin: Logos Verlag Berlin GmbH, 2015.
Version History
Introduced in R2025a