| Inports
| |
| In | Input signal |
| phi | Angle signal |
| Outports
| |
| AC | AC part of input signal |
| DC | DC part of input signal |
| Mask Parameters | ||
| Name | ID | Description |
| ts_fact | 1 | Multiplication factor of base sampling time (in integer format) |
Calculation of AC and DC part of input signal.
| 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
| |
| AC | int16 |
| DC | int16 |
32 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int32 |
| phi | int32 |
| Outports Data Type
| |
| AC | int32 |
| DC | int32 |
32 Bit Floating Point Implementation
| Inports Data Type
| |
| In | float32 |
| phi | float32 |
| Outports Data Type
| |
| AC | float32 |
| DC | float32 |
64 Bit Floating Point Implementation
| Inports Data Type
| |
| In | float64 |
| phi | float64 |
| Outports Data Type
| |
| AC | float64 |
| DC | float64 |