Main
Overview
Getting Started
Components
Videos
Sample Files

simulation components, logic, intelligence, patterns
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
Input Name:
Description:
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
Output Name:
Description:
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
 



Copyright © TinMan Systems, Inc. 2010-2015. All Rights Reserved.
Questions or comments: support@tinmansystems.com