Inports
| |
In1 | Input #1 |
In2 | Input #2 |
Outports
| |
Out1 | Output #1 |
Out2 | Output #2 |
Mask Parameters | |
A | State matrix A |
B | Input matrix B |
2nd order time discrete system with two inputs and two outputs.
Calculation:
FiP8 | 8 Bit Fixed Point Implementation |
FiP16 | 16 Bit Fixed Point Implementation |
FiP32 | 32 Bit Fixed Point Implementation |
Float32 | 32 Bit Floating Point Implementation |
Float64 | 64 Bit Floating Point Implementation |
8 Bit Fixed Point Implementation
Inports Data Type
| |
In1 | int8 |
In2 | int8 |
Outports Data Type
| |
Out1 | int8 |
Out2 | int8 |
16 Bit Fixed Point Implementation
Inports Data Type
| |
In1 | int16 |
In2 | int16 |
Outports Data Type
| |
Out1 | int16 |
Out2 | int16 |
32 Bit Fixed Point Implementation
Inports Data Type
| |
In1 | int32 |
In2 | int32 |
Outports Data Type
| |
Out1 | int32 |
Out2 | int32 |
32 Bit Floating Point Implementation
Inports Data Type
| |
In1 | float32 |
In2 | float32 |
Outports Data Type
| |
Out1 | float32 |
Out2 | float32 |
64 Bit Floating Point Implementation
Inports Data Type
| |
In1 | float64 |
In2 | float64 |
Outports Data Type
| |
Out1 | float64 |
Out2 | float64 |