Bytes to Tuple converter

版本 1.0.0.1 (9.7 KB) 作者: Kiran Kintali
Using bitsliceget and bitconcat functions to implement a Byte2Tuple converter needed in a DVB system
2.9K 次下载
更新时间 2016/9/1

查看许可证

(Implemented using R2007b release)
The attached Simulink model shows how to implement a Byte To tuple converter (N bytes == M tuples of m bits).

The converter can be used in a DVB system to encode data bytes generated by interleaver into QAM symbols.

In the attached example bitsliceget and bitconcat functions are used in an Embedded MATLAB block to convert 204x8 (bytes) to 272x6 (tuples).

To prove that the block is functional the tuples are converted back to bytes and compared with original input to verify that no loss of data has occurred.

Ref: See notes on bytes to m tuple conversion block in a DVB system

http://ieee802.org/16/tg1/phy/contrib/802161pc-00_02.pdf
http://en.wikipedia.org/wiki/DVB-C

引用格式

Kiran Kintali (2024). Bytes to Tuple converter (https://www.mathworks.com/matlabcentral/fileexchange/16210-bytes-to-tuple-converter), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Error Detection and Correction 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.1

Updated license

1.0.0.0

add to eML category