byte_array¶
-
baseband.base.utils.byte_array(pattern)[source] [edit on github]¶ Convert the pattern to a byte array.
- Parameters
- Returns
- byte_array
ndarrayof byte With any elements of pattern stored in little-endian order.
- byte_array
baseband.base.utils.byte_array(pattern)[source] [edit on github]¶Convert the pattern to a byte array.
ndarray of byteWith any elements of pattern stored in little-endian order.