Main
Overview
Getting Started
Components
Videos
Sample Files

simulation components, logic, intelligence, patterns
AIB2 Components - 8-Bit Extractor
Category: Logic
  Description:
The 8-Bit Extractor component takes a single integer input value and breaks it down into its low-order word 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 256 in value. For larger integers, use the 16 or 32 bit versions.
 

  Inputs: 1
Input Name:
Description:
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: 8
Output Name:
Description:
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

 

  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
16-Bit Extractor
32-Bit Extractor


  Sample Files with this Component:
 



Copyright © TinMan Systems, Inc. 2010-2015. All Rights Reserved.
Questions or comments: support@tinmansystems.com