| Inports
| |
| In1 | Input #1 |
| In2 | Input #2 |
| Outports
| |
| Out | Maximum of Input #1 and Input #2 |
Outputs the greater value of the two input signals.
Calculation:
![]() |
| FiP16 | 16 Bit Fixed Point Implementation |
| FiP32 | 32 Bit Fixed Point Implementation |
| Float32 | 32 Bit Floating Point Implementation |
| Float64 | 64 Bit Floating Point Implementation |
16 Bit Fixed Point Implementation
| Inports Data Type
| |
| In1 | int16 |
| In2 | int16 |
| Outports Data Type
| |
| Out | int16 |
32 Bit Fixed Point Implementation
| Inports Data Type
| |
| In1 | int32 |
| In2 | int32 |
| Outports Data Type
| |
| Out | int32 |
32 Bit Floating Point Implementation
| Inports Data Type
| |
| In1 | float32 |
| In2 | float32 |
| Outports Data Type
| |
| Out | float32 |
64 Bit Floating Point Implementation
| Inports Data Type
| |
| In1 | float64 |
| In2 | float64 |
| Outports Data Type
| |
| Out | float64 |