Skip to content

Fixed Point Encoder

George-Cristian Muraru edited this page May 10, 2021 · 3 revisions

This class is used to change a value from a floating point representation to a fixed point representation.

Fixed Point Encoder

By using this representation there is no need to worry about the different machine representations regarding floating numbers. One of the downsides is that sometimes there might be a loss in precision - as you can see in the above image where some digits are lost.

Clone this wiki locally