Triangular Filterbank

버전 1.1.0.0 (2.59 KB) 작성자: Kamil Wojcicki
Frequency domain triangular filterbank with uniform spacing on arbitrarily warped frequency scale.
다운로드 수: 2.3K
업데이트 날짜: 2011/6/13

라이선스 보기

Implements triangular filterbank given in [1]. Returns matrix of M triangular filters (one per row), each K coefficients long. The triangular filters are between limits given in R (Hz) and are uniformly spaced on a warped scale defined by forward (h2w) and backward (w2h) warping functions. For example, h2w and w2h can be hz2mel and mel2hz functions, respectively, in which case trifbank returns a mel filterbank, i.e., a filterbank of triangular filters uniformly spaced on the mel scale. Other forward and backward warping functions can be specified to arrive at arbitrary warped triangular filterbanks.

[1] Huang, X., Acero, A., Hon, H., 2001. Spoken Language Processing: A guide to theory, algorithm, and system development. Prentice Hall, Upper Saddle River, NJ, USA (pp. 314-315).

인용 양식

Kamil Wojcicki (2024). Triangular Filterbank (https://www.mathworks.com/matlabcentral/fileexchange/31755-triangular-filterbank), MATLAB Central File Exchange. 검색됨 .

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

줌: HTK MFCC MATLAB

Community Treasure Hunt

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

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

Trifbank now returns filter cutoff / center frequencies. In-file comments have been updated.

1.0.0.0