A program to recognize and reward our most engaged community members
Hi Teams,
I have a binary number that I want to convert into a matrix, ex. 1110-> [1,1,1,0]
How to create it ?
Thanks.
Hi Robert,
I'm attaching an example that shows one way of doing this. There is a limitation on the input signal being 4 bits, but you could easily expand this. I've used a few blocks that you may not be familiar with, the "shift" operator, the matrix assign block, and the expression block. You can read the "help" on any of these blocks for a more complete explanation. Let me know if you need additional help.
Ric