MultiplyVF is part of the WaveTrain system class library.
This component multiplies corresponding elements of the two input vectors.
|
|
Parameters
|
| gain0 |  float | Weighting Factor for input 0. | 1.0 |
| gain1 |  float | Weighting factor for input 1. | 1.0 |
|
Inputs
|
| in0 |  Vector<float> | First input vector | OnesVecF(3) |
| in1 |  Vector<float> | Second input vector | OnesVecF(3) |
|
Outputs
|
| out |  Vector<float> | Output Vector with elements of the two input vectors multiplied. | OnesVecF(3) |
|
Subsystems |
|
|
|
|
Last Saved: Mon Aug 08 10:12:02 MDT 2005 by TVE version 2009B
|
|