Reverberation Time Calculator

버전 1.0.0.0 (44.1 KB) 작성자: Edward Zechmann
Calculates Reverberation Time from multiple microphones using time records
다운로드 수: 5.1K
업데이트 날짜: 2008/2/18

라이선스 보기

rt_script.m is the main program. It produces a text file and a pdf file to document the reverberation time estimate. Two measurement methods can be used 1) speaker on-speaker off method, and 2) balloon pop method.

A basic procedure for the measurement two methods is given in the Readme file. The speaker on-speaker off method has been found to be far more accurate than the balloon pop method. Teh balloon pop method can often have more than 50% error below 1000 Hz.

reverb_time.m calculates the reverberation times for 1/3 octave band time records. Time records using the random time test signals from makelNHANESNoisesm_ed.m from (Also on Matlab Central File Exchange) are ideal for reverberation time measurements using the speaker on- speaker off method.

With the balloon pop method, the same file can be processed several times to roughtly estimate the reverberation time in each 1/3 octave band.

인용 양식

Edward Zechmann (2024). Reverberation Time Calculator (https://www.mathworks.com/matlabcentral/fileexchange/17431-reverberation-time-calculator), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2007b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Octave에 대해 자세히 알아보기
도움

도움 받은 파일: octave, ci.m, LMS Toolbox, findextrema.m, Estimatenoise

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

Fixed bug in the LMTS regression routines. Improved the balloon pop method.