Byte Unpack
Libraries:
Motor Control Blockset /
Signal Management
C2000 Microcontroller Blockset /
Target Communication
Description
The Byte Unpack block receives a uint8
vector and converts the vector
to output signals of different Simulink® data types based on content of the input vector. You can use block parameters
to specify dimensions and data types of the output signals and the alignment of the data in
the individual vectors that the block outputs. Because the UDP protocol transmits data in
uint8
format, you can use this block to reformat data that is
received as a UDP packet for use in a model by connecting the input of this block to the
output of a UDP Send (Embedded Coder) block.
Ports
Input
Output
Parameters
Extended Capabilities
Version History
Introduced in R2024a
See Also
Byte Pack | Byte Reversal | UDP Receive (Embedded Coder)