Low Pass Filter: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
No edit summary
(add Example Flowgraph)
 
Line 30: Line 30:


== Example Flowgraph ==
== Example Flowgraph ==
This flowgraph shows a Low Pass Filter block.
[[File:FunCube_AM.png|800px]]


== Source Files ==
== Source Files ==

Latest revision as of 12:18, 30 October 2019

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

Parameters

(R): Run-time adjustable

FIR Type (R)
Specify whether input/output is 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.
Cutoff Freq (R)
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 a Low Pass Filter block.

FunCube AM.png

Source Files