Fractional Interpolator: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Category:Block Docs Category:Stub Docs This is the template for the "Page-per-block Docs". This first section should describe what the block...") |
(add Category:Deprecated) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
[[Category: | [[Category:Deprecated]] | ||
Interpolating MMSE filter | |||
<p>This block has been deprecated. Use block [[Fractional Resampler]] instead.</p> | |||
== Parameters == | == Parameters == | ||
(''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | (''R''): <span class="plainlinks">[https://wiki.gnuradio.org/index.php/GNURadioCompanion#Variable_Controls ''Run-time adjustable'']</span> | ||
; | ; Phase Shift | ||
: | : The phase shift of the output signal to the input | ||
; | ; Resampling Ratio (''R'') | ||
: | : The interpolation ratio = input_rate / output_rate. | ||
== Example Flowgraph == | == Example Flowgraph == | ||
== Source Files == | == Source Files == | ||
; C++ files | ; C++ files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-filter/lib/mmse_interpolator_cc_impl.cc Complex Input] | ||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-filter/lib/mmse_interpolator_ff_impl.cc Real Input] | |||
; Header files | ; Header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-filter/lib/mmse_interpolator_cc_impl.h Complex Input] | ||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-filter/lib/mmse_interpolator_ff_impl.h Real Input] | |||
; Public header files | ; Public header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-filter/include/gnuradio/filter/mmse_interpolator_cc.h Complex Input] | ||
: [https://github.com/gnuradio/gnuradio/blob/master/gr-filter/include/gnuradio/filter/mmse_interpolator_ff.h Real Input] | |||
; Block definition | ; Block definition | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-filter/grc/filter_mmse_interpolator_xx.block.yml] |
Latest revision as of 15:44, 29 April 2025
Interpolating MMSE filter
This block has been deprecated. Use block Fractional Resampler instead.
Parameters
(R): Run-time adjustable
- Phase Shift
- The phase shift of the output signal to the input
- Resampling Ratio (R)
- The interpolation ratio = input_rate / output_rate.
Example Flowgraph
Source Files
- C++ files
- Complex Input
- Real Input
- Header files
- Complex Input
- Real Input
- Public header files
- Complex Input
- Real Input
- Block definition
- [1]