| Inports
| |
| In | Input signal |
| phi | Angle signal |
| Outports
| |
| max | Maximum of input signal |
| min | Minimum of input signal |
Outputs the minimum and maximum of the input signal over one period of the (angle) signal phi.
Exemplary signal waveforms:
| 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
| |
| In | int16 |
| phi | int16 |
| Outports Data Type
| |
| max | int16 |
| min | int16 |
32 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int32 |
| phi | int32 |
| Outports Data Type
| |
| max | int32 |
| min | int32 |
32 Bit Floating Point Implementation
| Inports Data Type
| |
| In | float32 |
| phi | float32 |
| Outports Data Type
| |
| max | float32 |
| min | float32 |
64 Bit Floating Point Implementation
| Inports Data Type
| |
| In | float64 |
| phi | float64 |
| Outports Data Type
| |
| max | float64 |
| min | float64 |