Forums - Open Redstone Engineers
Analog Hex or Decimal Multipliers - Printable Version

+- Forums - Open Redstone Engineers (https://forum.openredstone.org)
+-- Forum: ORE General (https://forum.openredstone.org/forum-39.html)
+--- Forum: Projects & Inventions (https://forum.openredstone.org/forum-19.html)
+---- Forum: Completed Projects (https://forum.openredstone.org/forum-21.html)
+---- Thread: Analog Hex or Decimal Multipliers (/thread-1854.html)



Analog Hex or Decimal Multipliers - Legofreak - 01-05-2014

Over the past week or so I've been working on a hex carry system. It is pretty small. I tried to make a mostly flat system. Although it isn't as fast as I expected, it still works fairly well. It can take an input every 8 ticks. I added a hex memory cell to hold the base number and a fading clock to send a pulse as many times as the multiplier. Essentially it just adds the base number in the amount of the multiplier. Doing another function will add it to the current value. You can reset if you want to start over.
[Image: hexmultiplier_zps90afebd5.png]
The speed of the function is relative to the multiplier. 8 ticks * multiplier + bussing.


RE: Hex Multiplier - tnt417 - 01-11-2014

Cool!


RE: Hex Multiplier - Legofreak - 01-26-2014

i felt like modifying it. now i have a version that does decimal. the binary up top is BCD.
the one on top is decimal and the one below is hex. both are the same value.
[Image: decimalmultiplier_zpsddfbe922.png]

Its actually very easy to change the base number just by adjusting the hoppers. It can be any base from 2 to 16 I think.


RE: Hex or Decimal Multiplier - qwerasd205 - 01-27-2014

Cool.


RE: Analog Hex or Decimal Multipliers - EDevil - 01-27-2014

Cool


RE: Analog Hex or Decimal Multipliers - Iceglade - 01-27-2014

Cool!


RE: Analog Hex or Decimal Multipliers - Nuuppanaani - 01-27-2014

Cool?


RE: Analog Hex or Decimal Multipliers - WrytXander - 01-31-2014

Cool.

Hahaha jk, I am very bad at analog, so I am actually realy impressed!


RE: Analog Hex or Decimal Multipliers - PACER_RECAP - 04-01-2014

(01-05-2014, 12:20 AM)RekcirBrickeR Wrote: Over the past week or so I've been working on a hex carry system. It is pretty small. I tried to make a mostly flat system. Although it isn't as fast as I expected, it still works fairly well. It can take an input every 8 ticks. I added a hex memory cell to hold the base number and a fading clock to send a pulse as many times as the multiplier. Essentially it just adds the base number in the amount of the multiplier. Doing another function will add it to the current value. You can reset if you want to start over.
[Image: hexmultiplier_zps90afebd5.png]
The speed of the function is relative to the multiplier. 8 ticks * multiplier + bussing.

With normal analog that's awesome, but I thought we can still improve it by using overpowered analog.
For a n decdigit x n decdigit, it's something like a 70n ticks(which means 70logN where N is the multiplier). It's a little slower but it's COMBINATIONAL logic.


RE: Analog Hex or Decimal Multipliers - Chibill - 04-01-2014

ACD? We could do that..