Uniform Filter Bank

버전 1.4.0.0 (2.88 KB) 작성자: Iman
This function can be used to design a uniform filter bank with M subbands.
다운로드 수: 1.8K
업데이트 날짜: 2015/11/8

라이선스 보기

This function can be used to design a uniform filter bank (with M analysis and M synthesis filters) so that the perfect reconstruction is almost achieved. The method is based on the optimization technique proposed in [1].
M= Number of subbands
m= A positive integer

[analysis_filters,synthesis_filters] are analysis and synthesis filters'
coefficients of the designed filter bank (each row is devoted to one filter). The
length of all filters is 2*(m*M). The amplitude response of the analysis filters will be shown at the end.

Example:
[analysis_filters,synthesis_filters]=PR_Nguyen(5,4)

https://www.youtube.com/watch?v=pMLnq_7mjFc&feature=youtu.be

Reference:
[1] T.Q. Nguyen, “Near-Perfect-Reconstruction Pseudo-QMF Banks”, IEEE
Transactions on Signal Processing, Vol. 42, No.1, 1994.

To find other Matlab functions about filter design, please visit
http://www.ece.uvic.ca/~imanmoaz/index_files/index1.htm

인용 양식

Iman (2024). Uniform Filter Bank (https://www.mathworks.com/matlabcentral/fileexchange/35053-uniform-filter-bank), MATLAB Central File Exchange. 검색됨 .

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

Community Treasure Hunt

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

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

some changes in comments
Video

1.0.0.0