Constellation Soft Decoder: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Decode a constellation's points from a complex space to soft bits based on the map and soft decision LUT of the object. Constructor Specific Documentation: M...") |
m (minor wikitext stx fix would be stripping single pair of []'s, linked resource title instead of "1" might be better) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | |||
Decode a constellation's points from a complex space to soft bits based on the map and soft decision LUT of the object. | Decode a constellation's points from a complex space to soft bits based on the map and soft decision LUT of the object. | ||
See [https://www.gnuradio.org/doc/doxygen/page_digital.html GNU Radio Manual and C++ API Reference] for more info. | |||
== Parameters == | == Parameters == | ||
; Constellation | |||
: A constellation object, see [[Constellation Object]] | |||
== Example Flowgraph == | == Example Flowgraph == | ||
Line 13: | Line 13: | ||
This flowgraph generates symbols using a chosen modulation scheme, runs the signal through a channel model, and then simulates a receiver by synchronizing to the signal and performing soft decoding. | This flowgraph generates symbols using a chosen modulation scheme, runs the signal through a channel model, and then simulates a receiver by synchronizing to the signal and performing soft decoding. | ||
[[File:constellation_soft_decoder_ex.png]] | [[File:constellation_soft_decoder_ex.png|800px]] |
Latest revision as of 18:30, 1 July 2025
Decode a constellation's points from a complex space to soft bits based on the map and soft decision LUT of the object.
See GNU Radio Manual and C++ API Reference for more info.
Parameters
- Constellation
- A constellation object, see Constellation Object
Example Flowgraph
This flowgraph generates symbols using a chosen modulation scheme, runs the signal through a channel model, and then simulates a receiver by synchronizing to the signal and performing soft decoding.