Number Representation

Investigate how to represent numbers in any digital machine.

We have learned that the field of digital signal processing manipulates sequences of numbers. In a digital machine, these numbers can only be represented in a binary format. In the case of fixed-point arithmetic, there is a set procedure that converts a decimal number (e.g., a voltage or current signal) into its binary representation for positive numbers. For example, the number 1313 can be written as:

13=1×101+3×100=10+313 = 1\times 10^1 + 3\times 10^0=10+3 ...