Main Content
iircomb
IIR comb notch or peak filter
Description
[
returns a digital notching filter with order num
,den
] = iircomb(n
,bw
)n
and with the width of
the filter notch at -3
dB set to bw
, the filter
bandwidth.
For the notching filter, the transfer function takes the form:
where α and b are positive scalars and n is the filter order or the number of notches in the filter minus 1.
Examples
Input Arguments
Output Arguments
References
[1] Orfanidis, S.J., Introduction to Signal Processing, Englewood Cliffs, New Jersey: Prentice-Hall, 1996.
Extended Capabilities
Version History
Introduced in R2011a