Contents Up Previous Next

Band pass FIR filter

Purpose
Description
Macro Synopsis
Modules
Related Functions
References


Purpose

FIR bandpass filter


Description

"Band pass FIR filter" applies a bandpass FIR filter to the given signal.

Its parameters are


Macro Synopsis

y = FIRBandPass(x, method, type, atten, width, f0, f1);
signal x,y;
option method,type;
float atten,width,f0,f1;


Modules

Filter


Related Functions

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

References

Oppenheim/Schafer [3], Parks/Burrus [4], Otnes/Enochson [5].