Divide: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
; Num Inputs | ; Num Inputs | ||
: Number of streams to use in divide operation. If there are more than 2 input streams, the output is calculated in the following order: | : Number of streams to use in divide operation. If there are more than 2 input streams, the output is calculated in the following order: | ||
output = input[0] / input[1] / ... / input[M-1] | : output = input[0] / input[1] / ... / input[M-1] | ||
== Example Flowgraph == | == Example Flowgraph == |
Revision as of 10:01, 25 August 2022
Divide across all input streams. output = input[0] / input[1] / ... / input[M-1]
Parameters
Parameters
- IO Type
- Supported data types
- Complex
- Float
- Int
- Short
- Vec Length
- Length of the vector
- Num Inputs
- Number of streams to use in divide operation. If there are more than 2 input streams, the output is calculated in the following order:
- output = input[0] / input[1] / ... / input[M-1]
Example Flowgraph
Insert description of flowgraph here, then show a screenshot of the flowgraph and the output if there is an interesting GUI. Currently we have no standard method of uploading the actual flowgraph to the wiki or git repo, unfortunately. The plan is to have an example flowgraph showing how the block might be used, for every block, and the flowgraphs will live in the git repo.
Source Files
- C++ files
- TODO
- Header files
- TODO
- Public header files
- TODO
- Block definition
- TODO