IndexVF is part of the WaveTrain system class library
IndexVF forms its output vector float by taking user-specified indeces (0 to n-1) of its input vector float.
|
Parameters
|
indeces |  Vector<int> | Indeces into vin (0 to n-1) | Vector() |
v0 |  Vector<float> | Initial value of v before inputs are available | Vector() |
Inputs
|
vin |  Vector<float> | Vector to be indexed | Vector() |
Outputs
|
v |  Vector<float> | Result of vin[indeces] | Vector() |
Subsystems |
|
|
Last Saved: Wed Feb 20 15:33:53 MST 2008 by TVE version 2007B
|
|