Contents Up Previous Next

Band pass IIR filter

Purpose
Description
Macro Synopsis
Modules
Related Functions
References


Purpose

IIR band pass filter

Description

"Band pass IIR filter" applies an IIR band pass filter to the given signal x.
Its parameters are


Macro Synopsis

y = IIRBandPass(x,method,n,ripple,atten,f0,f1);
signal x,y;
option method;
int n;
float ripple,atten,f0,f1;

Modules

Filter

Related Functions

Band reject IIR filter, Low pass IIR filter, High pass IIR filter.

References

Oppenheim/Schafer [3], Parks/Burrus [4]