How can I make the splMeter object using the Bark filterbank?
조회 수: 1 (최근 30일)
이전 댓글 표시
I would like to do an SPL measurement like with the SPLMeter but with the Bark filterbank.
댓글 수: 0
답변 (1개)
Umang Pandey
2024년 11월 7일
Hi Thomas,
Yoiu can design a bark filterbank using "designAuditoryFilterBank" function. You can refer to the following example from the documentation for understanding how to do so:
After obtaining the filterbank, you can apply it to your audio signal to compute the SPL.
Best,
Umang
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!