Reed-Solomon Encoder: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(add example flowgraph) |
||
Line 9: | Line 9: | ||
== Parameters == | == Parameters == | ||
TO DO | |||
== Example Flowgraph == | == Example Flowgraph == | ||
This flowgraph can be found at [https://github.com/gnuradio/gnuradio/blob/master/gr-dtv/examples/dvbt_tx_8k.grc]. | |||
[[File:Dvbt_tx_8k_fg.png|800px]] | |||
== Source Files == | == Source Files == |
Revision as of 00:49, 1 December 2020
ITU-T J.83B Reed Solomon Encoder, t=3, (128,122), 7-bit symbols.
- Input
- MPEG-2 bitstream packets of 122 7-bit symbols.
- Output
- MPEG-2 + RS parity bitstream packets of 128 7-bit symbols.
This is the ITU-T J.83B Reed Solomon Encoder. For the DVB-T one, go to Reed-Solomon Encoder DVBT
Parameters
TO DO
Example Flowgraph
This flowgraph can be found at [1].
Source Files
- C++ files
- [2]
- Header files
- [3]
- Public header files
- [4]
- Block definition
- [5]