LDPC Encoder: 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...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[Category:Block Docs]] | [[Category:Block Docs]] | ||
Encodes a LDPC (Low-Density Parity-Check) FEC | |||
; Input: Variable length FEC baseband frames with appended BCH (BCHFEC). | |||
; Output: Normal, medium or short FEC baseband frames with appended LPDC (LDPCFEC). | |||
== Parameters == | == Parameters == | ||
; | ; Standard | ||
: | : DVB standard | ||
; | ; FECFRAME size | ||
: | : FEC frame size | ||
; Code rate | |||
: FEC code rate | |||
; Constellation | |||
: DVB-S2 constellation | |||
== Example Flowgraph == | == Example Flowgraph == | ||
This flowgraph can be found at [https://raw.githubusercontent.com/gnuradio/gnuradio/master/gr-dtv/examples/germany-g1.grc] | |||
[[File:Germany_g1_fg.png|799px]] | |||
== Source Files == | == Source Files == | ||
; C++ files | ; C++ files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/main/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.cc dvb_ldpc_bb_impl.cc] | ||
; Header files | ; Header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/main/gr-dtv/lib/dvb/dvb_ldpc_bb_impl.h dvb_ldpc_bb_impl.h] | ||
; Public header files | ; Public header files | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/main/gr-dtv/include/gnuradio/dtv/dvb_ldpc_bb.h dvb_ldpc_bb.h] | ||
; Block definition | ; Block definition | ||
: [https://github.com/gnuradio/gnuradio | : [https://github.com/gnuradio/gnuradio/blob/main/gr-dtv/grc/dtv_dvb_ldpc_bb.block.yml dtv_dvb_ldpc_bb.block.yml] |
Latest revision as of 10:28, 6 June 2022
Encodes a LDPC (Low-Density Parity-Check) FEC
- Input
- Variable length FEC baseband frames with appended BCH (BCHFEC).
- Output
- Normal, medium or short FEC baseband frames with appended LPDC (LDPCFEC).
Parameters
- Standard
- DVB standard
- FECFRAME size
- FEC frame size
- Code rate
- FEC code rate
- Constellation
- DVB-S2 constellation
Example Flowgraph
This flowgraph can be found at [1]
Source Files
- C++ files
- dvb_ldpc_bb_impl.cc
- Header files
- dvb_ldpc_bb_impl.h
- Public header files
- dvb_ldpc_bb.h
- Block definition
- dtv_dvb_ldpc_bb.block.yml