Click here to return to the Basic DSP page
There are three version of 'Signal Add' algorithm.
The Signal Adder block adds inputs together. No other modification of the signal is done.
Care must be taken to avoid clipping. If automatic gain reduction is needed to avoid clipping, use the Signal Merger block.
This algorithm adds the 2 signal and produces an real signal. When the algorithm is grown it takes multiple pairs of input signal and adds each pair to produce an output signal.
Name | Format [int/dec] - [control/audio] | Function Description |
---|---|---|
Pin 0: Operand 1 | any | Input signal 1 |
Pin 1: Operand 2 | any | Input signal 2 |
Name | Format [int/dec] - [control/audio] | Function Description |
---|---|---|
Pin 0: Output Signal | any | Output signal |
Module can be grown 16 times. For each growth input is grown by 2 and output by 1.
ADAU145x
This algorithm adds the complex signals. (All real parts are summed together and all imaginary parts are summed together)This is a block based module.
Name | Format [int/dec] - [control/audio] | Function Description |
---|---|---|
Pin 0: Operand 1 | complex | Input complex signal 1 |
Pin 1: Operand 2 | complex | Input Complex signal 2 |
Name | Format [int/dec] - [control/audio] | Function Description |
---|---|---|
Pin 0: Output Signal | Complex | Complex output signal |
input pins can be grown up to 8 channels.
ADAU145x (Block Schematic only)
This can be used to add two signals FFT's result as shown below.