www.gusucode.com > signal 工具箱matlab源码程序 > signal/@dfilt/iirlp2bsc.m

    %IIRLP2BSC IIR lowpass to complex bandstop frequency transformation.
%   [G, ANUM, ADEN] = IIRLP2BSC(H,Wo,Wt) returns transformed filter G for
%   original frequency Wo and target frequency Wt.  The allpass mapping
%   filter is returned in the numerator vector ANUM and the denominator
%   vector ADEN.
%
%   See also FILTERDESIGN/IIRLP2BSC.

%   Author(s): J. Schickler
%   Copyright 1988-2004 The MathWorks, Inc.



% [EOF]