t60.m
バージョン 1.0.0.0 (1.6 KB) 作成者:
Christopher Brown
Returns an estimate of t60, a measure of reverberation time.
ダウンロード: 5.5K
更新
2002/6/14
ライセンスがありません
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.
引用
Christopher Brown (2026). t60.m (https://jp.mathworks.com/matlabcentral/fileexchange/1212-t60-m), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R11
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Audio Processing Algorithm Design についてさらに検索
タグ
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
