Inports
| |
In1 | Input #1 |
In2 | Input #2 |
In3 | Input #3 |
In4 | Input #4 |
In5 | Input #5 |
In6 | Input #6 |
In7 | Input #7 |
In8 | Input #8 |
Outports
| |
Out | Result |
Mask Parameters | |
In1 | Input #1 |
In2 | Input #2 |
In3 | Input #3 |
In4 | Input #4 |
In5 | Input #5 |
In6 | Input #6 |
In7 | Input #7 |
In8 | Input #8 |
Sum of inputs:
+ ... Input will be added to result.
- ... Input will be subtracted from result.
0 ... Input will be ignored.
FiP8 | 8 Bit Fixed Point Implementation |
FiP16 | 16 Bit Fixed Point Implementation |
FiP32 | 32 Bit Fixed Point Implementation |
Float32 | 32 Bit Floating Point Implementation |
Float64 | 64 Bit Floating Point Implementation |
Name | FiP8 |
ID | 4800 |
Revision | 0.1 |
C filename | Sum_FiP8.c |
H filename | Sum_FiP8.h |
8 Bit Fixed Point Implementation
Controller Parameters | |
sign | Bitfield with sign information of inputs |
Data Structure:
Name | FiP16 |
ID | 4801 |
Revision | 0.1 |
C filename | Sum_FiP16.c |
H filename | Sum_FiP16.h |
16 Bit Fixed Point Implementation
Controller Parameters | |
sign | Bitfield with sign information of inputs |
Data Structure:
Name | FiP32 |
ID | 4802 |
Revision | 0.1 |
C filename | Sum_FiP32.c |
H filename | Sum_FiP32.h |
32 Bit Fixed Point Implementation
Controller Parameters | |
sign | Bitfield with sign information of inputs |
Data Structure:
Name | Float32 |
ID | 4803 |
Revision | 0.1 |
C filename | Sum_Float32.c |
H filename | Sum_Float32.h |
32 Bit Floating Point Implementation
Controller Parameters | |
sign | Bitfield with sign information of inputs |
Data Structure:
Name | Float64 |
ID | 4804 |
Revision | 0.1 |
C filename | Sum_Float64.c |
H filename | Sum_Float64.h |
64 Bit Floating Point Implementation
Controller Parameters | |
sign | Bitfield with sign information of inputs |
Data Structure: