Comb Filter

Returns IIR coefficients for a Nth order Comb Filter
757 Downloads
Updated 23 Feb 2012

View License

Usage: [B,A] = COMB(order, scalar);

ORDER is the number of samples delayed prior to add
SCALAR is the coefficient that will be applied to
the delayed signal path at the final summation block.

Note, there are two types of comb filters. A DC-blocker and a DC-passer.
To get a DC-Blocker (tooth at DC), pass in a -1 for the scalar.
To get a DC-Passer (+6dB at DC), pass in a +1 for the scalar.

By default, if the scalar is not passed, a DC-Passer is assumed.

Cite As

Jeff Tackett (2024). Comb Filter (https://www.mathworks.com/matlabcentral/fileexchange/35228-comb-filter), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Communities

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0