Code covered by the BSD License  

Highlights from
QMFDesign

Be the first to rate this file! 18 Downloads (last 30 days) File Size: 318.91 KB File ID: #24340
image thumbnail

QMFDesign

by Peter Kabal

 

03 Jun 2009 (Updated 19 Jun 2009)

This program designs a prototype filter for use in a Quadrature Mirror Filter filterbank.

| Watch this File

File Information
Description

This program designs a prototype filter for use in a Quadrature Mirror Filter filterbank. This two-channel filterbank has four filters, each based on a lowpass prototype H(z).

This filter bank has an alias cancelling property, but does introduce a ripple into the end-to-end frequency response. The design procedure minimizes a weighted combination of the ripple energy and the stopband energy of the lowpass prototype filter. The design procedure is motivated by a paper by Jain and Crochiere.
V. K. Jain and R. E. Crochiere, “Quadrature Mirror Filter Design in the Time Domain”, IEEE Trans. Acoustics, Speech, Signal Processing, vol. 32, no. 2, pp. 253–361, April 1984.

This routine returns the coefficients of the N-coefficient symmetric prototype filter H(z). The coefficients are normalized to have energy 1/2. When the analysis and synthesis filters are configured as shown above, the overall system has an impulse response with a unity coefficient at a delay of N-1 samples.
The procedure described in the paper above was modified to employ a cautious update during the iteration process – without this modification, the procedure did not converge.

A sample use of QMFDesign is shown below.
  N = 32;
  h = QMFDesign(N, 0.3, 1);

MATLAB release MATLAB 7.8 (R2009a)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Updates
19 Jun 2009

Update BSD License Info - no file changes

Tag Activity for this File
Tag Applied By Date/Time
quadrature mirror filter Peter Kabal 03 Jun 2009 14:36:21
qmf Peter Kabal 03 Jun 2009 14:36:21
filter design Peter Kabal 03 Jun 2009 14:36:21
filter design Leo 08 May 2011 21:44:19
qmf Leo 08 May 2011 21:44:23
quadrature mirror filter Leo 08 May 2011 21:44:26

Contact us at files@mathworks.com