Reverberator Reverb Time in seconds?
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi all,
I'm currently trying to implement the MATLAB Reverberator construction to an acoustic calculator that i made.
However, the values of the reverb are specific to the decay time in seconds, while the Reverberator only accepts 'Real Positive Scalar Values Between 0 and 1.'
Does anybody know how i is possible to convert my time values to a positive scalar value that will be the correct representation of the reverb time?
Any help with this would be greatly appeciated!!
Thanks
댓글 수: 1
답변 (1개)
Pratyush
2024년 8월 13일
Hi Tobias,
To convert reverb decay time (in seconds) to the feedback coefficient required by the MATLAB Reverberator (a real positive scalar between 0 and 1), use the following formula:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1751479/image.png)
where (
) is the decay time and (
) is the sampling frequency (e.g., 44100 Hz).
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1751484/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1751489/image.png)
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Octave에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!