LimitVF is part of the WaveTrain system class library
LimitVF limits the values of a vector to lie between a specified min and max. All input elements less than the lowerlimit, are set to the min on output. All input elements greater than the upperlimit are set to the max on output.
|
Parameters
|
None |
Inputs
|
v |  Vector<float> | Vector to be limited. | Vector() |
lowerlimit |  float | Lower limit. | -FLT_MAX |
upperlimit |  float | Upper limit. | FLT_MAX |
Outputs
|
vout |  Vector<float> | Limited vector. | Vector |
Subsystems |
|
|
Last Saved: Tue Oct 02 16:18:49 MDT 2001 by TVE version 2007B
|
|