WOLFRAM SYSTEM MODELER
IntegerToBinaryFunction that takes an integer number and converts it to an array of binary numbers. |
|

SystemModel["EducationExamples.ElectricalEngineering.EightBitAdder.Components.IntegerToBinary"]

This algorithm takes an integer number and converts it into an array of binary numbers.
Used in the IntegerToBinaryConverter block.
| u |
Type: Integer |
|---|---|
| n |
Type: Integer |
| y |
Type: Logic[n] Description: Logic values and their coding according to IEEE 1164 STD_ULOGIC type |
|---|