Appendix C

Numeric Representations

 

 

IN the digital domain, a given number may be stored and used in a number of different representations. A number may be exactly representable in one form, but not in others. How the number is represented will affect the accuracy of calculations, the memory and bus bandwidth requirements, and the speed of calculations that can be attained.

C.1 Endianness

Typically, computer memories are addressable in bytes. If a data element is larger than one byte, then a decision must be made as to how the individual bytes of the data element are to be stored in memory. Given a 32-bit (4 byte) data element with hexadecimal value 12345678h, the data can be ordered in memory in two distinctly different ways. Assuming ...

Get Real-Time Digital Signal Processing from MATLAB to C with the TMS320C6x DSPs, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.