GFxGF is part of the WaveTrain system class library.
Scales the values of each input grid by a specified gain and mulltiplies them together. The input grid with the greater area specifies the output grid size and spacing. Note: if the larger input grid has a greater grid spacing than the smaller input grid, the output will be at a lower resolutiion that the smaller input grid.
|
Parameters
|
gain1 |  float | | 1.0 |
gain2 |  float | | 1.0 |
Inputs
|
gfi1 |  Grid<float> | | OnesGridF(256,0.01) |
gfi2 |  Grid<float> | | OnesGridF(256,0.01) |
Outputs
|
gfo |  Grid<float> | Dimensioned as the input grid with the greater area | |
Subsystems |
|
|
Last Saved: Thu Jun 07 13:22:18 MDT 2007 by TVE version 2009B
|
|