Quantizer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 14: | Line 14: | ||
== Example Flowgraph == | == 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 == |
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]