Reed-Solomon Encoder: Difference between revisions
Jump to navigation
Jump to search
(Undo revision 12298 by MubashiraZaman (talk)) Tag: Undo |
|||
Line 9: | Line 9: | ||
== Parameters == | == Parameters == | ||
TO DO | |||
== Example Flowgraph == | == Example Flowgraph == |
Revision as of 06:21, 31 May 2022
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]