|
AIB2 Components - Signal Mixer
|
|
Category: |
Signals and Arrays
|
|
Description: |
The mixer component takes two inputs of arrays of type double and mixes them according to a sample by sample addition. The samples are multiplied by 0.5 prior to the addition. Output from this component is an array of type double, with same number of points as both the input signals. It is best to mix signals with the same number of points, as well as given the same sampling rate. If one signal has less points than the other, the output signal will be the length of the longest, whereby the last few samples my only have representation of the longer input signal. In general, the mixing operation can be described as: mix(n) = s1(n) + s2(n). |
|
|
|
Inputs: 2 |
Signal1
An array of double values that is to be combined with Signal2.
Signal2
An array of double values that is to be combined with Signal1.
|
|
|
|
|
Outputs: 1 |
Mixed Signal
The output array of double values that is the combination of Signal1 and Signal2.
|
|
|
|
|
Components in Same Category: |
Signal Stats Signal FFT Voice MFCC Signal Generator Signal Gain Signal Windowing Signal Pre-emphasis Signal Delay/Echo Signal Modulation
|
|
Sample Files with this Component: |
ffts |
|
|
|