Xlating low pass filter: Difference between revisions

From GNU Radio
Jump to navigation Jump to search
(initial creation)
 
(made obsolete)
 
Line 1: Line 1:
This filter is a convenience wrapper for an xlating fir filter and a firdes taps generating function
<b>THIS FILTER IS OBSOLETE AND HAS BEEN REMOVED.</b>


Sample rate, cutoff frequency, and transition width are in Hertz
It is not accessible in any version of GRC since v3.7.


The beta parameter only applies to the Kaiser window
== Parameters ==
<b>(R):</b> <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls <b>Run-time adjustable</b>]</span><br>
;Type
:options: [Complex->Complex (Complex Taps), Complex->Complex (Real Taps),
:Float->Complex (Complex Taps), Float->Complex (Real Taps), Short->Complex
:(Complex Taps), Short->Complex (Real Taps)]
;Decimation
:default: '1'
;Gain
:default: '1'
;Sample Rate
:default: samp_rate
;Center Frequency
:default: '0'
;Cutoff Freq
;Transition Width
;Window
:default: window.WIN_HAMMING
:options: [Hamming, Hann, Blackman, Rectangular, Kaiser]
;Beta
:default: '6.76'
== Example Flowgraph ==
== Example Output ==
== Source Files ==
; C++ files
: [https://github.com/gnuradio/gnuradio TODO]
; Header files
: [https://github.com/gnuradio/gnuradio TODO]
; Public header files
: [https://github.com/gnuradio/gnuradio TODO]
; Block definition
: [https://github.com/gnuradio/gnuradio TODO]
[[Category:Stub Docs]]
[[Category:Block Docs]]
[[Category:Block Docs]]

Latest revision as of 19:05, 3 April 2024

THIS FILTER IS OBSOLETE AND HAS BEEN REMOVED.

It is not accessible in any version of GRC since v3.7.