Description Usage Arguments Value
Split each entry of 8 bit integer vector into 1, 2 or 4 bit integers.
1 | uint8split(data_in, output_bits_per_int = 4L)
|
data_in |
integer vector, containing values in range 0..255L (8 bit unsigned int values). |
output_bits_per_int |
integer, one of 1L, 2L, 4L. The bits per output integer. |
vector of integer, the values range is smaller than the range of the 8 bit input values, and the number of values is greater.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.