| Inports
| |
| In |
|
| Outports
| |
| Out |
|
Data Type Conversion
| FiP8_16 | 8 to 16 Bit Fixed Point Implementation |
| FiP8_32 | 8 to 32 Bit Fixed Point Implementation |
| FiP16_8 | 16 to 8 Bit Fixed Point Implementation |
| FiP16_32 | 16 to 32 Bit Fixed Point Implementation |
| FiP32_8 | 32 to 8 Bit Fixed Point Implementation |
| FiP32_16 | 32 to 16 Bit Fixed Point Implementation |
| Bool_FiP16 | Boolean to 16 Bit Fixed Point Implementation |
| Bool_FiP32 | Boolean to 32 Bit Fixed Point Implementation |
| FiP16_Bool | 16 Bit Fixed Point to Boolean Implementation |
| FiP32_Bool | 32 Bit Fixed Point to Boolean Implementation |
8 to 16 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int8 |
| Outports Data Type
| |
| Out | int16 |
8 to 32 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int8 |
| Outports Data Type
| |
| Out | int32 |
16 to 8 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int16 |
| Outports Data Type
| |
| Out | int8 |
16 to 32 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int16 |
| Outports Data Type
| |
| Out | int32 |
32 to 8 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int32 |
| Outports Data Type
| |
| Out | int8 |
32 to 16 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | int32 |
| Outports Data Type
| |
| Out | int16 |
Boolean to 16 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | bool |
| Outports Data Type
| |
| Out | int16 |
Boolean to 32 Bit Fixed Point Implementation
| Inports Data Type
| |
| In | bool |
| Outports Data Type
| |
| Out | int32 |
16 Bit Fixed Point to Boolean Implementation
| Inports Data Type
| |
| In | int16 |
| Outports Data Type
| |
| Out | bool |
32 Bit Fixed Point to Boolean Implementation
| Inports Data Type
| |
| In | int32 |
| Outports Data Type
| |
| Out | bool |