Main Content

Fixed-Point Arithmetic

Fixed-point arithmetic operations in the software, and effects of data type and scaling

Fixed-point arithmetic refers to how signed or unsigned binary words are operated on. The simplicity of fixed-point arithmetic functions such as addition and subtraction allows for cost-effective hardware implementations.

Topics