Band Pass Filter

From GNU Radio
Revision as of 01:45, 30 October 2019 by Duggabe (talk | contribs) (add Example Flowgraph)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This filter is a convenience wrapper for an Decimating FIR Filter and a firdes taps generating function of band-pass type, i.e. calling firdes.band_pass() or firdes.complex_band_pass().

Parameters

(R): Run-time adjustable

FIR Type (R)
Specify whether input/output is real or complex, and if the taps are real or complex.
Decimation
Decimation rate of filter, must be an integer, and cannot change in realtime.
Gain (R)
Scaling factor applied to output.
Sample Rate (R)
Input sample rate.
Low Cutoff Freq (R)
Lower cutoff frequency in Hz
High Cutoff Freq (R)
Upper cutoff frequency in Hz
Transition Width (R)
Transition width between stop-band and pass-band in Hz
Window (R)
Type of window to use
Beta (R)
The beta paramater only applies to the Kaiser window.

Example Flowgraph

This flowgraph shows the use of a Band Pass Filter block. This is a working AM broadcast band receiver.

Complex to Mag.png

Source Files