Fixed Point Arithmetic
Dec. 2002
Presented by Fore June
Author of Windows Fan, Linux Fan

Copyrighted by Fore June, All rights reserved

Fixed-point Arithmetic

Appendix 1 Signed and Unsigned numbers relation

Unsigned value Obviously Or Or

Example: 8-bit integer

X = 0 0 0 0 0 0 1 1
U ( X ) = 3
V ( X ) = 3

X = 1 0 0 0 0 0 1 1
U(X) = 131
V(X) = U(X) - 28 = 131 - 256 = 125