Fixed-Point Blockset | ![]() ![]() |
Force all inputs to the same data type
Library
Description
The Data Type Duplicate block is a masked S-function that forces all inputs to have exactly the same data type. Other attributes of input signals, such as dimension, complexity, and sample time, are completely independent.
You can use the Data Type Duplicate block to check for consistency of data types among blocks. If all signals do not have the same data type, the block returns an error message.
The Data Type Duplicate block is typically used such that one signal to the block controls the data type for all other blocks. The other blocks are set to inherit their data types via backpropagation.
The block is also used in a user created library. These library blocks can be placed in any model, and the data type for all library blocks are configured according to the usage in the model. To create a library block with more complex data type rules than duplication, use the Data Type Propagation block.
Parameters and Dialog Box
Characteristics
Input Port |
Any data type supported by the blockset |
Scalar Expansion |
Yes |
States |
0 |
Vectorized |
Yes |
![]() | Counter Limited | Data Type Propagation | ![]() |