Quantizer: 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...") |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
This bloc introduces quantization error. | |||
This | |||
Here is the flowgraph implementation of this hierarchical block: | |||
[[File:Quantizer-hier-graph.png]] | |||
== 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> | ||
; | ; Bits (''R'') | ||
: | : Quantization bits to use. | ||
== Example Flowgraph == | |||
This flowgraph can be found at [https://github.com/gnuradio/gnuradio/blob/master/gr-channels/examples/demo_quantization.grc] | |||
[[File:Demo_quantization_fg.png|800px]] | |||
== Source Files == | == Source Files == | ||
; | ; Python files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-channels/python/channels/quantizer.py] | ||
; Block definition | ; Block definition | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/master/gr-channels/grc/channels_quantizer.block.yml] |
Latest revision as of 21:58, 7 December 2020
This bloc introduces quantization error.
Here is the flowgraph implementation of this hierarchical block:
Parameters
(R): Run-time adjustable
- Bits (R)
- Quantization bits to use.
Example Flowgraph
This flowgraph can be found at [1]
Source Files
- Python files
- [2]
- Block definition
- [3]