Inports
| |
In | Integer input |
Outports
| |
Out | Real output |
Mask Parameters | |
Scale | Scaling factor from integer to real |
Conversion block from integer (fixed point) datatypes to real (floating point) datatypes.
Out = In * Scale
FiP8_Float32 | 8 Bit Fixed Point to 32 Bit Floating Point Implementation |
FiP16_Float32 | 16 Bit Fixed Point to 32 Bit Floating Point Implementation |
FiP32_Float32 | 32 Bit Fixed Point to 32 Bit Floating Point Implementation |
FiP8_Float64 | 8 Bit Fixed Point to 64 Bit Floating Point Implementation |
FiP16_Float64 | 16 Bit Fixed Point to 64 Bit Floating Point Implementation |
FiP32_Float64 | 32 Bit Fixed Point to 64 Bit Floating Point Implementation |
Bool_Float32 | Boolean to 32 Bit Floating Point Implementation |
Bool_Float64 | Boolean to 64 Bit Floating Point Implementation |
8 Bit Fixed Point to 32 Bit Floating Point Implementation
Inports Data Type
| |
In | int8 |
Outports Data Type
| |
Out | float32 |
16 Bit Fixed Point to 32 Bit Floating Point Implementation
Inports Data Type
| |
In | int16 |
Outports Data Type
| |
Out | float32 |
32 Bit Fixed Point to 32 Bit Floating Point Implementation
Inports Data Type
| |
In | int32 |
Outports Data Type
| |
Out | float32 |
8 Bit Fixed Point to 64 Bit Floating Point Implementation
Inports Data Type
| |
In | int8 |
Outports Data Type
| |
Out | float64 |
16 Bit Fixed Point to 64 Bit Floating Point Implementation
Inports Data Type
| |
In | int16 |
Outports Data Type
| |
Out | float64 |
32 Bit Fixed Point to 64 Bit Floating Point Implementation
Inports Data Type
| |
In | int32 |
Outports Data Type
| |
Out | float64 |
Boolean to 32 Bit Floating Point Implementation
Inports Data Type
| |
In | bool |
Outports Data Type
| |
Out | float32 |
Boolean to 64 Bit Floating Point Implementation
Inports Data Type
| |
In | bool |
Outports Data Type
| |
Out | float64 |