Filter Design Toolbox    
zpkftransf

Zero-pole-gain frequency transformation of the digital filter

Syntax

Description

[Z2,P2,K2] = zpkftransf(Z,P,K,AllpassNum,AllpassDen) returns zeros, Z2, poles, P2, and gain factor, K2, of the transformed lowpass digital filter. The prototype lowpass filter is given with zeros, Z, poles, P, and gain factor, K. If AllpassDen is not specified it will default to 1. If neither AllpassNum nor AllpassDen is specified, then the function returns the input filter.

Examples

Design a prototype real IIR halfband filter using a standard elliptic approach:

Verify the result by comparing the prototype filter with the target filter:

Arguments
Z
   Zeros of the prototype lowpass filter

P
   Poles of the prototype lowpass filter

K
   Gain factor of the prototype lowpass filter

FTFNum
   Numerator of the mapping filter

FTFDen
   Denominator of the mapping filter

Z2
   Zeros of the target filter

P2
   Poles of the target filter

K2
   Gain factor of the target filter

See Also
iirftransf


  zpkbpc2bpc zpklp2bp