Home > freetb4matlab > signal > qp_kaiser.m

qp_kaiser

PURPOSE ^

% Usage: qp_kaiser (nb, at, linear)

SYNOPSIS ^

function h = qp_kaiser (nb, at, linear)

DESCRIPTION ^

% Usage:  qp_kaiser (nb, at, linear)
%
% Computes a finite impulse response (FIR) filter for use with a
% quasi-perfect reconstruction polyphase-network filter bank. This
% version utilizes a Kaiser window to shape the frequency response of
% the designed filter. Tha number nb of bands and the desired
% attenuation at in the stop-band are given as parameters.
%
% The Kaiser window is multiplied by the ideal impulse response
% h(n)=a.sinc(a.n) and converted to its minimum-phase version by means
% of a Hilbert transform.
%
% By using a third non-null argument, the minimum-phase calculation is
% ommited at all.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003