Fixed-Point Blockset | ![]() ![]() |
Size Assumptions
Embedded processors are typically characterized by a particular bit size. For example, the terms "8-bit micro," "32-bit micro," or "16-bit DSP" are common. It is generally safe to assume that the processor is predominantly geared to processing integers of the specified bit size. Integers of the specified bit size are referred to as the base data type. Additionally, the processor typically provides some support for integers that are twice as wide as the base data type. Integers consisting of double bits are referred to as the accumulator data type. For example a 16-bit micro has a 16-bit base data type and a 32-bit accumulator data type.
Although other data types may be supported by the embedded processor, this section describes only the base and accumulator data types.
![]() | Targeting an Embedded Processor | Operation Assumptions | ![]() |