| Fixed-Point Blockset | 
      | 
Summary
From the previous analysis of fixed-point variables scaled within the general [Slope Bias] encoding scheme, you can conclude
- Addition, subtraction, multiplication, and division can be very involved unless certain choices are made for the biases and slopes. 
 
- Radix point-only scaling guarantees simpler math, but generally sacrifices some precision.
 
Note that the previous formulas don't show the following:
- Constants and variables are represented with a finite number of bits.
 
- Variables are either signed or unsigned.
 
- Rounding and overflow handling schemes. You must make these decisions before an actual fixed-point realization is achieved.
 
   |  Division |   | Parameter and Signal Conversions  |   |