| Simulink Reference | ![]() |
Force all inputs to the same data type
Library
Description
The Data Type Duplicate block 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.
Data Type Support
The Data Type Duplicate block accepts signals of any data type supported by Simulink, including fixed-point data types.
Parameters and Dialog Box
Characteristics
| Scalar Expansion |
Yes |
| States |
0 |
| Data Type Conversion Inherited | Data Type Propagation | ![]() |
© 1994-2005 The MathWorks, Inc.