- Truncate the elements selected using “fix” function.
- Find the 8-least significant bits for each element using bitwise “AND” operation.
- Joint the 8-least significant bits to form a 32-bits element.
- fix: https://www.mathworks.com/help/matlab/ref/fix.html
- num2str : https://www.mathworks.com/help/matlab/ref/num2str.html
- join : https://www.mathworks.com/help/matlab/ref/join.html