| Fixed-Point Blockset | Search  Help Desk |
| FixPt FIR | Examples |
Use Specified Scaling -- This is the default mode; it uses the scaling from the Parameter scaling parameter.
Best Precision: Element-wise -- This mode produces radix points such that the precision is maximized for each element of the Gain matrix value matrix.
Best Precision: Row-wise -- This mode produces a common radix point for each element of a Gain matrix value row based on the best precision for the largest value of that row.
Best Precision: Column-wise -- This mode produces a common radix point for each element of a Gain matrix value column based on the best precision for the largest value of that column.
Best Precision: Matrix-wise -- This mode produces a common radix point for each element of the Gain matrix value matrix based on the best precision for the largest value of the matrix.
Parameters and Dialog Box

Conversions and Operations
The FIR coefficients parameter is converted from doubles to the specified data type offline using round-to-nearest and saturation.The Initial condition parameter is converted from doubles to the input data type offline using round-to-nearest and saturation. Refer to "Parameter Conversions" in the manual for more information about parameter conversions. The FixPt FIR block first multiplies its inputs by the FIR coefficients parameter, converts those results to the output data type using the specified rounding and overflow modes, and then carries out the summation. Refer to "Rules for Arithmetic Operations" in the manual for more information about the rules this block adheres to when performing operations.Characteristics
Example
Suppose you want to configure this block for two outputs (SIMO mode) where the first output is given by
[a1 b1 c1; a2 b2 c2] where c2 = 0, and the Initial condition parameter as [ic1 ic2].