Constellation Rect. Object: Difference between revisions
Jump to navigation
Jump to search
(add Example Flowgraph) |
|||
Line 39: | Line 39: | ||
; C++ files | ; C++ files | ||
: [https://github.com/gnuradio/gnuradio/blob/ | : [https://github.com/gnuradio/gnuradio/blob/main/gr-digital/lib/constellation.cc constellation.cc] | ||
; Header files | ; Header files | ||
Line 45: | Line 45: | ||
; Public header files | ; Public header files | ||
: [https://github.com/gnuradio/gnuradio/blob/ | : [https://github.com/gnuradio/gnuradio/blob/main/gr-digital/include/gnuradio/digital/constellation.h constellation.h] | ||
; Block definition | ; Block definition | ||
: [https://github.com/gnuradio/gnuradio/blob/ | : [https://github.com/gnuradio/gnuradio/blob/main/gr-digital/grc/digital_constellation_rect.block.yml digital_constellation_rect.block.yml] |
Revision as of 08:55, 22 April 2022
A version of Constellation Object specific to rectangular constellations. See Constellation Object for more usage info.
Parameters
- Symbol Map
- List of alphabet symbols (before applying any differential coding) (order of list matches Constellation Points)
- Constellation Points
- List of constellation points (order of list matches Symbol Map)
- Rotational Symmetry
- Number of rotations around unit circle that have the same representation.
- Real Sectors
- Number of sectors the real axis is split in to.
- Imaginary Sectors
- Number of sectors the imag axis is split in to.
- Width Real Sectors
- Width of each real sector to calculate decision boundaries.
- Width Imaginary Sectors
- Width of each imag sector to calculate decision boundaries.
- Soft Bits Precision
- The number of bits of precision used when generating the LUT.
- Soft Decisions LUT
- The soft decision LUT as a vector of tuples (vectors in C++) of soft decisions. Each element of the LUT is a vector of k-bit floats (where there are k bits/sample in the constellation).
Example Flowgraph
This flowgraph is taken from the Guided_Tutorial_PSK_Demodulation tutorial.
Source Files
- C++ files
- constellation.cc
- Header files
- TODO
- Public header files
- constellation.h
- Block definition
- digital_constellation_rect.block.yml