B
blackpadme
Guest
Hi, i'm working with fixed point numbers which have two bits for no-
fractional part (in two complement) and eight bits for fractional
(i.e. pi/2 = 0.5703 => 00.10010010). But, what happen if i need
signed representation for the fractional part ? 11.10010010 = -1.5703.
What can i do if a need to represent -pi/2 and i need to work across
division, add, multiplicacion etc. ?
Thanks.
fractional part (in two complement) and eight bits for fractional
(i.e. pi/2 = 0.5703 => 00.10010010). But, what happen if i need
signed representation for the fractional part ? 11.10010010 = -1.5703.
What can i do if a need to represent -pi/2 and i need to work across
division, add, multiplicacion etc. ?
Thanks.