Inports
| |
In0 | Input #0 |
In1 | Input #1 |
In2 | Input #2 |
In3 | Input #3 |
In4 | Input #4 |
In5 | Input #5 |
In6 | Input #6 |
In7 | Input #7 |
Select | Input select |
Outports
| |
Out | Selected input signal |
Passing through of input signal selected by the select inport:
Select = 0 (DSP): Out = In0
Select = 1 (DSP): Out = In1
...
Select = 7 (DSP): Out = In7
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 |
8 Bit Fixed Point Implementation
Inports Data Type
| |
In0 | int8 |
In1 | int8 |
In2 | int8 |
In3 | int8 |
In4 | int8 |
In5 | int8 |
In6 | int8 |
In7 | int8 |
Select | int8 |
Outports Data Type
| |
Out | int8 |
16 Bit Fixed Point Implementation
Inports Data Type
| |
In0 | int16 |
In1 | int16 |
In2 | int16 |
In3 | int16 |
In4 | int16 |
In5 | int16 |
In6 | int16 |
In7 | int16 |
Select | int8 |
Outports Data Type
| |
Out | int16 |
32 Bit Fixed Point Implementation
Inports Data Type
| |
In0 | int32 |
In1 | int32 |
In2 | int32 |
In3 | int32 |
In4 | int32 |
In5 | int32 |
In6 | int32 |
In7 | int32 |
Select | int8 |
Outports Data Type
| |
Out | int32 |
32 Bit Floating Point Implementation
Inports Data Type
| |
In0 | float32 |
In1 | float32 |
In2 | float32 |
In3 | float32 |
In4 | float32 |
In5 | float32 |
In6 | float32 |
In7 | float32 |
Select | int8 |
Outports Data Type
| |
Out | float32 |
64 Bit Floating Point Implementation
Inports Data Type
| |
In0 | float64 |
In1 | float64 |
In2 | float64 |
In3 | float64 |
In4 | float64 |
In5 | float64 |
In6 | float64 |
In7 | float64 |
Select | int8 |
Outports Data Type
| |
Out | float64 |