|
AIB2 Components - 16-Bit Extractor
|
|
Category: |
Logic
|
|
Description: |
The 16-Bit Extractor component takes a single integer input value and breaks it down into its bit composition. A general way of looking at bit composition is by simply adding up the values for the bits that are set according to the outputs listings below. Essentially each bit (starting at 0) represents a value of 2 raised to the power of n+1. This component will provide meaningful results only for integers less than 65,536 in value. For larger integers, use the 32 bit versions. |
|
|
|
Inputs: 1 |
Number
The input value that is to be computed into its bit components. All values will be converted into the absolute value of its integer form.
|
|
|
|
|
Outputs: 16 |
Bit: 0
If this bit is 1 (set) then acheive the original number by adding 1
Bit: 1
If this bit is 1 (set) then acheive the original number by adding 2
Bit: 2
If this bit is 1 (set) then acheive the original number by adding 4
Bit: 3
If this bit is 1 (set) then acheive the original number by adding 8
Bit: 4
If this bit is 1 (set) then acheive the original number by adding 16
Bit: 5
If this bit is 1 (set) then acheive the original number by adding 32
Bit: 6
If this bit is 1 (set) then acheive the original number by adding 64
Bit: 7
If this bit is 1 (set) then acheive the original number by adding 128
Bit: 8
If this bit is 1 (set) then acheive the original number by adding 256
Bit: 9
If this bit is 1 (set) then acheive the original number by adding 512
Bit: 10
If this bit is 1 (set) then acheive the original number by adding 1024
Bit: 11
If this bit is 1 (set) then acheive the original number by adding 2048
Bit: 12
If this bit is 1 (set) then acheive the original number by adding 4096
Bit: 13
If this bit is 1 (set) then acheive the original number by adding 8192
Bit: 14
If this bit is 1 (set) then acheive the original number by adding 16384
Bit: 15
If this bit is 1 (set) then acheive the original number by adding 32768
|
|
|
|
|
Components in Same Category: |
All True [AND] Any False [NAND] Any True [OR] All False [NOR] Exclusive OR [EXOR] Invert Valve Toggle - Single Pole Toggle - Dual Pole 8-Bit Extractor 32-Bit Extractor
|
|
Sample Files with this Component: |
|
|
|
|