<< Chapter < Page Chapter >> Page >
The Chamberlin filter topology can implement very narrow-band, low-pass filters. This module provides the Chamberlin filter transfer function, an illustration of the topology, and sample frequency responses for different choices of design parameters.

Introduction

Chamberlin filter topology is frequently used in music applications where very narrow-band, low-pass filters arenecessary. Chamberlin implementations do not suffer from some stability problems that arise in direct-form implementationsof very narrow-band responses. For more information about IIR/FIR filter design for DSPs, refer to the Motorola Application Note .

Filter topology

A Chamberlin filter is a simple two-pole IIR filter with the transfer function given in [link] :

H z F z 2 z -1 1 2 F c Q c F c 2 z -1 1 F c Q c z -2
where F c determines the frequency where the filter peaks, and Q c 1 Q determines the rolloff. Q is defined as the positive ratio of the center frequency to thebandwidth. A derivation and more detailed explanation is given in Dattorro . The topology of the filter is shown in [link] . Note that the final feedback stage puts a pole just inside theunit circle on the real axis. For a response with smaller bandwidth, move the pole closer to the unit circle, but do notmove it so far that the filter becomes unstable. Multiple second-order sections can be cascaded to yield a sharperrolloff.

Chamberlin Filter Topology

[link] and [link] show how the response of the filter varies with Q c and F c .

Chamberlin filter responses for various Q c ( F c .3 )
Chamberlin filter responses for various F c ( Q c .8333 )

Exercise

First, create a MATLAB script that takes two parameters, Q c and F c , and plots the frequency response of a filter with a transfer function given in [link] . Then implement a Chamberlin filter on the DSP and compare itsperformance with that of your MATLAB simulation for the same values of Q c and F c . What do you observe?

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Dsp laboratory with ti tms320c54x. OpenStax CNX. Jan 22, 2004 Download for free at http://cnx.org/content/col10078/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Dsp laboratory with ti tms320c54x' conversation and receive update notifications?

Ask