Add
From GNU Radio
Add samples across all input streams.
For all n samples on all M input streams x_m:
output[n] = sum( x_0[n], x_1[n], ..., x_m[n])
Parameters[edit]
- Num Inputs
- Number of streams to add
Example Flowgraph[edit]
This flowgraph uses an Add Block to generate the classic "dial tone".
Source Files[edit]
- C++ files
- [1]
- Header files
- [2]
- Public header files
- [3]
- Block definition
- [4]