Search found 2 matches
- Thu Aug 03, 2023 3:19 pm
- Forum: Math
- Topic: 40 bit binary number to BCD
- Replies: 1
- Views: 2025
Re: 40 bit binary number to BCD
in first step, you need to convert binary number to decimal number. In the second step you convert decimal number to BCD number. The disadvantage is a latency time because the binary number is too long. Probably best way is to use FPGA and VHDL or Verilog.
- Sat Jul 15, 2023 9:17 pm
- Forum: Math
- Topic: how to calculate X and Y axis
- Replies: 3
- Views: 3896
Re: how to calculate X and Y axis
Calculating the X and Y axis is easy. You need to collect the data and start the calculation from the collected data. See the attached algorithm.